a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

/*general css*/

/* Force base font */

html body {
    font-family: 'fira-sans', sans-serif;
    /* padding-top: 225px;  */
    text-align: left;
    /* Fixes Magento align center */
}

body.home {
    padding-top: 0;
}

/*common css*/

a {
    text-decoration: none;
}

body a {
    color: #a53278;
    text-decoration: none;
}

body a:hover {
    color: #000;
}

body #header a:hover,
body a:hover,
body #header .top-links a:hover {
    text-decoration: none;
}

body .label {
    color: #000;
}

body .button,
body .button:focus,
body .button:active {
    background-color: #FFF;
    color: #000;
}

h2 {
    font-size: 70px;
    color: #5e5e5e;
    line-height: 80px;
    font-weight: 500;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

.dark_gray {
    background-color: #454545;
}

.purple-bg {
    background-color: #a53278;
}

.purple-btn {
    background-color: #a53278;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: inline-block;
}

.purple-btn:hover,
.purple-btn:focus {
    background: #5e5e5e;
    color: #fff;
}

.purple-text {
    color: #a53278;
}

.light-org {
    background: #ED9669;
}

.darkbg {}

.page-template-tpl_home #header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

#header .header-top .container>div,
#header .header-main .container>div {
    z-index: 2020;
}

/*common css*/

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
}

.header .navbar-brand {
    height: auto;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.header {
    position: relative;
    z-index: 6;
}

.head-strip .container {
    position: relative
}

.head-strip {
    color: #ffffff;
    font-size: 14px;
    min-height: 40px;
}

.head-strip * {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.two-main {
    float: right;
    padding: 12px 0;
}

ul.info {
    list-style: none;
    margin: 0;
}

ul.info li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

ul.info li a {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}

ul.info {
    list-style: none;
    margin: 0;
    float: left;
}

/*menu and search*/

.header .navbar-default {
    border: none;
    position: static;
    border-radius: 0px;
    padding-top: 10px;
    min-height: 100px;
}

.header .container {
    position: relative;
}

.header .navbar-default .navbar-nav>li>a {
    font-size: 20px;
    color: #fff;
    padding-top: 11px;
    font-weight: 300;
    padding: 0 12px;
}

.header .navbar-default .navbar-nav>li>a:hover {
    color: #000;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.header .navbar-right {
    float: right;
    margin-right: -15px;
    margin-top: 30px;
}

.search-box {
    float: right;
    position: absolute;
    right: 0;
    top: 25px;
}

#main-menu .fw-algolia-search-toggle {
    display: block;
    padding: 0.45em 0;
}

#main-menu .fw-algolia-search-toggle a {
    font-size: 19px;
}

#searchform {
    display: block;
}

.fwalgoliasearchform {
    display: block;
}

#algolia-autocomplete-container {
    font-size: 16px;
}

#algolia-left-container {
    font-size: 14px;
}

#algolia_instant_selector #algolia-left-container .facet {
    border: none;
}

#algolia_instant_selector #algolia-left-container .facet .name,
.fw_facet_group_label {
    background-color: #FFF;
    color: #a53278;
    font-size: 14px;
    text-transform: uppercase;
}

#algolia-left-container .ais-refinement-list--item,
#algolia-left-container .ais-hierarchical-menu--item {
    background-color: #EEE;
    margin: 2px 0;
}

#algolia_instant_selector .result-content {
    color: #000;
    font-size: 14px;
}

#algolia_instant_selector .result-wrapper .result .result-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

#algolia_instant_selector .result-wrapper .result {
    border: none;
}

#algolia_instant_selector .ais-stats {
    position: inherit;
}

.header .navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    padding-right: 80px;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.header .navbar-default .navbar-toggle {
    border: none;
}

.header .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.heading-banner {
    text-align: center;
}

.heading-banner h2 {
    text-align: center;
    /* font-family: Shelby !important; */
    font-size: 60px;
    line-height: 1;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    background: none;
    border: none;
}

.btn-info:hover,
.btn-info:focus {
    background: none;
    outline: none;
    box-shadow: none;
    border: none;
}

.title-sec .col-sm-6 img {
    max-width: 100%;
}

.featured-articles .feature-thumb {
    display: block;
}

.featured-articles .wp-post-image {
    width: auto;
    max-height: 200px;
}

.featured-articles .featured-article-content {
    margin: 1em 0 2em;
}

.featured-articles .featured-article-content h4 {
    font-family: 'fira-sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    color: #1d2127;
}

.featured-articles .featured-article-main .wp-post-image {
    width: auto;
    max-height: 500px;
}

.featured-articles .featured-article-main .featured-article-title {
    font-size: 2em;
}

.login-link {
    cursor: pointer;
}

.modal-login .imgcontainer {
    background: url('/store/skin/frontend/smartwave/porto_quiltingcompany/images/tqc_logo.png');
    height: 104px;
    width: 266px;
    background-size: contain;
}

.new-search .modal-body p {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-bottom: 160px;
    letter-spacing: 2px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.new-search .search-in-box input {
    width: 100%;
    height: 80px;
    padding: 0px 60px 0px 20px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: none;
    color: #fff;
    font-size: 20px;
}

.new-search .close {
    background: url(../images/close-icon.png) center center no-repeat;
    width: 50px;
    height: 50px;
    font-size: 0;
    border: none;
    z-index: 9999;
    opacity: 1;
}

.new-search .search-in-box {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}

.new-search .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

.new-search .modal-header {
    padding: 0px;
    border: none;
}

.new-search .modal-dialog {
    width: 900px;
    margin: 30px auto;
}

.new-search .search-box {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
}

/*Home page start*/

.header.header-home .navbar-default {
    margin-bottom: 0;
}

.homepg .banner-in {
    margin: 0;
}

.banner-in .caption-txt h2 {
    /* font-family: Shelby; */
    font-size: 50px;
    margin: 0 0 26px 0;
    text-align: left;
    line-height: 1;
}

.homepg .caption-txt h2,
.homepg .caption-txt p {
    color: #000;
}

.homepg .caption-txt {
    bottom: 200px;
}

.homepg .caption-txt h2 {
    /* font-family: Shelby !important; */
    font-size: 70px;
    margin: 0 0 26px 0;
    line-height: 1;
}

.homepg .caption-txt p {
    font-size: 24px;
    font-family: 'fira-sans', sans-serif;
    font-weight: 400;
    padding-top: 0px;
    margin-top: -1em;
}

.homepg .banner-in img {
    width: 100%;
}

.homepg .banner-in>a {
    display: block;
}

.feature-img,
.feature-out-box a,
.review-img,
.review-out a,
img-out a,
galleryCol a {
    overflow: hidden;
}

.feature-out-box a img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.feature-out-box:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.feature-img a img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.feature-out-box:hover .feature-img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.review-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.design-review-in:hover .review-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.review-out:hover .review-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.img-out a img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.feature-out-box:hover .img-out a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.galleryCol a img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.galleryCol:hover a img {
    height: 90%;
}

/*Home page end*/

/*banner start*/

.heading-banner h2 {
    text-align: center;
}

.banner-nav ul {
    text-align: center;
}

.banner-nav ul li a {
    font-size: 20px;
    color: #4f4f4f;
    padding: 0px 12px;
}

.banner-nav ul li a:hover,
.banner-nav ul li a:active {
    color: #a53278;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.banner-nav ul li {
    display: inline-block;
}

/* Hero banner wordpress */

.banner-in {
    position: relative;
    margin: 45px 0px;
}

.owl-item .banner-in {
    position: relative;
    margin: 0px 0px;
}

/* Hero image description container */

.caption-txt {
    position: absolute;
    bottom: 45px;
    left: 85px;
}

/* Caption Sub_header Paragraph */

.caption-txt p {
    gallery-caption font-size: 20px;
    padding-top: 10px;
    color: #4f4f4f;
    text-align: left;
}

.caption-txt.gallery-caption p {
    font-size: 20px;
    padding-top: 0px;
    color: #4f4f4f;
    text-align: left;
}

.caption-txt a {
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.caption-txt a:hover {
    color: #fff;
    background: #5e5e5e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*banner end*/

/*product free*/

.product-free .img-out {
    position: relative;
    overflow: hidden;
}

#slideshow .img-out img {
    width: 100%;
}

.img-text p {
    font-size: 64px;
    /* font-family: shelby; */
    line-height: 45px;
    padding: 10px 0px;
}

.img-text {
    background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 12px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.img-out a:hover .img-text {
    background: rgba(165, 50, 120, 0.8);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.free {
    font-size: 18px;
    color: #fff;
    padding: 2px 15px;
    position: absolute;
    top: 12px;
    right: -24px;
    transform: rotate(44deg);
    width: 110px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.light-org {
    background: #ED9669;
    font-size: 26px;
    color: #fff;
    letter-spacing: 12px;
    text-transform: uppercase;
    padding: 0px 50px 0px 110px;
    margin-left: -115px;
    height: 60px;
    line-height: 60px;
}

.get-in {
    padding: 70px 0px;
}

.get-in:after {
    display: block;
    clear: both;
    content: "";
}

.left-img a {
    display: block;
}

.left-img img {
    width: 100%;
}

.right-side-get {
    padding: 0px 50px 0px 50px;
}

.right-side-get p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}

.learn-m {
    color: #ed9669;
    font-size: 24px;
    margin-top: 15px;
    font-weight: 400;
}

.right-side-get h2 {
    padding: 20px 0px;
    font-weight: 400;
    color: #ed9669;
}

/*advert start*/

.advert-sec {
    background: #eee;
    padding: 45px 0px;
    margin: 45px 0;
}

.advert-in p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 16px;
    color: #9b9b9b;
}

.advert-box {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    text-align: center;
}

.patterns-sec .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    width: 100%;
}

.col-sm-6.new-col {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.patterns-sec .row>aside {
    padding-left: 0;
    padding-right: 0;
    float: none;
}

.get-in .row {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.get-in .row>aside {
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    float: none;
}

.patterns-sec .pattern-in h2 {
    /* font-family: Shelby; */
    font-size: 56px;
    margin-top: 1em;
    line-height: 76px;
    font-weight: 400;
}

.patterns-sec a.learn-more {
    font-size: 24px;
    color: #FFF;
    line-height: 34px;
}

/*advert end*/

.feature-sec {
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}

.skyblue {
    background: #4890be;
    position: relative;
}

.pattern-in p {
    font-size: 26px;
    color: #fff;
    line-height: 34px;
}

.pattern-in {
    float: right;
    padding: 0 50px;
}

.pattern-in h2 {
    color: #fff;
    padding-bottom: 20px;
}

.feature-text {
    position: relative;
}

.patter-in img {
    width: 100%;
}

.patter-in a {
    display: block;
}

.feature-text h4 {
    padding: 15px 0px;
}

.techinquepg .feature-text h4 {
    min-height: 85px;
}

.feature-text p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 28px;
    font-weight: 300;
}

.feature-text p.price {
    font-size: 18px;
    color: #a53278;
}

.feature-text-in {
    position: relative;
    padding-bottom: 50px;
}

.feature-text a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.feature-img {
    min-height: 250px;
}

.feature-head h3 {
    padding: 50px 0px;
    text-align: center;
}

.our-brand-in h3 {
    padding: 40px 0px;
    text-align: center;
    color: #9b9b9b;
}

/*newsletter*/

.news-section {
    margin-top: 3em;
    position: relative;
    background: url(../images/Gettyimg.jpg) center center no-repeat;
    height: 310px;
    width: 100%;
    background-size: cover;
}

.news-section>div {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.news-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    margin-bottom: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.news-section .widget-title {
    position: absolute;
    left: 2%;
    top: 38%;
    width: 45%;
    color: #772156;
    font-size: 56px;
    /* font-family: Shelby !important; */
}

.news-section .widget-title+p {
    position: absolute;
    left: 2%;
    top: 65%;
    width: 36%;
    color: #FFF;
    font-size: 24px;
    line-height: 1.5;
}

.news-section #sign-up-form {
    position: absolute;
    right: 5%;
    top: 50%;
    width: 40%;
}

.news-section #sign-up-form .newsletter-interior {
    position: relative;
}

.news-section #sign-up-form .newsletter-interior input[name="email"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    padding: 18px;
    height: auto;
}

.news-section #sign-up-form .newsletter-interior button.btn-default {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border: none;
    font-size: 16px;
    padding: 19px;
    background-color: #a53278;
    color: #FFF;
    text-transform: uppercase;
}

.news-section #newsletter-signup .g-recaptcha {
    position: relative;
    top: 60px;
}

.news-section #newsletter-signup .email-confirm-message.confirm-successful {
    background-color: #a53278;
}

.news-in p {
    font-size: 24px;
    color: #fff;
}

.news-in {
    width: 500px;
    float: right;
    padding-top: 50px;
}

.search-in {
    position: relative;
}

.search-in input {
    height: 58px;
    width: 100%;
    border: 1px solid #979797;
    padding-right: 60px;
    padding-left: 15px;
}

.search-in a {
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 60px;
    text-align: center;
}

.search-in {
    position: relative;
    width: 450px;
    margin-top: 190px;
}

.top-footer {
    text-align: center;
}

.top-footer ul li {
    display: inline-block;
}

.top-footer ul li a {
    font-size: 20px;
    color: #fff;
    padding: 0px 15px;
}

.top-footer ul li a:hover {
    color: #000;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.social-icons a {
    width: 50px;
    height: 50px;
    background: #772156;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    margin: 0px 5px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.social-icons>a:hover {
    background: #fff none repeat scroll 0 0;
    color: #a53278;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.content-bottom-wrapper .widget>div>ul li>a {
    color: #ffffff;
    font-size: 20px;
}

.top-footer>a {
    margin-bottom: 14px;
}

.top-footer ul {
    margin-bottom: 35px;
}

.darkbg {
    background: #772156;
}

.footer-bottom {
    padding: 30px 0px;
}

.top-footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-bottom p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.footer-bottom a {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.our-brand-in .owl-nav {
    display: none;
}

.ourbrand-sec {
    padding-bottom: 40px;
}

.ourbrand-sec .owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #a53278;
}

html #footer .footer-bottom {
    padding-bottom: 0;
}

/*=========================================0000=======================================*/

/*blog page*/

.blog-banner {
    position: relative;
}

.blog-banner:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}

.blog-banner .caption-txt {
    position: absolute;
    width: 710px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    bottom: 0px;
}

.design-review-in {
    position: relative;
}

.banner-nav {}

.blog-banner .caption-txt h2,
.blog-banner .caption-txt p {
    color: #fff;
}

/* Blog Hero image header */

.blog-banner .caption-txt h2 {
    /* font-family: shelby; */
    font-size: 50px;
    font-weight: 400;
    margin: 0px;
    text-align: center;
}

/* Blog Hero image sub-header */

.blog-banner .caption-txt p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
}

.design-review-text {
    min-height: 225px;
}

.blog-banner .caption-txt a {}

.design-review-text small {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

/* blog page first blog title */

.design-review-text h3 {
    font-family: 'fira-sans', san-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}

/* blog page first blog title a */

.design-review-text h3 a {
    font-family: 'fira-sans', san-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    color: #a53278;
}

/* blog page first blog title a:hover */

.design-review-text h3 a:hover {
    color: #000000;
}

.design-review-text p {
    font-size: 24px;
    line-height: 34px;
}

.review-img {
    position: absolute;
    left: 0;
    top: 35px;
}

.design-review-in {
    position: relative;
    padding: 30px 0px 50px 340px;
}

.revie-outer {
    padding: 50px 0px 50px 0px;
}

.review-out {
    position: relative;
    padding-left: 230px;
}

/* blog page article title link style */

.review-out .design-review-text a {
    font-size: 26px;
    line-height: 32px;
    color: #000000;
}

/* blog page article title link hover style */

.review-out .design-review-text a:hover {
    color: #a53278;
    text-decoration: none;
}

/* blog page category title link style */

.review-out .design-review-text a.purple-text {
    font-size: 18px;
    line-height: 26px;
    color: #a53278;
    font-weight: 600;
}

/* blog page category title link hover style */

.review-out .design-review-text a.purple-text:hover {
    color: #000000;
    text-decoration: none;
}

.review-out .design-review-text {
    min-height: 150px;
}

/* Blog page image position */

.review-out .review-img {
    position: absolute;
    left: 0;
    top: 5px;
}

/* Blog page title position */

.review-out .review-title {
    position: absolute;
    left: 230px;
    top: 25px;
}

.design-review hr {
    border-top: 1px solid #979797;
}

.title-sec {
    padding-bottom: 50px;
}

.title-head {
    text-align: center;
    position: relative;
    margin-top: 2em;
}

.title-head a {
    position: absolute;
    right: 0;
    top: 0.5em;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.batik-text h4 {
    padding: 15px 0px;
}

.batik-text p {
    font-size: 18px;
}

.batik-text a {
    margin-top: 20px;
}

.quilt-pattern .batik-text a {
    margin-top: 0;
}

.quilt-pattern .batik-text h4 {
    font-size: 23px;
}

.row.quilt-row {
    padding-top: 27px;
}

/*=========================================00000=======================================*/

.tqc-banner {}

.tqc-banner .heading-banner {
    padding: 50px 0px 0px 0px;
}

.tqc-banner .heading-banner p {
    text-align: center;
    font-size: 20px;
}

.full-banner {
    position: relative;
    padding: 40px 0px 70px 0px;
}

.banner-logo {
    position: absolute;
    right: 19%;
    top: 47px;
    background: #fff;
    padding: 20px;
}

.inner-pack-ing::after {
    clear: both;
    content: "";
    display: block;
}

.inner-container {
    /*width: 640px;*/
    width:100%;
    margin: 0 auto;
}

.inner-pack {
    padding-bottom: 80px;
}

.inner-pack h3 {
    color: #5e5e5e;
    font-weight: 400;
    line-height: 42px;
}

.inner-pack-detail p {
    font-size: 20px;
    line-height: 34px;
}

.inner-pack-ing {
    text-align: center;
    padding-bottom: 80px;
}

.inner-pack-ing a {
    display: inline-block;
    margin: 0px 20px;
}

.inner-pack-detail {
    padding-bottom: 45px;
}

.subscribe-out {
    background: #4a4a4a;
    border-radius: 7px;
    text-align: center;
    padding: 30px 60px;
    margin-bottom: 60px;
}

.subscribe-out a {
    text-decoration: none;
    color: #fff;
}

.subscribe-out h3 {
    text-align: center;
    font-size: 44px;
    color: #fff;
    padding: 20px 0px;
    text-align: left;
}

.subscribe-out small {
    font-size: 20px;
    text-align: center;
    display: block;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.subscribe-out p {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    padding-bottom: 45px;
    text-align: left;
}

.gree-btn {
    background: #89b959;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

/*****glossary styles*****/

.page-template-tpl_glossary .heading-banner h2 {}

.glosseryLinks {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-top: 40px;
    padding: 20px 0;
}

.glosseryLinks ul {
    margin-bottom: 0px;
}

.glosseryLinks li a {
    color: #5e5e5e;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 37px;
}

.glosseryLinks li {
    margin: 0 -2px;
    width: 3.7%;
}

.glosseryLinks li a:hover,
.glosseryLinks li.active a {
    color: #A53278;
}

.glossery-content {
    padding-top: 80px;
}

.glossery-content h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.glossery-content p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 33px;
    color: #4a4a4a;
    font-weight: 300;
}

.glossImg-text {
    margin-top: 70px;
    margin-bottom: 80px;
}

.glossery-content a {
    color: #4A4A4A;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}

.heading-banner h2 {
    text-transform: capitalize;
    font-weight: 400;
    margin: 0px;
}

.heading-banner h2 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.galleryFilter {
    background: #f9f9f9;
    padding: 28px 0 14px 0;
    margin: 0 auto;
    text-align: center;
    margin: 5px 0 50px;
}

.galleryFilter .form-group {
    display: inline-block;
}

.galleryFilter .form-group label {
    display: inline-block;
    padding-right: 34px;
    font-weight: 400;
    font-size: 24px;
}

.galleryFilter .selectBox {
    display: inline-block;
    width: 340px;
    padding: 0 11px;
    font-size: 24px;
}

.selectBox {
    position: relative;
}

.selectBox>select.form-control {
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    height: 56px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 300;
    border: 1px solid #979797;
    padding: 6px 35px 6px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */
    background: url("//cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important;
    /* !important used for overriding all other customisations */
    background: url("//cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important;
    /* Better placement regardless of input width */
}

.selectBox select:focus {
    box-shadow: none;
    border-color: #979797;
}

.galleryCol {
    margin-bottom: 50px;
}

.galleryCol a {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
}

.galleryCol h6 {
    position: relative;
    padding: 1em;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.galleryCol img {
    width: 100%;
}

.easy-img {
    position: relative;
    z-index: 1;
}

.easyText {
    /* font-family: Shelby; */
    position: absolute;
    top: 15%;
    left: 3%;
    z-index: 9;
}

.easyText p {
    color: #000;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.easy-img::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.easy-img:hover:after {
    opacity: 1;
}

.easy-img:hover .easyText p {
    color: #fff;
}

.easy-quilt {
    margin-bottom: 40px;
    margin-top: 25px;
}

.title-head h3,
h2.filter-title {
    font-weight: 300;
    letter-spacing: 7px;
    text-transform: capitalize;
    font-size: 36px;
    font-family: 'fira-sans', sans-serif;
    margin: 0.5em 0;
}

.featuredHome .feature-text-in {
    min-height: inherit;
}

.techinquepg .featuredHome .feature-text-in {}

.feature-sec .feature-text h4 {
    font-weight: 600;
    font-family: 'fira-sans', sans-serif;
    line-height: 34px;
    padding: 0px;
    min-height: 70px;
}

.homeGetIn h2 {
    color: #ed9669;
    /* font-family: Shelby; */
    font-size: 56px;
    line-height: 1;
    margin: 0px;
}

.quilt-pattern .batik-text h4 {
    font-weight: 400;
    font-size: 21px;
    min-height: 80px;
    font-family: inherit !important;
}

.feature-sec.featuredHome {
    border: none;
}

.get-in.homeGetIn {
    padding: 40px 0;
}

.easy-img>a {
    display: block;
}

.easy-img img {
    width: 100%;
}

/** Main Gallery page **/

.gallery-detail {
    margin: 40px 0px;
}

.galleryCol {
    text-align: center;
}

.gallery-inner {
    position: relative;
    width: 100%;
    height: 325px;
    text-align: center;
    overflow: hidden;
}

.gallery-inner img {
    height: 275px;
    width: auto;
    max-width: fit-content;
}

.galleryCol a {
    overflow: hidden;
}

.galleryD-in {
    padding: 32px 20px 32px;
}

/** Gallery category list page **/

.galleryD-text-img {
    position: relative;
    width: 100%;
    height: 275px;
    text-align: center;
    overflow: hidden;
}

.galleryD-text-img>a>img {
    height: 275px;
    width: auto;
    max-width: fit-content;
}

.hoverGallery-detail {
    opacity: 0;
}

.hoverGallery-detail ul,
.hoverGallery-detail .detailTitle {
    position: absolute;
    width: 100%;
}

.hoverGallery-detail ul {
    top: 15px;
    right: 10px;
    text-align: right;
}

.hoverGallery-detail .detailTitle {
    color: #fff;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    min-height: 56px;
    padding: 15px 10px;
}

.hoverGallery-detail .detailTitle h4 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.hoverGallery-detail {
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.galleryD-text-img:hover .hoverGallery-detail {
    opacity: 1;
}

.galleryDetail-col {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.galleryD-main {
    position: relative;
    border-top: solid 1px #e7e7e7;
}

.galleryD-main:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #e7e7e7;
    content: "";
}

.galleryD-main:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #e7e7e7;
    content: "";
}

.privous-next {
    display: block;
    padding: 20px 0px;
    clear: both;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.prev-cls,
.next-cls {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.prev-cls {
    float: left;
}

.next-cls {
    float: right;
}

/****Technique****/

.searchIcons {
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    margin-bottom: 30px;
    background: #fff;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.searchIcons:hover {
    border-color: #a53177;
    line-height: 180px;
}

.seacrhBy-dep p {
    font-size: 24px;
    text-align: center;
    line-height: normal;
    font-weight: 700;
}

.btmIcons .searchIcons {
    border-width: 5px;
}

.seacrhBy-dep .iconCols {
    margin-bottom: 50px;
    min-height: 320px;
}

.seacrhBy-dep {
    background: #f8f8f8;
}

/*15-09-2017*/

.no-breadcrumbs .main-content,
body.woocommerce .main-content {
    padding-top: 0px;
}

.main-content-wrap .main-content.col-md-12 {
    padding: 0px!important;
}

.widget_recent_entries>ul li:before,
.widget_recent_comments>ul li:before,
.widget_pages>ul li:before,
.widget_meta>ul li:before,
.widget_nav_menu>div>ul li:before,
.widget_archive>ul li:before,
.widget_categories>ul li:before,
.widget_rss>ul li:before {
    display: none;
}

.header-main .ubermenu-main {
    margin-top: 0px;
    width: auto;
}

.header-right .top-links {
    margin-top: 5px;
}

.subscribe-out a:hover {
    color: #a53278;
    background: #fff;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.mobile-sec {
    display: none;
}

#header .mobile-toggle {
    color: #fff;
    z-index: 99;
}

.feature-sec .products-list {
    width: 100%;
    padding: 0 1%;
}

.feature-sec .products-list .item,
html body .feature-sec .fw_featured_products .magento-category[data-mage-randomize] .products-list>li.item.random-shown {
    padding: 14px 25px;
    color: #FFF;
    border: none;
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
}

.feature-sec .magento-category .category-products .item {
    max-width: 24.5%;
}

.feature-sec .products-list .item .short-desc {
    display: none;
}

.feature-sec .products-list .item .product-name a {
    color: #000;
    font-size: 24px;
    margin-bottom: 0.35em;
    text-align: left;
    line-height: 32px;
    font-weight: 700;
}

/* Price on product description for Wordpress */

.feature-sec .products-list .item .price-box .price {
    color: #a53278;
    font-size: 18px;
    display: block;
    margin-top: 0.35em;
    text-align: left;
    font-weight: 400;
}

/* Price on product description for Magento featured products */

.category-products .details-area .price,
.main-container .product-view .product-shop .price-box .regular-price .price,
#algolia_instant_selector #instant-search-results-container .result .price {
    color: #a53278;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 10px;
    text-align: left;
}

#algolia_instant_selector .result-wrapper .result .result-thumbnail,
#algolia_instant_selector .result-wrapper .result .result-title {
    text-align: left;
}

/* Hero image width for both WOrdpress and MAgento */

.banner-in a img {
    max-width: none;
    height: auto;
    width: 100%;
}

/* Hero image width for both WOrdpress and MAgento 
.banner-in a {
	width: 100%;
}*/

.products-list .item .action-area .actions a.addtocart {
    padding: 14px 18px;
    color: #FFF;
    background-color: #a53278;
    border: none;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    float: left;
}

#footer-chat-bug {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2000;
}

/* Bed-Size Patterns section styles -- TRANS-1001 */

.featured-article-main a.feature-thumb {
    background-color: #f8f8f8;
    text-align: center;
    border: 20px solid #f8f8f8
}

.feature-out-box a.feature-thumb {
    background-color: #f8f8f8;
    border: 10px solid #f8f8f8;
    text-align: center;
    max-height: 180px;
}

.feature-out-box .featured-article-content {
    height: 166px;
    margin: 1em 0 0em;
}

.featured-articles .featured-article-main h4.featured-article-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

/*an errant <p> tag is getting in the way*/

div.featured-article-content p:first-of-type {
    display: none;
}

.featured-articles .featured-article-content h4 {
    /* for some reason, not all of the h4s have .featured-article-title */
    font-size: 20px;
    line-height: 26px;
    min-height: 55px;
}

.row.quilt-row {
    padding-top: 0px;
}

.featured-articles .title-head a.purple-text.seeall {
    padding-right: 15px;
}

div.col-sm-6.featured-article-main,
div.col-sm-6.quilt-pattern {
    padding-left: 25px;
    padding-right: 25px;
}

.zEWidget-launcher {
    display:block!important;
}

/* End TRANS-1001 */

.magento-product ol,
.magento-product ul {
    list-style-type: none;
}

.fw_ad_leaderboard {
    margin: 1em 0 2em;
}

/* TRANS-1130 */
.fw_capture_inline .fw_capture_thanks:before {
    content: 'Thank you! Your freebie is on its way, please check your email.';
    display: inline-block;
    padding: 10px;
    font-size:1.75em;
    background-color:#e3e3e3;
    width: 100%;
    text-align: center;
}

/* MD 2019.8.20 - Whitney Container Syles */

.qlt-whitney-container {
	max-width: 1200px;
	margin: 0 auto !important;
}

.qlt-whitney-header {
	background-size: cover !important;
}

.qlt-whitney-container .qlt-whitney-header {
	min-height: 350px;
}

.qlt-whitney-container .qlt-whitney-header-inner .wpb_content_element {
	margin-bottom: 10px !important;
}
.qlt-whitney-container .qlt-whitney-header-inner h3 {
	font-weight: bold !important;
	font-size: 30px;
	color: #000 !important;
}
.qlt-whitney-container .qlt-fixed-300 {
	max-width: 330px;
}
.qlt-whitney-container .qlt-fixed-300 .wpb_content_element {
	max-width: 300px;
	margin-right: 15px !important;
}
.qlt-whitney-cta .wpb_content_element {
	margin-bottom: 15px !important;
}
.qlt-whitney-ad img {min-width: 300px;}

@media (min-width: 884px) {
.qlt-whitney-container .col-md-8 {
    -webkit-flex: 0 0 62.6666666667% !important;
    -moz-flex: 0 0 62.6666666667% !important;
    -ms-flex: 0 0 62.6666666667% !important;
    flex: 0 0 62.6666666667% !important;
    max-width: 62.6666666667% !important;
}
}

@media only screen and (max-width:883px) {
	.qlt-whitney-container .qlt-whitney-header, .qlt-whitney-container .qlt-fixed-300 {
		flex: 0 0 100% !important;
		max-width: 100%;
}
	.qlt-whitney-container .qlt-fixed-300 {
		margin: 15px !important;
}
	.qlt-whitney-container .qlt-whitney-unit, .qlt-whitney-container .qlt-whitney-ad img {
		display:none !important;
	}
	.qlt-whitney-cta .wpb_content_element {
		margin-top: 15px !important;
		max-width: 100% !important;
	}
	
}
 


 
