/*
Theme Name: GladRags.com 2015
Version: 2.0
Author: SMS Masterminds
Author URI: http://smsmasterminds.com/
Description: Custom WordPress Theme for GladRags.com
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px auto 20px 0;
}   

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
    margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
    margin-bottom: 20px;
}

.widget {
    text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
    margin: 4px 0;
}

.comment-list {
    padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
    list-style: none;
}

@media (max-width: 767px) {
    .comment-list, 
    .children:nth-child(n+1) {
        padding: 0;
    } 
}
/*== Body Defaults ==*/

body {
    font: normal 300 16px/1.5 "Lato", Geneva, Tahoma, sans-serif;
    color: #444444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/*== Headings ==*/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: .5em 0;
    color: #e63a3d;
    font-family: 'Nixie One', 'Serifa Std', Georgia, Times, serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1, .h1 {
    font-size: 50px;
}

h2, .h2 {
    font-size: 38px;
}

h3, .h3 {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
    
h4 {
    font-size: 18px;
}

h5 {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}

h6 {
    font-size: 11px;
    line-height: 1.6;
    font-weight: 400;
}

/*== Links ==*/
a:link, a:visited {
    color: #e63a3d;
    text-decoration: underline;
    -webkit-transition: color .2s;
    transition: color .2s;
}
a:hover, a:focus {
    color: #7b2328;
    outline: none;
}
    /* active link - breadcrumb, record nav, etc */
    #breadcrumb_block .active a:link,
    #breadcrumb_block a.active {
        color: #444;
    }
    
    /* Tooltips - for icons that trigger 'tipped' tooltips. */
   .tooltip {
        cursor: help;
        color: #444444;
    }
        .icon-info-sign {
            text-decoration: none;
        }
    
   
    
    /* header link overrides */
    header {}
        header a:link,
        header a:visited {
            text-decoration: none;
        }
        
        
    /* footer link overrides */
    footer a:link,
    footer a:visited {
        text-decoration: none;
    }
    

/*== Price Styles ==*/
.former,
.strike {
    text-decoration: line-through;
    /*color: #999;*/
}    
.price {}
.sale_price {}
   
/*== Other Elements ==*/

p {
    margin: .5em 0 1em;
}

.small {
    font-size: 80%;
}

/* Text Size */
.text_10 {
    font-size: 10px;
}

.text_11 {
    font-size: 11px;
}

.text_13 {
    font-size: 13px;
}

.text_14 {
    font-size: 14px;
}

.text_15 {
    font-size: 15px;
}

.text_18 {
    font-size: 18px;
}

.text_20 {
    font-size: 20px;
}

/* text presentation */
.pink {
    color: #7b2328;
}
.bold,
.text_bold,
strong {
    font-weight: bold;
}

.italic,
em {
    font-style: italic;
}

.normal {
    font-weight: normal;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.text_right {
    text-align: right !important;
}

.text_left {
    text-align: left !important;
}
.text_center {
    text-align: center;
}

/* floating & clearing rules */
.clear_both {
    clear: both;
}

.clear_none {
    clear: none !important;
}

.right,
.columns.right {
    float: right;
}

.left {
    float: left;
}

/*== header.css ==*/
iframe[name="google_conversion_frame"]{
    position: fixed;
    bottom: -500px;
}
header {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 20px 0 30px;
}
    .logo {
        float: left;
        margin: 0;
        position: relative;
        width: 287px;
        height: 78px;
        background: url(http://gladrags.com/images/logo.png) no-repeat left top / contain;
    }
    @media only screen and (max-width: 767px) {
        .logo {
            width: 180px;
            height: 42px;
            background-image: url(http://gladrags.com/images/mobile-logo.png);
        }
    }
    #header_search {
        position: relative;
        width: 100%;
        height: 0;
        overflow: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
        #toggle_search {
            cursor: pointer;
        }
        #header_search.active {
            height: 48px;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
        }
        #header_search > form {
            margin: 0;
        }
        #product_search_input {
            margin: 0;
            width: calc(88% - 2px);
        }
        #header_search button {
            position: absolute;
            right: 0;
            top: 0;
            width: calc(12% - 2px);
        }
    header > .header_links {}
        .header_links li {
            display: inline-block;
            padding: 3px 5px;
            margin: 0;
        }
.home-header {
    text-align: center;
    padding: 30px;
    background: #f3f6fa;
    margin-bottom: 40px;
}
.home-header h1 {
    font-family: 'Nixie One';
    font-size: 43px;
}
.home-header h2 {
    color: #444;
    font-size: 22px;
}
header + .container {
    clear: both;
}
@media screen and (max-width: 767px) {
    .blog-main + .col-md-3 {
        clear: both;
    }
    header > div {
        width: 100%;
    }
}
/* Search */
#show-search,
#shop-icon {
    font-size: 30px;
    color: #e63a3d;
    float: right;
    cursor: pointer;
    line-height: 30px;
    margin-left: 20px;
}

#shop-icon span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e63a3d;
    line-height: 30px;
    vertical-align: middle;
}

#searchform {
    -webkit-transform: scale(0) translateX(50%);
    -moz-transform: scale(0) translateX(120%);
    -ms-transform: scale(0) translateX(120%);
    -o-transform: scale(0) translateX(120%);
    transform: scale(0) translateX(50%);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    height: 0;
    margin-right: -15px;
}
    #searchform.in {
        -webkit-transform: scale(1) translateX(0);
        -moz-transform: scale(1) translateX(0);
        -ms-transform: scale(1) translateX(0);
        -o-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        height: auto;
    }
    #searchform .form-group {
        margin: 0;
    }
    #searchform input {
        width: 250px;
    }
    #searchform button {
        height: 100%;
        line-height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    @media screen and (max-width: 767px) {
        #searchform input {
            width: 100%;
        }
        #searchform.in {
            box-shadow: 0 0 30px 30px white;
            margin: 0;
            position: absolute;
            right: 5%;
            width: 90%;
        }
    }
/*== footer.css ==*/
/* Back to Top */
.back_to_top,
.chat {
    width: 50px;
    height: 50px;
    position: fixed;
    line-height: 45px;
    text-align: center;
    font-size: 35px;
    color: #444;
    background: rgba(255,255,255,.6);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none !important;
    overflow: hidden;
    z-index: 3;
}
.back_to_top {
    
    right: 20px;
    bottom: 20px;
    
}
.chat {
    right: 20px;
    bottom: 20px;
}
.chat.category {
    bottom: 80px;
}
footer {
    width: 100%;
    background: #f6e3dc;
    float: left;
    padding: 20px 0 0;
    font-size: 14px;
    position: absolute;
}
    footer h3 {
        
    }
    footer p {
    }
        
       
    .footer_social {
        text-align: center;
    }
    

.footer_link_column {
    float: left;
    margin-right: 20px;
    width: 15%;
    width: calc(20% - 20px);
}
    .footer_link_column:last-child {
        margin: 0;
    }
    .footer_link_column > h3 {
        margin-bottom: 5px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        color: #7b2328;
    }
    .footer_link_column ul {
        list-style: none;
        padding: 0;
        margin: 0;
        
    }
    .footer_link_column li {
        margin: 0 0 10px;
        line-height: 1.2;
        padding: 0;
    }
   
/* Social Icons */
.footer_social h3 {
    font-size: 25px;
    color: #e63a3d;
    margin: 0;
}

.social .icon {
    display: inline-block;
    width: 41px;
    height: 41px;
    margin: 0 13px 0 0;
    position: relative;
    font-size: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #e63a3d;
}
    .social .icon.tooltip {
        cursor: pointer;
    }
    .social .icon:last-child {
        margin-right: 0;
    }
/* Default hover style when no hover image is uploaded */
.social .icon:hover {
    border-color: #7b2328;
}
    
/* Hover style when hover image is uploaded */
.icon .social_hover {
    display: none;
}
.icon.has_hover:hover .social_hover {
    display: block;
}
.icon.has_hover:hover .social_image {
    display: none;
}
    
/* Copyright Section */
.cred_copyright {
    margin-top: 30px;
    padding: 15px 0 ;
    line-height: 1.2;
    float: left;
    width: 100%;
    background-color: #e9b8a7;
}
    @media only screen and (min-width: 1020px){
        .cred_copyright .text_left p {
            text-align: left;
        }
        .cred_copyright .text_right p {
            text-align: right;
        }
    }
    @media only screen and (max-width: 1019px){
        .cred_copyright .six.columns {
            width: 100%;
        }
    }
    


/* CSS hack to fix discuss js issu*/
body.embed-responsive {
    overflow: scroll !important;
}
