body {
    line-height: 1.6;
}

a {
    color:#ae5f49;
    text-decoration: none;
}

#primary {
    position: relative;
    z-index:2;
    background:url( ../img/primary-interior-background.png) no-repeat 0 100%;
    background-size: 100% auto;
    padding-bottom:60px;
    min-height: 253px;
}

.flex-body #primary {
    -webkit-flex:1 1 auto !important;
    flex:1 1 auto !important;
}

.home.page #primary {
    background: transparent;
    padding-bottom:0;
    min-height:0;
}

.page-template-tpl-media-gallery .widget h2 span:first-child,
.media-sidebar .widget h2 span:first-child,
.site-content h1:before,
.text-overlap {
    text-indent:25px;
    margin-bottom:-6px;
    line-height:0 !important;
    position: relative;
    z-index:2;
}

.page-width {
    max-width:1200px;
    box-sizing: content-box;
}

.nested-page-width {
    max-width: 1000px;
    margin: 0 auto;
    -ms-zoom: 1;
    position: relative;
    z-index:1;
    padding-left: 16px;
    padding-right: 16px;
}

.nobr {
    white-space: nowrap;
}

/** Weird smaller width... **/
.page-template-tpl-patents .page-width,
.blog #primary .page-width,
.single-parker-media #primary .page-width,
.uses-parker-photo-gallery-shortcode #content.page-widget,
.page-template-tpl-media-gallery #content.page-width,
.media-sidebar #content.page-width,
.team-member-archive #content.page-width,
.become-a-dealer-widgets .textwidget,
.warranty-registration #content.page-width,
.become-a-dealer-widgets .page-width,
.page-template-tpl-lifetime-warranty #content.page-width,
.page-template-tpl-become-a-dealer #content.page-width,
.page-template-tpl-contact-us #content.page-width,
body.dealer-locator #content.page-width,
body.dealer-portal #content.page-width {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left:16px;
    padding-right:16px;
    box-sizing: border-box;
}

#primary .content-dropcase {
    margin-top: 0;
}

#wpadminbar.mobile {
    display: block;
}

.roboto-condensed {
    font-family:'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 782px) {
    html#html #wpadminbar {
        min-width:0;
    }

    #wp-admin-bar-new_draft {
        display: none !important;
    }
}

@media (max-width:768px) {
    .alignleft, img.alignleft,
    .alignright, img.alignright {
        width: 100% !important;
        float:none;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: block;
    }

    figure img {
        width:100%;
    }

    #primary {
        background-size: auto auto;
        background-position: 50% 100%;
    }

    .page-width {
        box-sizing:border-box;
    }
}

.overlay {
    position: fixed;
    top:0;
    left:0;
    z-index:20;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;
    display: none;
    overflow: hidden;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition:    background 1s ease-in-out;
    -ms-transition:     background 1s ease-in-out;
    -o-transition:      background 1s ease-in-out;
    transition:         background 1s ease-in-out;
}

.overlay.active {
    background: rgba(0,0,0,0.5);
}

.overlay.in {
    display: flex;
}

.overlay .lightbox > hgroup {
    text-align: right;
    position: relative;
    z-index: 2;
}

.overlay .lightbox .close {
    cursor: pointer;
}

.overlay .lightbox {
    background:#fff;
    padding:10px;
    position: relative;
    z-index:1;
    top:100vh;
    width:65%;
    margin:auto;
    padding-bottom: 37.25%;
    -webkit-transition: top 1s ease-in-out;
    -moz-transition:    top 1s ease-in-out;
    -ms-transition:     top 1s ease-in-out;
    -o-transition:      top 1s ease-in-out;
    transition:         top 1s ease-in-out;
}

.overlay.active .lightbox {
    top:0;
}

.overlay .lightbox .content {
    position: absolute;
    z-index:1;
    top:37px;
    bottom:10px;
    right:10px;
    left:10px;
}

.overlay .lightbox .content iframe {
    width:100%;
    height:100%;
    border:0;
}

@media (max-width:768px) {
    #html #primary .page-width {
        padding-left:38px;
    }
}

.wp-caption {
    margin-top: 0;
    color:#ed1c24;
}

.wp-caption-text {
    font-weight:700;
    font-size:0.8em;
}

.site-content h1 {
    margin-bottom: 40px;
}

#content {
    color: #3f4749;
}

.page-template-tpl-media-gallery .widget h2 span:first-child,
.media-sidebar .widget h2 span:first-child,
#content.site-content h1:not(.no-pb):before {
    display: block;
    font-size:24px;
    color:#000;
    text-indent: 18px;
    margin-bottom: -5px;
    padding-top:12px;
}

#content.site-content h1:not(.no-pb):before {
    content: "Parker Bows";
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.site-content h1 a,
.site-content h2 a,
.site-content h3 a,
.site-content h4 a,
.site-content h5 a,
.site-content h6 a {
    color: #9c1c1f;
    text-decoration: none;
}

.site-content article h2:not(.archive-title):not(.subtitle),
.site-content article h3,
.site-content article h4,
.site-content article h5,
.site-content article h6 {
    font-weight:400;
    color:#D5A253;
    margin-bottom:0;
    line-height: 1;
}

.site-content article h2:not(.archive-title):not(.subtitle) + p,
.site-content article h3 + p,
.site-content article h4 + p,
.site-content article h5 + p,
.site-content article h6 + p {
    margin-top: 0;
}

@media (max-width:768px) {
    .site-content hgroup h1,
    .home.page h1 {
        text-align: left;
    }

    #content.site-content h1:before {
        text-indent: 15%;
        text-align: left;
    }
}

#html .site-content article h1 + h2,
h2.subtitle {
    color:#3f4749;
    border-left:solid 6px #ED1C24;
    margin-left: -16px;
    font-weight:700;
    padding-left: 10px;
    line-height:1.6;
    position: relative;
    z-index:1;
}

h2 .button {
    font-size:16px;
    color:#fff !important;
    position: absolute;
    z-index:1;
}

@media (min-width: 768px) {
    h2 .button {
        top:0;
        right:0;
    }
}

@media (max-width: 768px) {
    h2.has-button {
        margin-bottom:80px !important;
    }

    h2 .button {
        top:100%;
        left:0;
        margin-top:16px;
    }
}

#html .site-content article h1 + h2,
.site-content h1 + h2.subtitle {
    margin-top:-20px;
}

.site-content table {
    width:100%;
    margin-top: 20px;
    margin-bottom: 55px;
}

.site-content table td {
    vertical-align: top;
}

.site-content table p,
.site-content table ul {
    margin:0;
}

.site-content hr {
    border:0;
    height:1px;
    background:#ba6a56;
}

.site-content {
    font-family: 'Roboto', sans-serif;
}


.keep-shopping-link,
.continue-checkout-link
 {
	text-align: center;
    color: #fff;
    border: none;
    background-color: #3f4749;
    padding: 11px 16px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    width: 240px;
    vertical-align: top;
    display: inline-block;
    margin: 30px 0;
}
.continue-checkout-link {
	float:right;
}
@media only screen and (max-width: 540px) {
	body.page-slug-additional-accessories-cart #primary > #content .page-content > div:nth-child(2),
	body.page-slug-additional-accessories-cart #primary > #content .page-content > div:nth-child(4),
	dummy {
		text-align: center;
	}
	body.page-slug-additional-accessories-cart #primary > #content .page-content > div:nth-child(2) > .continue-checkout-link,
	body.page-slug-additional-accessories-cart #primary > #content .page-content > div:nth-child(4) > .continue-checkout-link,
	dummy {
		float: none;
		margin-top: 0;

	}
}

.keep-shopping-link:hover,
.continue-checkout-link:hover
 {
	 background-color: #ed1c24;
 }

.keep-shopping-link a,
.continue-checkout-link a
{
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

@media (max-width:768px) {
    .site-content article h1 + h2,,
    .site-content article h1 + h2.subtitle {
        margin-top:0;
    }
}

.session-message {
    border: solid 1px #ddd;
    border-radius: 4px;
    padding:5px 10px;
    font-weight:700;
    margin:16px 0 32px;
}

.toggle {
    position: absolute;
    overflow: hidden;
    height:0;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    -ms-transition: opacity 400ms ease-in;
    -o-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    background: #fff;
}

.toggle-open {
    position: static;
    height:auto;
    display: block;
    opacity: 1;
}

.has-sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#html .has-sidebar > form.standard-form,
#html .has-sidebar > * {
    flex-shrink:0;
}

#html .has-sidebar > .sidebar {
    padding-left:40px;
    flex-shrink:1;
}

.has-sidebar > .sidebar img {
    width:100%;
    display: block;
}

@media (max-width: 768px) {
    .has-sidebar {
        display: block;
    }

    #html .has-sidebar > * {
        width:100% !important;
    }

    #html .has-sidebar > .sidebar {
        padding-left:0;
        margin-top:40px;
    }
}

.custom-style-1 {
    color:#e66024 !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    font-size: 20px !important;
}
.custom-style-2 {
    color: #b0b3b5 !important;
    text-transform: none !important;
    font-size: 27px !important;
    line-height: 1.2 !important;
    margin-bottom: 27px !important;
}

.page-content table {
    width:100%;
}

.patents-table table {
    background: #fff;
    color:#b1b3b4;
    max-width: 960px;
    box-sizing:border-box;
    line-height:1;
}

.patents-table table tr {
    border-bottom:solid 1px #000;
    border-left:solid 1px #000;
}

.patents-table table td {
    border-right:solid 1px #000;
    border-top:solid 1px #000;
}

.patents-select {
    margin-top:40px;
}

.patents-select .heading,
.patents-table thead th {
    background:#3f4749;
    color:#fff;
    font-weight:700;
}

.patents-select .heading,
.patents-table thead th,
.patents-table tbody td {
    padding-top:12px;
    padding-bottom:12px;
}

.patents-select .heading {
    text-align:center;
}

.patents-select ul {
    list-style: none;
    padding:0;
    margin: 0;
    border:solid 1px #000;
    border-top:0;
}

.patents-select li {
    background: #fff;
    color:#b1b3b4;
    font-size:1.2em;
    line-height:1.1;
    padding:10px;
    display: none;
}

.patents-select li.active {
    display: block;
}

.patents-table tbody td:first-child {
    text-align: center;
    vertical-align: middle;
}

.patents-table tbody td:last-child {
    padding-left:60px;
}

@media (max-width:768px) {
    .page-content table,
    .page-content thead,
    .page-content tbody,
    .page-content tr,
    .page-content th,
    .page-content td {
        display: block;
        text-align: center;
    }

    .page-content tr {
        margin-bottom:20px;
    }

    .row > *:last-child {
        padding: 10px 4px 0px 4px;
    }
}

.page-slug-terms-conditions .site-content h2 {
    color: #ED1C24 !important;
    font-weight:700 !important;
    font-size:1.8em;
    font-family:'Roboto Condensed', sans-serif;
    line-height:1;
    margin-bottom:20px !important;
}
.included-purchase{
    background-color:#f2f2f2;
    padding: 30px 10px 40px 10px;
    margin-top:30px;
    margin-right:50px;
    text-align: center;
}
.included-purchase img{
    width: 70%;
    margin: auto;
}
.included-purchase .related.products ul.products li.product .product-wrapper{
    border-right: solid 0px #d7d9da !important;
}
.included-purchase span:before{
    font-size: 25px;
    content: "INCLUDED \a";
    white-space: pre;
}
.included-purchase h2,
.included-purchase div.details,
.included-purchase div.product-logo,
.included-purchase span.onsale,
.included-purchase div.new-tag{
    display: none;
}
.included-purchase .wc-product-image{
    padding-bottom: 100%;
}
.included-purchase div.product-wrapper{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.included-purchase ul{
   list-style-type: none;
}

.multi-riticle span{
    float:right;
    padding-top:70px;
}
.included-purchase span{
  color: #fc1622;
  font-weight: bold;
  line-height: 100%;
}
.included-purchase hr{
    border: 2px solid #575b5a;
    background:#575b5a !important;
}
.huricane-logo img{
    float:right;
}
.huricane-logo .product-logo{
       display: block !important;
}
.bow-image center span{
    font-size:80px;
    color:#f0008a;
}
.product-bow{
    border-bottom: solid 2px #a4aaa8;
}
.share-product{
    background-color:#ee1c25;
    /*padding:5px 5px;*/
    color:#fff;
    margin-top:10px;
    padding-top:10px;
    text-align: center;
}
.share-product ul li:nth-child(2):hover img,
.share-product ul li:nth-child(3):hover img,
.share-product ul li:nth-child(4):hover img,
.share-product ul li:nth-child(5):hover img,
.share-product ul li:nth-child(6):hover img{
    border-radius: 0%;
}
.crossbow-congratulations h1:before{
    content: "Just by visiting parker bows" !important;
    text-align: left;
    margin-left: 260px;
}
.crossbow-congratulations{
    margin-top:20px;
    text-align:center;
}
.crossbow-congratulations h2{
    margin-top: -50px !important;
    border-left: solid 6px #fff !important;
}
.crossbow-congratulations-second{
    border: solid 1px #268ecd;
    margin: 20px 150px 20px 150px;
}
.crossbow-congratulations-second .congrat-1{
    background-color: #268ecd;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    height:100px;
    text-align: center;
    padding-top: 35px;
}
.crossbow-congratulations-second .congrat-2{
    color: #268ecd;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.month-content{
    padding:30px 0px 20px 0px;
    border-bottom:solid 2px #a4aaa8
}
.contest-rule{
    font-style: italic;
    padding-top: 20px;
}
.contest-rule .list-inline>li{
    padding-right: 35px !important;
}
.share-product img{
    border-radius: 70%;
    width: 80%;
}
.share-product ul li:first-child{
    /* background-color: yellow;*/
    vertical-align: top;
    line-height: 45px;
}
.contact-giveaway-form{
    padding-top: 30px;
}
.contact-giveaway-form .form-group label.label{
    width: 172px !important;
}
.contact-giveaway-form .second-group .form-group{
    margin-bottom: 2px !important;
}
.tell-us h1:before{
    content: "Tell us" !important;
}
.about-parker select, .parker-state select, .parker-country select{
    background: transparent;
    border: solid 1px #d9dbdc;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 42px;
    padding-left: 1em;
}
.about-parker{margin-bottom:50px}
.submit-giveaway .form-actions{
    border-top: solid 0px #61696a !important;
    padding-top: 0px !important;
}
.giveaway-label{
    display: block;
    max-width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #9d1c20;
    font-weight: 700;
    font-size: 1.3em;
}
.second-group hr{
    margin-top: 50px;
    margin-bottom: 50px !important;
}
.second-group .parker-checkbox input[type=checkbox]{
    margin-bottom: 10px !important;
}
.bow-image center img{
        width: auto;
        max-height: 600px;
}
@media screen and (max-width: 768px) {
    .included-purchase {
        background-color: #f2f2f2;
        padding: 10px 10px 0px 10px;
        margin-right: 0px;
        line-height: 50%;
        margin-top: 60px;
        /*text-align: center;*/
    }
    .bow-image center img{
        max-height: 400px;
    }
    .bow-image center span{
        display: none;
    }
    .multi-riticle span{
        display: none;
    }
    .share-product .list-inline>li{
        padding-right: 0px;
        padding-left: 0px;
        width: 14%;
        margin: auto;
        vertical-align: middle;
    }
    .share-product ul li:first-child {
        width: 20%;
        padding-left: 10px;
    }
    .share-product{
        background-color:#ee1c25;
        /*padding:5px 5px;*/
        color:#fff;
        margin-top:10px;
        padding-bottom: 10px;
    }
    .crossbow-congratulations h1:before{
        margin-left: 0px;
        text-align: left;
        width: 110%;
    }
    .crossbow-congratulations-second {
        border: solid 1px #268ecd;
        margin: 20px 0px 20px 0px;
    }
    .crossbow-congratulations-second .congrat-2{
        padding-bottom: 10px;
    }
    .contact-giveaway-form .form-group label.label{
        width: auto !important;
        padding-left: 0px;
        white-space: normal;
        text-align: left;
    }
    .contact-giveaway-form .giveaway-form-details {
	    padding-left:0;
    }
    .product-bow {
        margin-right: 1px;
    }
    .included-purchase span{
        font-size: 8px;
    }
     .included-purchase span:before{
        font-size: 8px;
    }
    .included-purchase img{
        width: 100%;
        margin: auto;
    }
    .share-product{
        text-align: left;
        max-width: 100%;
    }
    .huricane-logo img{
        float: left;
        width: 70%;
    }
    .page-template-tpl-media-gallery .widget h2 span:first-child, .media-sidebar .widget h2 span:first-child, #content.site-content h1:not(.no-pb):before {
        width: auto;
    }
    .month-content{
        padding: 0px 0px 20px 0px;
    }
    .crossbow-congratulations-second{
        margin: 20px 0px 0px 0px;
    }
}


.wpsl-search {
	width: 33%;
	background: inherit;
	clear: right;
}

#wpsl-result-list {
	clear: left;
}

.wpsl-clearfix:after, .wpsl-clearfix:before {
	display: initial;
}

.woocommerce ul.products li.product .button {
	margin-top: unset;
}

/*prevent price field from wrapping under quantity*/
td.a2c {
    white-space: nowrap;
}
.woocommerce div.product .buy-now-section form.cart table div.quantity {
    margin-right: 20px !important;
}

.woocommerce div.product span.soldout {
    display: none;
}

.woocommerce span.soldout, .woocommerce-page span.soldout {
    z-index: 1;
}

table.warr-rpt {
  text-align: center;
  line-height:1.3em;
}
.warr-rpt thead {
  font-weight: bold;
  background-color:#DDD;
}
.warr-rpt td:first-child {
  font-weight: bold;
  background-color:#DDD;
}
.warr-rpt td {
  padding:4px;
  border: 2px solid #DDD;
}
.warr-rpt td:first-child {
  text-align: right;
}


/* remove thumb up and thumb down for woocommerce reviews pro */
.contribution-actions > .vote,
.contribution-actions > .vote-count {
    display: none !important;
}

@media only screen and (max-width: 440px) {
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p:nth-child(1),
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p:nth-child(2),
	dummy {
		float: none;
		width: auto;
	}
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: calc(50% - 11px);
}

@media screen and (max-width: 440px) {
    .woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last {
        width: 100%;
        margin: 0;
    }
}


/* Remove Buy Now buttons & Cart Icon (4/14) */


.action-links {
    display: none !important;
}
.buy-now-section {
    display: none !important;
}
.woocommerce-variation-add-to-cart {
    display: none !important;
}

.pb-cart:before {
    display: none !important;
}
