/*
Theme Name: Eastman Roofing
Theme URI:      http://eastmanroofing.wpengine.com
Description:    WordPress Theme for Eastman Roofing
Author:         Ian Rogers
Author URI:     http://www.mvestormedia.com/about/ian-rogers
Template:       canvas                  
Version:        1.0.0
*/

@import url("../canvas/style.css");

/* Additional Font imports go here */

@font-face {
	font-family:'Futura';
	src: url('fonts/Futura-Book_gdi.eot');
	src: url('fonts/Futura-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Futura-Book_gdi.woff') format('woff'),
		url('fonts/Futura-Book_gdi.ttf') format('truetype'),
		url('fonts/Futura-Book_gdi.otf') format('opentype'),
		url('fonts/Futura-Book_gdi.svg#Futura-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family:'Futura';
	src: url('fonts/Futura_gdi.eot');
	src: url('fonts/Futura_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Futura_gdi.woff') format('woff'),
		url('fonts/Futura_gdi.ttf') format('truetype'),
		url('fonts/Futura_gdi.otf') format('opentype'),
		url('fonts/Futura_gdi.svg#Futura-Regular') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}


@font-face {
	font-family:'Futura';
	src: url('fonts/Futura-Bold_gdi.eot');
	src: url('fonts/Futura-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Futura-Bold_gdi.woff') format('woff'),
		url('fonts/Futura-Bold_gdi.ttf') format('truetype'),
		url('fonts/Futura-Bold_gdi.otf') format('opentype'),
		url('fonts/Futura-Bold_gdi.svg#Futura-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

body {
	background: #cfcfcf;
}

/* Fonts - All Elements */

body, p, .entry, .entry p, h1, h2, h3, h4, h5, h6, .page-title, .post .title, .page .title, .widget, .widget p, .widget h3, .post-meta {
	
	/* Font Families go here */
	
}

body, p, .entry, .entry p, .post-meta {
	font: 15px "Helvetica Neue", "Helvetica", Arial, sans-serif, arial, sans-serif;
	line-height: 22px
}

h1, h2, h3, h4, h5, h6,  .page-title, .post .title, .page .title, .widget h3 {
	font-family: 'Futura', "Helvetica Neue", "Helvetica", Arial, sans-serif, arial, sans-serif;
	font-weight: normal;
}

a:link, a:visited {
	color: #002e64;
}

#main a {
	color: #002e64;
    font-weight: 700;
}

.post .title a:link, .post .title a:visited, .page .title a:link, .page .title a:visited {
	color: #002e64;
	font-weight: bold;
}

#content a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* Buttons */
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type=submit], input.button, button.button, #wrapper .woo-sc-button {
	background: #002e64;
	border-radius: 0;
}

a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type=submit]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover {
	
}

.blue {
	color: #002e64;
}

/* Tables */

.entry table {
	background: none;
	border: none;
}

.entry table tbody td {
	border: none;
}

.entry table td, .entry table th {
	padding: 0;
}

#header-container {
	background: #fff;
}

#header {
	padding: 20px 1.618em;
	margin-bottom: 10px;
}

#nav-container {
	margin-bottom: 10px;
	padding: 0;
}

#navigation {
/* 	padding: 0 1.618em; */
}

#loopedSlider {
	border: 1px solid #fff;
	margin-bottom: 10px;
}
/* Navigation */

#nav-container #navigation ul#main-nav > li:first-child {
	border-left: none;
}

/* Main Nav Items */

#navigation ul.nav li a {
	font: 14px 'Futura', "Helvetica Neue", "Helvetica", Arial, sans-serif, sans-serif;
}

#navigation ul.nav li:hover,
#navigation ul.nav li a:hover {
	background: #002e64;
	color: #fff;
}

#navigation ul.nav li:hover a{
	color: #fff;
}

/* Active / Current States */

#navigation ul.nav li.current_page_item a,
#navigation ul.nav li.current_page_parent a,
#navigation ul.nav li.current-menu-ancestor a,
#navigation ul.nav li.current-cat a,
#navigation ul.nav li.current-menu-item a {
	background: #f49e19;
	color: #fff;
}

#navigation ul.nav > li:hover > ul{
	left: 0;
}

ul.nav ul{
	padding: 0;
}
	#header-container > p:first-child {
	font-size: 1em;
    padding: .5em 1em;
}

/* Sub-Menu */

#navigation ul.nav li ul.sub-menu {
	background: #002e64;
}


#navigation ul.nav li ul.sub-menu li a {
	color: #fff !important;
}

#navigation ul.nav li ul.sub-menu li a:hover {
	/* color: #000 !important  - must use !important*/
}


/* Sub-Menu current/active states */

#navigation ul.nav li ul.sub-menu li.current_page_item a,
#navigation ul.nav li ul.sub-menu li.current_page_parent a,
#navigation ul.nav li ul.sub-menu li.current-menu-ancestor a,
#navigation ul.nav li ul.sub-menu li.current-cat a,
#navigation ul.nav li ul.sub-menu li.current-menu-item a {

}

#content {
	/* background: #fff; */
	padding: 0;
}

#content .page-header {
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.page-header img {
	width: 100%;
	height: auto;	
}

#main {
	background: #fff;
	padding: 1.618em
}

#sidebar {
	/* padding: 0 1.618em; */
}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
	border: none;
	background: none;
}

/* Footer */

#footer-widgets,
#footer {
	border-top: none;
}

#copyright p {
	font-size: 11px;
}

/* Forms

Gravity Forms - Targeting Specific Elements http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/

 */


/* Field Inputs */

input,
textarea,
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper textarea {
	
	/* 
		
		border-color: #000;
		font-size: 14px;
	
	*/

}


/* Field Labels */

body .gform_wrapper .top_label .gfield_label {


}

.side-estimate {
	background: #fff;
	border: 1px solid #002e64;
	padding: 12px 15px 13px 15px;
	margin: 0 0 0 0;
}

.side-estimate h2 {
  text-align: center;
  font-size: 33px;
  color: #002e64;
  text-transform: none;
  margin: 0px;
  font-weight: 400;
}

.side-estimate p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #555;
  margin: 8px 0 0 0;
}

.side-gallery {
	background: #fff;
	border: 1px solid #002e64;
	padding: 20px 15px 14px 15px;
	margin: 5px 0 0 0;
}

.side-reviews {
	background: #002e64;
	border: 1px solid #002e64;
	padding: 15px 15px 14px 15px;
	margin: 5px 0 0 0;
}

.side-gallery {
  background: #fff;
  border: 1px solid #002e64;
  padding: 20px 15px 14px 15px;
  margin: 5px 0 0 0;
}

.side-gallery h2 {
  color: #002e64;
  text-transform: none;
  margin: 0px;
  line-height: 26px;
  font-weight: 400;
  font-size:33px;
    text-align: center;
  word-wrap: normal;
}

.side-gallery .bigtext h2 {
	 white-space: wrap !important;
} 

.side-gallery h2 strong {
	font-weight:700;
}

.side-gallery img {
	border:1px solid #ccc;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:18px;
	margin-bottom:10px;
}

.side-gallery p {
	font-size:13px;
	line-height:16px;
	letter-spacing:0px;
	text-align:center;
	color:#555;
	margin-bottom:0px;
}

.side-reviews {
	background:#002e64;
	border: 1px solid #002e64;
	padding:15px 15px 14px 15px;
	margin:5px 0 0 0;
}

.side-reviews h2 {
	color:#fff;
	text-transform: uppercase;
	margin:0px;
	line-height:30px;
	font-weight:normal;
	text-align: center;
}

.side-reviews h2 strong {
	font-weight:700;
	text-transform: uppercase;
	font-size: 38px;
}

.side-reviews p {
	font:20px Arial;
	line-height:16px;
	text-align:center;
	color:#ffcc00;
	margin:20px 0 0 0;
	letter-spacing: 2px;
}

.side-financing {
	background:#fff url('/wp-content/uploads/2023/12/side-financing.webp') bottom left no-repeat;
	border: 1px solid #002e64;
	padding:15px 15px 0 15px;
	margin:5px 0 0 0;
	height:190px;
	display: block;
	color:#fff;
	text-align: right;
}

.side-financing h2 {
	font-family: "Futura", sans-serif;
	color:#002e64;
	text-transform: none;
	line-height:80%;
	font-weight:normal;
	margin:0px;
	font-weight: 700;
	text-align:center;
	font-size: 36px;
}

.side-financing h2 strong {
	font-family: "Futura", sans-serif;
	font-weight:700;
}

.side-financing p {
	font-size:13px;
	line-height:18px;
	letter-spacing:0;
	text-align:center;
	color:#555;
	margin:15px 0 0 0;
}

.side-social {
  margin-top: 5px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 59%;
}

/* .bigtext * {
  white-space: nowrap;
} */




.home-03 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  max-width: 100%;
}

.home-03-01 {
  max-width: 260px;
  padding: 20px 20px 20px 20px;
  margin: 0px;
  background: #002e64;
}

.home-03-01 h2 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Futura',sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.home-03-01 strong {
	text-transform: none;
	font-weight: 700;
}

.home-03-01 h2 em {
	font-family: 'Futura',sans-serif;
	text-transform:none;
	font-style: normal;
	font-weight: 500;
}

.home-03-01 h2 em strong {
	font-weight: 700;
}

.home-03-02 {
	/* body copy box */
	max-width:100%;
	border:1px solid #002e64;
	padding:20px;
	margin:0px;
	background:#efefef;
}

.home-03-02 p {
	color:#555;
	line-height:18px;
	font-size:14px;
	text-align:left;
}

.home-03-02 p strong {
	color:#002e64;
}

.home-03-02 p:last-child {
	margin-bottom: 0px
}

.home-03-03 {
	/* footer box */
	width:260px;
	padding:18px 20px 15px 20px;
	margin:0px;
	background:#002e64;
}

.home-03-03 h2 {
	color:#fff;
	line-height:30px;
	font-family: "Futura-PT-Condensed", "Helvetica", Arial, sans-serif,sans-serif;
	font-style: normal;
	font-weight: normal;
}

.home-03-03 h2 strong {
	color:#fff;
	line-height:25px;
	font-family: "Futura-PT",sans-serif;
	text-transform:uppercase;
	font-style: normal;
	font-weight: 700;
}

.topmid p {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-family: "Futura", sans-serif;
}

.topright p {
  font-size: 23px;
  line-height: 27px;
  text-align: right;
  color: #000;
  font-weight: 700;
  margin: 0;
  font-family: "Futura", sans-serif;;
}

.topright p.red {
  background: #b20009;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 6px 0 6px 0;
  width: 174px;
  text-align: center;
  float: right;
  margin-top: 10px;
}

.topright p.blue {
  background: #003062;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 6px 0 6px 0;
  width: 174px;
  text-align: center;
  float: right;
  margin-top: 3px;
}

#sidebar .widget {
	margin-bottom: 5px;
}

.side-references:hover, .side-estimate:hover, .side-guide:hover, .side-gallery:hover, .side-reviews:hover, .side-financing:hover .side-more:hover {
  opacity: 0.7;
}

#tabs.shortcode-tabs ul.tab_titles li.nav-tab.ui-state-active a {
	background: #F49E19;
	color: #fff;
}

#tabs.shortcode-tabs ul.tab_titles li.nav-tab a:hover {
	background: #F49E19;
	color: #fff;
}

#tabs.shortcode-tabs ul.tab_titles li.nav-tab a {
	color: #fff;
}

/* Desktop Only Styles  */

@media only screen and (min-width: 768px) {

	#nav-container {
		background: none;
		border: none;
	}
	
	#nav-container #navigation {
		border: 1px solid #fff;
	}

	#navigation ul.nav li a {
		
	}

	#navigation ul.nav li ul.sub-menu {
	/* background: #000; */
	}
	
	#navigation ul.nav li ul.sub-menu li a:hover  {
		background: #f49e19 !important;
		text-decoration: none;
	}
	
	#navigation ul.nav li ul.sub-menu li.current_page_item a, #navigation ul.nav li ul.sub-menu li.current_page_parent a, #navigation ul.nav li ul.sub-menu li.current-menu-ancestor a, #navigation ul.nav li ul.sub-menu li.current-cat a, #navigation ul.nav li ul.sub-menu li.current-menu-item a {
		background: #f49e19 !important;
	}
	
	
	#loopedSlider.business-slider .content {
		background: rgba(255, 255, 255, .95); 
		bottom: inherit;
		top: 20px;
		margin: 0;
		width: 90%;
	}
	
	#loopedSlider .content h2 {
		color: #000;
	}
	
	#loopedSlider .content h2 b {
		color: #002e64;
	}
	#loopedSlider .content {
		padding: 20px 0;
		background: transparent !important;
	}
	#header {
		display: table;
		width: 100%;
	}
	
	#header > div {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	
	.home-03 {
		float: right;
		margin: 0 0 20px 25px;
		margin-top: -80px;
	}

	.home-03-02 {
		width: 258px;
	}
	#header-container > p:first-child {
		display: none;
		font-size: 1em;
    	padding: .5em 1em;
	}
	.menus h3, #main-menu-p {
		display: none;
}
	
}
@media only screen and (max-width: 767px) {
	.menus h3, #main-menu-p {
	display: block;
}
}

@media only screen and (min-width: 980px) {
	body.two-col-left-960 #main-sidebar-container #sidebar {
		width: 24.385%;
		margin-left: 10px;
	}
}


/*Decider*/

.next_text, .prev_text {
		font-size: 12px;
		line-height: 12px;
		padding: 0px;
		display: block;
		text-align: center;
		padding-top: 3px;
		margin-top: -8px;
	}

a.next_link:hover,
a.next_link_slide:hover,
a.prev_link:hover,
a.prev_link_slide:hover {
		text-decoration: none;
	}
.entry-content {
		width: auto !important;
	}
#au_roofing_decider img {
        display: inline;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
        }
#card_list {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #555;
	}
#card_list .clear {
		width: 0px;
		height: 0px;
		padding: 0px;
		margin: 0px;
		clear: both;
	}
#card_list .card_list_item {
		display: block;
		float: left;
		margin: 0px 2px;
		padding: 0px;
	}
.card_list_item .number {
		display: block;
		width: 10px;
		font-weight: bold;
		padding: 2px 20px;
		padding-bottom: 10px;
		-moz-border-radius: 8px 8px 0px 0px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		margin-bottom: -10px !important;
		margin-left: 2px !important;
		padding-bottom: 10px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 2px !important;
	}


.card_list_item .link {
		display: block;
		font-size: 12px;
		margin: 0px 2px;
		padding: 0px 12px;
		-moz-border-radius: 8px 8px 0px 0px;
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		height: 38px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		line-height: 14px;
	}

#au_slide tr th {
		line-height: 1.5;
	}

.card_list_item a:hover {
		text-decoration: none;
	}	

/*House Size*/

.a_house_size {
		width: 200px;
		text-align: center;
		margin: 10px auto;
		display: -moz-inline-stack;
		display: inline-block;
		*display: inline;
	}
.a_house_size * {
		cursor: pointer;
	}
.a_house_size img {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
.a_house_size img:hover,
.a_house_size.selected_size img {
		-moz-box-shadow: 0px 0px 20px #10610E;
		-webkit-box-shadow: 0px 0px 20px #10610E;
		box-shadow: 0px 0px 20px #10610E;
	}
.a_house_size.selected_size h3 {
		font-weight: bold;
	}	
	
/*Review (Form)*/

#au_roofing_decider .next_link {
		display: none;
	}
label.error {
        display: block;
        font-size: 12px;
        margin-left: 5px;
        padding: 4px;
    }
.selector label.error {
        display: inline;
    }
label.error:before {
        content: "!";
        font-size: 18px;
        font-weight: bold;
        display: inline-block;
        line-height: 21px;
        margin-right: 5px;
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: #D41C1C;
        color: white;
    }
#au_roofing_decider form ul li {
        list-style-type:none;
    }	
/*Slides*/

.slide_footer {
		padding: 10px;
		font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}	
#au_slide {

	}
#au_slide th {
		text-align: center;
		font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}
#au_slide tr td {
		text-align: center;
	}
#au_slide tr td:first-child {
		text-align: left;
		font:12px normal Verdana, Arial, Helvetica, sans-serif;
		padding-left: 20px;
	}
#au_slide tr td:first-child label {
		cursor: pointer;
	}
#au_slide div.radio {
		margin-left: -20px;
	}


#au_roofing_decider a.next_link {
		display: none;
	}
#au_roofing_decider th, #au_roofing_decider td {
		padding: 4px;
		font-size: 11px;
	}
#au_roofing_decider .money_signs img {
		width: 13px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}	
.next_text, .prev_text,
.icon .icon_title {
		font-size: 12px;
		line-height: 12px;
		padding: 0px;
		display: block;
		text-align: center;
		padding-top: 3px;
	}	
#arrow_icons { float:right; margin-right:30px; margin-bottom: 35px; display: none !important}
.next_link_icon, .prev_link_icon {
		width: 61px;
		height: 51px;
		float: right;
	}
.prev_link_icon {
	margin-right: 20px;
}
.next_link_icon a, .prev_link_icon a {
		cursor: pointer;
	}
.icon_list {
		list-style-type: none;
		display: block;
		margin: 10px 0px;
	}
.icon_list .icon {
		display: block;
		float: left;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
		cursor: pointer;
		position: relative;
		width: 64px;
		height: 64px
		padding: 0px;
		margin: 0px 5px 0px 0px;
	}
.icon_list .icon img {
		-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
		display: block;
	}
.icon_list .icon a.outer {
		min-height: 64px;
		width: 64px;
		display: block;
	}
.icon_list .icon:hover img {
		box-shadow: 0px 0px 10px #555 !important;
	}	

/*step*/

table#step_by_step tr:first-child td:first-child img {
		border-top-left-radius: 10px;
	}
table#step_by_step tr:first-child td:last-child img {
		border-top-right-radius: 10px;
	}
table#step_by_step
, table#step_by_step tr
, table#step_by_step tr td {
		vertical-align: top;
	}
	table#step_by_step tr td {
		border-bottom: 1px dashed #111;
		border-top: none;
	}
	.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}	

#au_slide {
	border-collapse: collapse;
	border:none;
}

#au_slide thead {
	border-bottom:1px solid #000;
}

#au_slide th,
#au_slide td {

}

#au_slide td > img {
	width: 33px;
	height: 33px;
}

#au_slide tbody tr td {
	border:1px dashed #000;
}

#au_slide td {
	border:none;
}

#au_slide tbody tr td {
	border-left:1px dashed #000;
}

#au_slide tbody tr td:first-child {
	border-left:none;
}

#au_slide tbody tr td:last-child {
	border-right:none;
}
ul.au_options_review li{
	margin:0;
	list-style-type: none;
}
.entry-content h1.au_options_review {
	margin-bottom:2px;
}
#gallery img {
	padding: 5px;
}

/* "Next" buttons on fontend/process.php and frontend/step.php */
.nextbutton {text-align: center;}
.nextbutton a{
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:42px;
	-webkit-border-radius:42px;
	border-radius:42px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:26px;
	font-weight:normal;
	padding:9px 57px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.nextbutton a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
	color:#ffffff;
}.nextbutton a:active {
	position:relative;
	top:1px;
}

table div.radio {
	display: none;
}


#content .entry .gallery-columns-3.gallery-size-medium .gallery-item {
	margin-right: 2%;
	width: 29%;
}

a.help_me_decide {
	display: none !important;
}

body table#au_slide tbody tr td:nth-child(2) {
	border-left: none !important;
}

body table#au_slide tbody tr td:nth-child(2) a {
	display: none;
}

#au_slide tbody tr td:first-child {
	border-right: none;
}

#tabs.shortcode-tabs {
	background: #002e64;
}

.header-notice {
	background-color:#002e64;
	padding: 1em 1.618em;
}

.header-notice p {
	color: white;
	text-align: center;
	margin-bottom: 0;
}

.header-notice p a {
	text-decoration: underline;
	color: white;
}

/* Cap Sheet Repair */
@media only screen and (max-width: 550px) {
	.page-id-68 #main img,
	.page-id-67 #main img{
		width: 100%;
		margin-bottom: 15px;
	}
}
