/*
Theme Name: Websavers Theme
Version: 1.1
Description: Custom theme for Websavers site builds
Author: Websavers Inc.
Author URI: http://www.websavers.ca
template: bb-theme
*/

#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-construction-mode{ display:none !important; }

.dashicons, .dashicons-before:before,
a, i{ 	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover{ text-decoration: none; }

/**
 * Custom Font: Interstate
 */

@font-face { /* declare fonts */
        font-family: "Interstate";
        src: url("fonts/interreg.eot");
        src: local("Interstate"), local("Interstate-Regular"),
                url("fonts/interreg.woff") format("woff"),
                url("fonts/InterReg.otf") format("opentype"),
                url("fonts/interreg.svg#Interstate") format("svg");
}

/* Use Interstate Font in the following locations */
body.page-id-411 article h2,
body.page-id-5123 article h2,
body.page-id-2593 article h2,
header span.fl-logo-text,
.fl-page-nav-right .fl-page-nav ul.navbar-nav > li a,
#flyin.nav > li > a,
#wsflyin-toggle,
#sidebar .widget h3,
h2.widgettitle,
h4.fl-widget-title,
h2.fl-post-feed-title,
header.fl-post-header h1.fl-post-title,
.entry .shortcode-toggle h4 a,
article.post h3,
.entry h4,.entry h5,
.woocommerce .woocommerce-tabs .panel h2,
.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th,
.callout-block .pp-heading h2.heading-title,
.fl-node-5823adedf3e77 .pp-heading-content .pp-heading .heading-title{ 
	font-family: "Interstate", helvetica, verdana, sans-serif;
	text-transform: uppercase;
/*	letter-spacing: 1px; */
	font-weight: normal;
}

.fl-photo-caption-hover,
footer .text-left .fl-page-footer-text,
.woocommerce-page div.product p.price{
	font-family: "Raleway", helvetica, verdana, sans-serif;
	font-weight: 600;
}

/**
 * Highlight colour: #EBEBFF;
 */

#flyin.nav,
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-error{
	background-color: #EBEBFF;
	border: none;
}

/**
 * Column align content with theme
 * accounting for padding
 */

.fl-row-fixed-width{ max-width: 1220px; } /* Site width + 50px */
.ws-3-col .fl-row-fixed-width{ max-width: 1180px; } /* Site width + 10px */

/**
 * Header overrides
 */
h2.fl-post-feed-title{ font-size: 30px; }

/**
 * Websavers Button Overrides
 */
input,textarea{ border-radius: 0 !important; }
input[type=submit], input[type=submit].button, input[type=button], button, .fl-button, .btn,
.woocommerce .woocommerce-message a.button, .woocommerce .woocommerce-info a.button, .woocommerce .woocommerce-error a.button, .woocommerce-page .woocommerce-message a.button, .woocommerce-page .woocommerce-info a.button, .woocommerce-page .woocommerce-error a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce #review_form #respond .form-submit input{
    border-radius: 0;
    border-width: 1px;
    border-color: black;
    color: black;
    background-color: transparent;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s !important;
    text-transform: lowercase;
}

input[type=submit]:hover, input[type=submit].button:hover, input[type=button]:hover, button:hover, .fl-button:hover, .btn-primary:hover,
.woocommerce .woocommerce-message a.button:hover, .woocommerce .woocommerce-info a.button:hover, .woocommerce .woocommerce-error a.button:hover, .woocommerce-page .woocommerce-message a.button:hover, .woocommerce-page .woocommerce-info a.button:hover, .woocommerce-page .woocommerce-error a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce #review_form #respond .form-submit input:hover{
    border-width: 1px;
    border-color: black;
    color: white;
    background-color: black;
}

.woocommerce-page input.button.alt,.woocommerce-page input.button.alt:hover{ border-color: transparent; }

.woocommerce-page .woocommerce-message a.button,.woocommerce-page .woocommerce-message a.button:hover{
	background-color: transparent;
	border: 1px solid black;
	color: black;
	padding: 1px 7px;
}
.woocommerce-page .woocommerce-message a.button:hover{
	background-color: black;
	color: white;
}
.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover{ background-color: #c3c3c3; }

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after{
    margin-right: 1em;
}

/**
 * Input fields
 */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea{
	background-color: white !important;
	border-color: black !important;
	border-width: 1px !important;
}

/**
 * Search field
 */

.widget_search{ position: relative; }
.widget_search::before{ 
	font-family: "FontAwesome";
	content: '\f002';
	color: black;
	font-size: 17px;

	position: absolute;
	display:block;
	width: 20px;
	height: 20px;
	right: 6px;
	top: 4px;
}
.widget_search input[type=text]{ padding-right: 30px; }

/**
 * WooFramework Shortcodes 
 */

.woo-sc-divider{ border-bottom: 1px solid black; }

.shortcode-toggle h4{ border-bottom: none; text-align:left; }

.shortcode-toggle h4 a{ 
	display: inline-block !important;
	font-size: 18px;
	padding: 6px 10px;
	/*background: rgba(77, 77, 77, 1) !important;*/
	border: 1px solid black;
	transition: background-color 0.3s, color, 0.3s;
	background-position: -200px;
	text-transform: lowercase;
}
.shortcode-toggle h4 a:hover{ 
	text-decoration: none;
	background-color: black;
	color: white;
}
.shortcode-toggle.open .toggle-trigger{ display:none !important; }

/**
 * Popup Ally Style Overrides 
 */
#popup-box-gfcr-1 .popupally-inner-gfcr-1{ width: 80%; margin: 10px auto; }
#popup-box-gfcr-1 .popupally-inner-gfcr-1 .logo-text-gfcr{ text-align: center; }
#popup-box-gfcr-1 .popupally-inner-gfcr-1 .desc-gfcr hr{ border-top-color: #000; }

/* Close Button */
#popup-box-gfcr-1 .popupally-outer-gfcr-1 .popupally-close-gfcr,
.single-product .fl-page .close-button{
	background-image: none;
	top: 0;
	right: 15px;
}
#popup-box-gfcr-1 .popupally-outer-gfcr-1 .popupally-close-gfcr:after,
.single-product .fl-page .close-button{
	width: 20px;
	height: 20px;
	content: "x";
	color: black;
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 100;

    -webkit-transform:scale(1.2,1); /* Safari and Chrome */
    -moz-transform:scale(1.2,1); /* Firefox */
    -ms-transform:scale(1.2,1); /* IE 9 */
    -o-transform:scale(1.2,1); /* Opera */
    transform:scale(1.2,1); /* W3C */
}

/* form fields */
#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="text"].field-gfcr{ display:none; } /* Name */

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr{
	text-shadow: none;
	font-weight: normal;
	vertical-align: middle;
}

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="email"].field-gfcr,
#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr{
	font-size: 16px;
	line-height: 21px;
	padding: 0.3em 10px;
}

#popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr:hover{
	background-color: black;
	color: white !important;
}
@media screen and (min-width: 768px){
  #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="email"].field-gfcr,
  #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr{
	display:inline-block;
	margin: 0;
/*	border: 1px solid black; */
	border-color: black;
  }
  #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="email"].field-gfcr{
	width: 69%;
	margin-right: 1%;
  }
  #popup-box-gfcr-1 .popupally-inner-gfcr-1 .popupally-center-gfcr .content-gfcr input[type="submit"].submit-gfcr{
	width: 30%;
  }
}




/**
 * WooCommerce Overrides
 */

/** Single Product **/
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img{ border: none; }

@media screen and (min-width: 768px){
    .woocommerce div.product div.images, .woocommerce-page div.product div.images{
	width: 28%;
    }
    .woocommerce div.product div.summary, .woocommerce-page div.product div.summary{
	width: 68%;
	padding-right: 50px;
    }
}

.woocommerce div.product .product_title{ margin-bottom: 0; }

.woocommerce #reviews #comments ol.commentlist li{ 
	border-top: none; 
	padding-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
	margin-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-size: 1em;
	font-style: italic;
	margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{ display: none; }

.woocommerce div.product div.related.products{ 
	display:none;
	clear:both;
}
.woocommerce div.product div.upsells.products{ clear:both; }


/** Hidden Elements **/
.woocommerce .woocommerce-breadcrumb,
.woocommerce div.product .quantity,
.woocommerce .product_meta, .woocommerce-page .product_meta,
.woocommerce div.product .woocommerce-Reviews-title,
.woocommerce .upsells.products h2,
.woocommerce #reviews h3{ display:none; }

/** Single Product Close Button. More styles above alongside PopupAlly Close Button **/

.single-product .fl-page{ position: relative; }
.single-product .fl-page .close-button{
	position: absolute;
	z-index: 10;
	top: 60px;
	right: 30px;
	display: block;

	cursor: pointer;
}

/** Full Width Order Button **/
.woocommerce #payment input[type=submit]#place_order, .woocommerce-page #payment input[type=submit]#place_order{
    width: 100%;
    font-size: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    height: auto;
}

.woocommerce form .form-row select{ display: inline; }

.woocommerce-checkout #payment div.payment_box:before{
	border: 1em solid #f7f7f7;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

/* .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text{ height: 30px; } */

.woocommerce table.shop_table, .woocommerce-page table.shop_table,
.woocommerce #order_review, .woocommerce-page #order_review,
.woocommerce #payment, .woocommerce-page #payment{
	background-color: transparent;
	border: none;
	padding: 0;
}

/**
 * PayPal Express Checkout
 */

#checkout_paypal_message.woocommerce-info,
.wc-amazon-checkout-message .woocommerce-info{ 
	/*
	width: auto; 
	float: left; 
	background: none; 
	border: none;
	padding: 0 !important;
	text-indent: -1000000px;
	*/
	font-size: 1em;
	
}
#checkout_paypal_message.woocommerce-info::before,
.wc-amazon-checkout-message .woocommerce-info::before{ display:none; }

#checkout_paypal_message.woocommerce-info + div{ clear:none !important; }
.wc-amazon-checkout-message + div{ clear:left; }


#paypal_ec_button,
.woocommerce_paypal_ec_checkout_message{ 
	float:left; 
	clear:none;
}
.woocommerce_paypal_ec_checkout_message p{
	font-size: 1em;
	padding-top: 2px;
	margin: 0 0 0 20px;
	width: auto !important;
}
.woocommerce form .form-row{ padding: 0; }
.woocommerce form .form-row .input-checkbox{ margin-right: 1px; }
.woocommerce #payment .terms{ float:none !important; }

.woocommerce form .form-row .input-checkbox{
	position: relative !important;
}
/**
 * Fly-in Navigation
 */

#wsflyin-toggle{
	position: fixed;
	top: 12px;
	right: 20px;
	z-index: 102; /* Layer above fixed header (@100) */
	cursor: pointer;
}
.admin-bar #wsflyin-toggle{ top: 43px; }

@media screen and (max-width: 767px){ 
	#wsflyin-toggle{ position: absolute; } 
	.admin-bar #wsflyin-toggle{ top: 12px; }
}

#flyin.nav{
	position: fixed;
	z-index: 101; /* Layer below toggle */
	right: -300px;
	left: auto;
	min-width: 300px;
	width: 300px;
	height: 100%;

	padding-top: 46px;
	padding-left: 20px;
	padding-right: 20px;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#flyin.nav.in{
	right: 0;
	
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#flyin.nav > li{
	display:block;
	text-align:left;
	font-size: 14px;
}

#flyin.nav > li.invisible{ height: 20px; }

#flyin.nav > li a{
	padding: 7px 0;
}

#flyin.nav > li:hover a{ background-color: transparent; }

#flyin.nav > li:first-child{ border-top: 1px solid black; padding-top: 14px; }

/** Connect **/
#flyin.nav li#menu-item-6060 ul.sub-menu{ padding-left: 0; }
#flyin.nav li#menu-item-6060 ul.sub-menu li{ 
	list-style-type: none;
	display: inline-block; 
	float:none;
}
#flyin.nav li#menu-item-6060 ul.sub-menu li a,
.textwidget a i.connect{
	display:block;
	text-align:center;
	color: white;
	background-color: black;
	border-radius: 100%;
	padding: 0.5em;
	width: 2em;
	height: 2em;
}
.textwidget a{ display:inline-block; }

#flyin.nav li#menu-item-6060 ul.sub-menu li a:hover,
.textwidget a i:hover{
	background-color: #999999;
}
#flyin.nav li#menu-item-6060 ul.sub-menu li a{ 
	padding: 0.3em; 
	text-indent: -1000px;
}
#flyin.nav li#menu-item-6060 ul.sub-menu li:before{
	color: white;
	position: relative;
	top: 21px;
	left: 7px;
}

/**
 * Header: Navigation & Logo
 */

	/* traditional mobile nav management */
button.navbar-toggle{ display: none !important; }
.fl-page-nav-wrap{ border: none !important; }

@media screen and (min-width: 768px){
  .fl-page-header-row::before{ display:none; }
  .fl-page-header-logo-col{
	position: relative;
	z-index: 1;
	display:block;
	width: 33%;
	left: 0;
	text-align:left;
  }

  .fl-page-nav-col{ 
	width: 100%;
	margin-top: 3px;
	padding: 0;
	float:none;
	z-index: 0; /* Need logo to be layered above for clickability */
	position: absolute;
	left:0;
  }
}

@media screen and (max-width: 767px){
  .fl-page-header-logo-col,
  .fl-page-nav-col{
	display:block;
	width: 100%;
/*	text-align:center; */
	float:none;
  }

  .fl-page-nav-toggle-icon .fl-page-header-logo{
/*	text-align:center; */
	margin-right: 0;
   }

  .navbar-collapse.collapse{ 
	display:block; 
	visibility: visible;
	border: none;
   }
   .fl-page-nav-collapse ul.navbar-nav > li{
	border: none;
   }
}

.fl-page-nav-right .fl-page-nav ul.navbar-nav{ float: none !important; text-align:center; }

.fl-page-nav-right .fl-page-nav ul.navbar-nav > li{
	border-right: 1px solid #000;
	display: inline-block;
	float: none;
}
.fl-page-nav-right .fl-page-nav ul.navbar-nav > li a{ 
	font-size: 15px;
	line-height: 1em;
	padding-top: 0;
	padding-bottom: 0;
}
.fl-page-nav-right .fl-page-nav ul.navbar-nav > li:last-child{ border-right: none; }



/**
 * Footer
 */

footer .fl-page-footer{ font-size: 20px; }
footer .fl-page-footer #copyright{ font-size: 12px; }

footer #footer-connect{ margin-bottom: 0.5em; }

footer #footer-connect a{ display:inline-block; }
footer #footer-connect a:hover{
	text-decoration: none;
}

footer #footer-connect a i{
	font-size: 0.9em;
	display:block;
	text-align:center;
	color: black;
	background-color: white;
	border-radius: 100%;
	padding: 0.3em 0;
	width: 1.5em;
	height: 1.5em;
}
footer #footer-connect i:hover{ background-color: #999999; }


/**
 * Homepage / Blog
 */

.home .fl-widget,
.fl-sidebar .fl-widget{ margin-bottom: 20px; }

.home .fl-module-widget .fl-module-content,
.fl-sidebar .fl-module-widget .fl-module-content{ margin-bottom: 10px; margin-top: 0; }

.fl-sidebar h4.fl-widget-title,
.fl-module-sidebar h4.fl-widget-title{
	font-size: 15px;
	border-top: 1px solid black;
	padding-top: 7px;
	margin-top: 3px;
}
.fl-sidebar .fl-widget:first-child h4.fl-widget-title,
.fl-module-sidebar .fl-widget:first-child h4.fl-widget-title{ border-top: none; padding-top: 0; }

/* Mailing List Signups */

.home #widget-mailinglist input{
	display:inline-block;
}
.home #widget-mailinglist span.EMAIL-label{ display:none; }

.yikes-easy-mc-form{ font-family: "Raleway SemiBold", Helvetica, sans-serif; }

.yikes-easy-mc-form label.label-inline,
.yikes-easy-mc-form .submit-button-inline-label{
	display:inline-block;
	float: none !important;
}
.yikes-easy-mc-form label.label-inline.EMAIL-label{
	width: 65%;
	font-weight: 500;
}

.yikes-easy-mc-form .submit-button-inline-label{
	min-width: 0;
	width: 25%;
}

.yikes-easy-mc-form .submit-button-inline-label .empty-label{ display:none; }

.yikes-easy-mc-form .submit-button-inline-label button.yikes-easy-mc-submit-button,
.yikes-easy-mc-form input[type=email]{
	display:inline-block;
	font-size: 15px; 
	height: auto !important;
	line-height: 1.2em;
	margin: 0 !important;
	border-width: 1px;
	padding: 0.5em !important;
	vertical-align: inherit;
}

/** Modal pop-over sign-up forms **/
body .yikes-easy-mc-form .yikes-easy-mc-submit-button{
	padding: 5px;
	min-height: 0 !important;
}

.yikes-easy-mc-form input[type=email]::-webkit-input-placeholder {
   line-height: 1em;
}

.yikes-easy-mc-form input[type=email]:-moz-placeholder { /* Firefox 18- */
   line-height: 1em;
}

.yikes-easy-mc-form input[type=email]::-moz-placeholder {  /* Firefox 19+ */
   line-height: 1em; 
}

.yikes-easy-mc-form input[type=email]:-ms-input-placeholder {  
   line-height: 1em; 
}

.yikes-easy-mc-form .submit-button-inline-label button.yikes-easy-mc-submit-button{
	min-height: 0;
	border-color: black;
}
.yikes-easy-mc-form .submit-button-inline-label button.yikes-easy-mc-submit-button:hover{
	background-color: black;
}

@media screen and (max-width: 1030px){
	.yikes-easy-mc-form label.label-inline.EMAIL-label,
	.yikes-easy-mc-form .submit-button-inline-label,
	.yikes-easy-mc-form .submit-button-inline-label button.yikes-easy-mc-submit-button{
		padding-right: 0 !important;
		width: 100% !important;
		display:block;
	}
}

/* Popular Posts Widget */
.wli_popular_posts-class ul{
	float: none !important;
}
.fl-sidebar .fl-widget.wli_popular_posts-class ul li,
.fl-module-content .wli_popular_posts-class ul li{
	margin-bottom: 8px;
	padding-bottom: inherit;
	border: none !important;
	float: none !important;
}

.wli_popular_posts-class h2.widgettitle{ margin-bottom: 10px !important; }

.fl-widget.wli_popular_posts-class h3,
.wli_popular_posts-class h3{ 
	font-size: inherit; 
	font-family: Georgia, Times, serif;
}

/**
 * All Page Headers
 */

.page .fl-content{ margin-top: 5px; }
.page header.fl-post-header h1.fl-post-title{
	text-align:right;
	font-size: 1em;
}

/**
 * Photo Captions / Hover Text
 */

.fl-photo-caption-hover{
	bottom: -1px;
	height: 100.5%;
/*	padding-top: 50%; */
	display:flex;
	justify-content:center;
	align-items:center;

	background-color: rgba(255,255,255,0.85);
	color: black;
	text-align: center;
	font-size: 1.7em;
	line-height: 1.2em;

	text-overflow: clip;
	white-space: normal;

	cursor: pointer;
}

/**
 * Modal Boxes / Pop-Overs
 */

.pp-modal-wrap .pp-modal .pp-modal-content{
	border-radius: 0 !important;
}
.pp-modal .pp-modal-content-inner{
	padding: 25px !important;
}
.pp-modal .pp-modal-content-inner h2{ margin-top: 0; }

.pp-modal-wrap .pp-modal-close{
	height: 40px !important;	
	width: 40px !important;
}
.pp-modal-wrap .pp-modal-close .bar-wrap span{
	height: 1px !important;
	background-color: #EBEBFF;
}

/**
 * 3-Column Pages
 */

.callout-block .fl-module-content{ background: black; color: white; padding: 20px; }

.callout-block .fl-module-content h2,
.callout-block .fl-module-content a{ color: white; }

.callout-block .yikes-easy-mc-form .submit-button-inline-label button.yikes-easy-mc-submit-button{ 
	background-color: white;
	color: black;
}

.widget_shopping_cart{ 
	text-align:center;
	min-height: 150px;
}
.woocommerce.widget_shopping_cart h2.widgettitle{ 
	padding-bottom: 15px;
}
.woocommerce.widget_shopping_cart .mini_cart_item{ text-align: left; }

.woocommerce.widget_shopping_cart a.button{
	border-radius: 0;
	display:none;
}
.woocommerce.widget_shopping_cart a.button.checkout{
	display:inline-block; 
	width: 50%;
	border-color: white;
	background-color: black;
	color: white;
}
.woocommerce.widget_shopping_cart a.button.checkout:hover{
	background-color: white;
	color: black;
}
.woocommerce.widget_shopping_cart .total{ border-top: none; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{ font-weight: 400; }

.woocommerce ul.product_list_widget li.empty{ padding-left: 0; }

/** Client Area Dashboard Pages **/

.woocommerce-account table.shop_table tr.order_item td.product-name > a{
	pointer-events: none;
	cursor: default;
}
.woocommerce-account table.shop_table tr.order_item td.product-name .download-url a{
	text-decoration: underline;
}

/**
 * Single Blog Post
 */

.fl-page-content .fl-content-left{ border-right: none; }

/**
 * Contact Form 7
 */

body input[type=text].wpcf7-quiz,
.fl-node-582ca44b0066e .pp-cf7-content .wpcf7-quiz{
	width: 20%;
	display: inline;
}