/* ----------------------------------------------------------------------------------
	RESPONSIVE LAYOUTS
---------------------------------------------------------------------------------- */

/* Desktop / Laptop */
@media only screen and (max-width: 960px) {
}
	
/* iPad & Tablet */
@media only screen and (max-width: 768px) {

	#site-header {
		margin-bottom: 0!important;
	}
	#header-sticky-wrapper {
		height: auto !important;
	}
	#pre-header,
	#header {
		position: static !important;
	}

	/* Header */
	#header {
		padding: 10px 10px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	#logo {
		float: none;
		position: static;
		text-align: center;	
		margin: 0 10px 10px;
	}
	#logo img {
		max-height: 40px;
	}
	#header-links,
	#pre-header-search {
		display: none;
	}
	#header-responsive {
		display: block;
		width: 100%;
	}
	#header-responsive ul {
		margin: 0;
	}
	#header-responsive li {
		position: relative;
		list-style: none;
	}
	#header-responsive .sub-menu li,
	#header-responsive .sub-menu li:hover {
		padding: 0;
	}
	#header-responsive li a {
		color: inherit;
		display: block;
		padding: 0 50px 0 25px;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #F0F0F0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;

	}
	#header-responsive li a:hover,
	#header-responsive li.current_page_item > a {
		color: #F33F3F;
	}
	#header-responsive-inner {
		background: #fff;
		border-left: 1px solid #F0F0F0;
		border-right: 1px solid #F0F0F0;
	}	
	.nav-collapse {
		visibility: hidden;
		overflow: hidden;
		height: 0;
	}
	.nav-collapse.in {
		visibility: visible;
	}
	.btn-navbar {
		display: block;
		padding: 10px 10px;
		background-color: #333;
		border: 1px solid #222;
	}
	.btn-navbar .icon-bar {
		display: block;
		width: 20px;
		height: 3px;
		margin: 0 auto;
		background-color: #FFF;
	}
	.btn-navbar .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	.nav-collapse.collapse {
		-webkit-transition: height 0.35s ease;
		-moz-transition: height 0.35s ease;
		-ms-transition: height 0.35s ease;
		-o-transition: height 0.35s ease;
		transition: height 0.35s ease;
		position: relative;
		overflow: hidden;
		height: 0;
	}

	/* Sub-Menu Toggle */
	#header-responsive .sub-menu-toggle,
	#header-responsive .menu-item-has-children > a:after {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	#header-responsive .sub-menu-toggle {
		z-index: 3;
	}
	#header-responsive .sub-menu-toggle:focus {
		outline: thin dotted;
	}
	#header-responsive .menu-item-has-children > a:after {
		font-family: fontawesome;
		content: "\f067";
		text-align: center;
		font-size: 12px;
		z-index: 2;
	}
	#header-responsive .menu-item-has-children.sub-menu-show > a:after {
		content: "\f068";
	}
	#header-responsive .sub-menu {
		overflow: hidden;
		height: 0;
	}
	#header-responsive .sub-menu-show > .sub-menu {
		height: auto;
	}
	#header-responsive .sub-menu-show > a {
		color: #F33F3F;
	}
	#header-responsive .sub-menu a {
		padding-right: 70px;
	}
	#header-responsive .sub-menu .sub-menu-toggle {
		width: 70px;
	}
	#header-responsive .sub-menu .menu-item-has-children > a:after {
		right: 20px;
	}

	/* Featured Slider */
	#slider .featured-title span,
	.thinkupslider-sc .featured-title span {
		font-size: 25px;
	}
	#slider .featured-excerpt span,
	.thinkupslider-sc .featured-excerpt span {
		font-size: 14px;
		line-height: 22px
	}
	#slider .featured-link a,
	.thinkupslider-sc .featured-link a {
		font-size: 12px;
		padding: 5px 10px
	}

	/* Slider */
	#slider,
	.thinkupslider-sc {
		padding: 0 10px;
	}
	#slider .rslides-container,
	.thinkupslider-sc .rslides-container {
		padding: 0;
	}
	#slider .videoBG video,
	.thinkupslider-sc .videoBG video {
		top: -25% !important;
	}

	/* Intro / Outro */
	.action-text.action-teaser h3, 
	.attention_text h3 { 
		margin-top: 0px; 
	}

	/* Footer */

	/* Sidebar */

	/* Blog */

	/* Post */
	.commentlist .children .children .children { 
		margin: 0px; 
	}

	/* Portfolio */
	.hover-excerpt {
		display: none;
	}
	.da-thumbs li article h3 {
		padding: 0;
	}

	/* Project */

	/* Contact */

	/* Widgets */

	/* Shortcodes */
	.customtitle h1,
	.customtitle h2,
	.customtitle h3,
	.customtitle h4,
	.customtitle h5,
	.customtitle h6 {
		white-space: initial;
	}
	.customtitle .title-div {
		display: none;
	}
}


/* Small Tablets & Larger Phones */
@media only screen and (max-width: 685px) {

	/* Main */
	#pre-header-links-inner,
	#breadcrumbs,
	#sidebar,
	#intro.option3 .page-teaser,
	.meta-author {
		display: none !important;
	}
	#main-core,
	#intro.option1, 
	#intro.option2 {
		margin-left: 0px !important;
	}
	#main {
		width: 100% !important;
	}
	#main-core, 
	#intro,
	.commentlist .children .children {
		margin: 0px !important;
	}
	#intro.option1 #intro-core {
		display: block;
	}
	.notification-text {
		display: block;
		margin-bottom: 5px;
	}

	/* Featured Slider */
	#slider .featured-excerpt,
	.thinkupslider-sc .featured-excerpt {
		display: none;
	}

	/* Portfolio */

	/* Single Post Share */
	#author-image,
	#author-text {
		width: 100%;
		float: none;
	}
	#author-text {
		margin: 20px 0px 0 0px;
	}
	#author-text h3,
	#author-text p {
		margin-left: 30px;
		padding-right: 40px;
	}
	.commentlist .children .children {
		margin: 0px;
	}

	/* Intro / Outro */	
	.action-text.three_fourth,
	.action-button.one_fourth.last {
		width:100%;
		float:none;
		margin-right:0px;
	}
	.action-button h4 {
		padding: 10px 10px;
		margin: 0px;
	}
	.action-text {
		padding-bottom: 10px;
	}
	.action-text > h3 {
		margin-top: 0px;
	}
	.action-text,
	.attention_text {
		text-align: center;
	}
}


/* iPhone (Landscape) */
@media only screen and (max-width: 568px) {

	/* Main */
	#notification-core .notification-text {
		display: block;
		margin-bottom: 5px;
	}

	/* Featured Slider */
	#slider,
	.thinkupslider-sc {
		text-align: center;
	}
	#slider .featured-title span,
	.thinkupslider-sc .featured-title span {
		font-size: 20px;
		padding: 5px 10px;
	}
	#slider .featured-excerpt span,
	.thinkupslider-sc .featured-excerpt span {
		padding: 5px 10px;
	}
	#slider .featured-video,
	.thinkupslider-sc .featured-video {
		display: none;
	}

	/* Portfolio */
	.element.column-1 ,
	.element.column-2 ,
	.element.column-3 ,
	.element.column-4 {
		width: auto !important;
	}
	#filter.portfolio-filter {
		margin: 0;
	}
	#filter.portfolio-filter li {
		display: block;
		padding-right: 1px;
	}
	#filter.portfolio-filter li a {
		width: 100%;
		padding: 5px 20px;
		border-bottom: 1px solid #EEE;
	}
	#filter.portfolio-filter > li:first-child a {
		border-top: 1px solid #EEE;
	}
	#filter.portfolio-filter li:after {
		content: "";
	}
	#filter.portfolio-filter li a:hover,
	#filter.portfolio-filter li a.selected {
		color: white;
		background: #F33F3F;
	}

	/* Blog */
	.blog-article .entry-content {
		margin-top: 20px;
	}

	/* Single Post */
	#sharemessage {
		text-align: center;
		margin-bottom: 15px;
		padding: 0;
	}
	#shareicons {
		padding: 0;
	}
	#sharemessage,
	#shareicons {
		width: 100%;
		display: block;
		text-align: center;
	}
	#comments {
		margin-right: 0;
	}
	#nocomments {
		margin-left: 0;
	}
	
	/* Single Post Share */	
	#author-image {
		display: none;
	}
	#author-text {
		margin: 0px;
	}
	#author-bio .author-description {
		padding-right: 50px;
	}
	span.post-title {
		display:none;
	}
	p.form-submit {
		margin-bottom: 0px;
	}
	#shareicons a {
		float: none;
		margin-left: 10px;
		margin-right: 10px;
	}
	.form-allowed-tags {
		display: none;
	}

	/* Intro / Outro */
	.action-text h3, .action-text p {
		margin-left: 0px;
		margin-right: 0px;
	}
	.action-button p {
		margin-left: 0px;
		margin-right: 0px;
	}

	/* Shortcode Content */
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		width:100%;
		float:none;
		margin-right:0px;
	}
	#footer .widget-area.one_half,
	#footer .widget-area.one_third,
	#footer .widget-area.two_third,
	#footer .widget-area.one_fourth,
	#footer .widget-area.three_fourth,
	#footer .widget-area.one_fifth,
	#footer .widget-area.two_fifth,
	#footer .widget-area.three_fifth,
	#footer .widget-area.four_fifth,
	#footer .widget-area.one_sixth,
	#footer .widget-area.five_sixth {
		width:100%;
		float:none;
		margin-right:0px;
	}
	.border {
		margin-left:10px;
		margin-right:10px;
	}

	.pricing-table.style1 span {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		background: none !important
	}
	.pricing-table.style2 .pricing-package {
		float: none;
		display: block;
		margin: 0 auto 20px;
		max-width: 100% !important;
		width: 100% !important;
	}
	.pricing-table.style2 .pricing-package.big {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	/* Bootstrap Menu */
	#logo {
		float: none;
		text-align: center;
	}
	.btn-navbar {
		float: none;
	}
	
	/* Widgets */
	.thinkup_widget_categories li span {
		float: none;
		padding-left: 5px;
	}
	.thinkup_widget_flickr .flickr-photo {
		width: auto !important;
		margin-right: 5px !important;
	}

	/* Misc */
	.hidden-mobile {
		display: none;
	}
}


/* iPhone (Portrait) */
@media only screen and (max-width: 320px) {

	/* Single Post Share */
	#shareicons a {
		margin-left: 5px;
		margin-right: 5px;
	}
	.commentlist .children {
	margin: 0 0 0 25px;
	}

	/* Portfolio */

	/* Shortcodes */

}


/* Retina Display */
@media only screen and 
        (-webkit-min-device-pixel-ratio: 1.5), only screen and 
        (-o-min-device-pixel-ratio: 3/2), only screen and 
        (min-device-pixel-ratio: 1.5) {
}.gpls_hidden{
    display:none;
}

.rfqcart-link-shop {
    display: block;
    padding: 5px;
}

.rfqcart-link-single {
    display: block;
    padding: 5px;
    clear: both;
    margin-top:5px


}

.fqcart-link-div-shop {
    padding: 5px;
    display: block;

}
.rfqcart-link-shop-custom{
    display:inline-block;
    float:right;
}
.link_to_rfq_cart{
    display:inline-block;
    margin-bottom: 40px;
}

.fqcart-link-div-shop-custom {
    max-width: 300px;

}

.rfqcart-link-single-custom {
    display: block;
    max-width: 300px;

}

.fqcart-link-div-single-custom {
    margin-top: 60px;

    display: block;

}

a.gpls_product_remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.gpls_rfq_set {

    display: inline-block  ;
    /*margin: 5px;*/
text-align: center;
}

.rfqcart-link {
    display: inline-block  ;
    margin:10px
}

.rfq_cart_address {
    width: 100%
}

.gpls_woo_rfq_cart_totals {
    width: auto;
    /*float: right;*/
    margin: 0;
    clear: right;
    white-space: nowrap;
}

.gpls_woo_rfq_wc-proceed-to-checkout .button.checkout-button {
    font-size: 1.41575em;
    white-space: nowrap;
}

.gpls_woo_rfq_wc-proceed-to-checkout .button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    white-space: nowrap;

}

.gpls_rfq_set_div {
   
   /* margin: 0.5em;
    padding: 1em;
    margin-left: 0  ;
    padding-left: 0  ;
    margin-right: 0  ;
    padding-right: 0  ;*/


}

.link_to_rfq_page_button {
    z-index: 1000;
}

.link_to_rfq_page_link {
    display: block  ;
    margin-top: 0.6em  ;
    z-index: 1000  ;
    opacity: 1  ;
    margin-left: auto  ;
    margin-right: auto  ;
    margin-bottom: 0.6em  ;
    width: 100%;
    white-space: nowrap  ;
    font-weight: bold;

}

.link_to_rfq_page_link_widget {
    display: block  ;
    margin-top: 0.6em  ;
    z-index: 1000  ;
    opacity: 1  ;
    margin-left: 50% !important;
    margin-right: auto !important;
    margin-bottom: 0.6em  ;
    width: 100%;
    white-space: nowrap  ;
    font-weight: bold;

}

.rfq_button {
    display:block  ;
    margin-top: 0.6em  ;
    z-index: 1000  ;
    opacity: 1  ;
    margin-left: auto  ;
    margin-right: auto  ;
    position: relative  ;
    margin-bottom: 0.6em  ;
}

.woo-rfq-customer-info {
    margin-top: 0.6em  ;
    z-index: 1000  ;
    opacity: 1  ;
    margin-left: auto  ;
    margin-right: auto  ;
    font-weight: bold;
    font-size: 2em;
}

.rfq-cart-message {

    width: 400px;
}

.rfq_cart_shop_table {
    width: 100%  ;
    float: left  ;
    margin-bottom:1em  ;
}

.rfq-shop-table_customer_info {
    /*width: 50%  ;*/
    /*float: right  ;*/
    float: left  ;
}

.rfq-shop-table_customer_info input[type=text] {
    /*width:100%*/
}

.rfq-shop-table_customer_info th {
    vertical-align: middle;
}



.rfq_checkout_form {
    /*float:right;*/
    width: auto
}



.state_select {
    display: block;
}

.rfq-shop-table, .update-rfq-cart {
    /*float:right;*/
    padding:10px;
}

.update_rfq_cart, .rfq_proceed-to-checkout {
    clear: both  ;;

}



.update-rfq-cart, .rfq-cart-message {
    margin-bottom: 0.5em;

}
.gpls-woo-rfq_update-rfq-cart_button{
    margin-top: 1em  ;
}




.gpls-woo-rfq_checkout_button {
    padding: 1em  ;
    margin-bottom: 4em  ;
    margin-left: auto;
    margin-right: auto;


}
.gpls-woo-rfq_update-rfq-cart_button {
    padding: 1em  ;
    margin-bottom: 4em  ;
    margin-left: 22.2%;
    margin-right: auto;

    padding-top: .6180469716em  !important;
    padding-right: 1.41575em  !important;
    padding-bottom:.6180469716em  !important;
}

.woo_rfq_after_shop_loop_button {
    position: relative  ;
    top: 0  ;
    margin-top: 0.6em  ;
    z-index: 1000  ;
    opacity: 1  ;
    margin-left: auto  ;
    margin-right: auto  ;
    position: relative
}

.rfq-shop-table_customer_info .required::after {

    content: " * ";
    font-weight: bold;
    color:red;
}

.gpls_woo_rfq_plus_customer_bid .required::after {

    content: " * ";
    font-weight: bold;
    color:red;
}

.rfq-shop-table_customer_info td, .rfq-shop-table_customer_info th {
    padding: 0;
    text-align: left ;
}

.info_tr {
    display: block ;
}


.info_td::before {
    content: attr(data-title) "" !important;

}

.info_tr th {
    display: block ;
}
.info_tr td {
    display: block ;
}


.info_td .error  {
    color: red;
}

.info_td .error::before  {
    content:  "\002a\002a";
}
.info_td .error::after  {
    content:  "\002a\002a";
}


.gpls_hidden {
    display:none ;
}


.rfq_cart_shop_table .product-thumbnail img {
    margin: 0 auto;
    max-width: 3.706325903em;
    height: auto;
}

.gpls-woo-rfq_update-rfq-cart_button {
    display: inline-block ;
    float:right;
}

.rfq-shop-table_customer_info tr{
 display: block
}

.quoteqty:before {
    content: ""  ;
    margin-right: 0px ;
}
.quoteqty{
    margin-left: auto ;
    margin-right: auto  ;
    display:inline-block  ;
}
.quoteqty .qty{
margin-top: 0.6em  ;
}

.specialnocontent::after {

    content:'' !important;

}



@media screen and (max-width: 780px) {

    .info_td .input-text,.info_td input[type=text],
    .info_td input[type=email],
    .info_td input[type=url],
    .info_td input[type=password],
    .info_td input[type=search],
    .info_td textarea{
        width:90%;
    }
    .info_th{
        display:none !important;
    }
    .info_td::before {
        content: attr(data-title) "" !important;

    }
    dl.variation {

        text-align: left;
    }


}

.single-product div.product form.cart {
   display:none;
}