/******************************************************************
Theme Name: Raffle
Theme URI: https://minds-eye-designs.com
Description: A custom WordPress theme for managing raffle tickets and providing audio feedback for form fields.
Author: Amy Singleton for RaffleTicket.com
Author URI: https://minds-eye-designs.com
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raffle
Tags: custom-theme, fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
******************************************************************/
@import url(assets/css/style.css);

/*------------------------------------*\
  Base Body & Typography
\*------------------------------------*/
body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #757575;
    position: relative;
}

strong {
    font-family: Roboto-Bold;
}

.italic {
    font-family: Roboto-Italic;
}

.bold-italic {
    font-family: Roboto-BoldItalic !important;
}

/*------------------------------------*\
  Header & Navigation
\*------------------------------------*/
.site-header,
.main-navigation ul ul a,
#header-right-menu ul ul a,
.site-header .cart-content-details {
    background-color: rgb(255, 242, 218);
}

.site-header .cart-content-details:after {
    border-bottom-color: rgb(255, 242, 218);
}

.home .site-header,
.home .main-navigation ul ul a,
.home #header-right ul ul a,
.home .site-header .cart-content-details {
    background-color: rgba(255, 242, 218, 1);
}

.home .site-header .cart-content-details:after {
    border-bottom-color: rgba(255, 242, 218, 1);
}

.site-header,
.site-header h1,
.site-header h2,
.site-header h3,
.site-header h4,
.site-header h5,
.site-header h6 {
    color: #565656 !important;
}

.site-header a,
.main-navigation ul ul a,
#header-right-menu ul ul a,
.menu-open,
.dashicons.menu-open,
.menu-close,
.dashicons.menu-close {
    color: #191919;
}

.site-header a:hover,
.main-navigation ul ul a:hover,
#header-right-menu ul ul a:hover,
.menu-open:hover,
.dashicons.menu-open:hover,
.menu-close:hover,
.dashicons.menu-open:hover {
    color: #5cf44e;
}

#masthead .search-field {
    color: #565656;
}

#masthead .search-field.watermark {
    color: #ccc;
}

/* Header logo height */
#site-banner .site-logo img {
    height: 70px;
}

/* Header width properties */
#site-banner-left {
    width: 100%;
}

#site-banner-right {
    display: none;
    padding: 0;
    margin: 0;
}

/* Cart icons */
.icon-shopping-cart,
.woocart-header .cart-arrow,
.woocart-header .cart-contents {
    color: #fff;
}

/* Navbar */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #FF0000;
}

/*------------------------------------*\
  Form Elements & Inputs
\*------------------------------------*/
::-webkit-input-placeholder { color: #FFB6C1 !important; }
:-moz-placeholder { color: #FFB6C1 !important; opacity: 1; }
::-moz-placeholder { color: #FFB6C1 !important; opacity: 1; }
:-ms-input-placeholder { color: #FFB6C1 !important; }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 18px;
    color: #555;
    margin: -5px 0;
    padding: -5px 0;
    background-color: #fff;
    border: 1px solid #000 !important;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:active,
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {   
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    outline: 0;
}

/*------------------------------------*\
  Tickets & Stub Styles
\*------------------------------------*/
.ticket-nd {
    width: 792px;
    height: 306px;
    margin: 0 auto;
    background-size: 100%;
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.75);
    overflow: hidden;
}

.stub .stub-yellow { background-image: url(assets/img/stub/yellow.jpg); height: 306px; }
.stub .stub-blue { background-image: url(assets/img/stub/blue.jpg); height: 306px; }
.stub .stub-white { background-image: url(assets/img/stub/white.jpg); height: 306px; }
.stub .stub-pink { background-image: url(assets/img/stub/pink.jpg); height: 306px; }
.stub .stub-green { background-image: url(assets/img/stub/green.jpg); height: 306px; }

.no-stub .stub-yellow { background-image: url(assets/img/no-stub/yellow.jpg); height: 306px; }
.no-stub .stub-blue { background-image: url(assets/img/no-stub/blue.jpg); height: 306px; }
.no-stub .stub-white { background-image: url(assets/img/no-stub/white.jpg); height: 306px; }
.no-stub .stub-pink { background-image: url(assets/img/no-stub/pink.jpg); height: 306px; }
.no-stub .stub-green { background-image: url(assets/img/no-stub/green.jpg); height: 306px; }

.stub .text-ticket { padding-left: 25%; }
.no-stub .text-ticket { padding-top: 0.1%; }

.text-fixed {
    position: relative;
    top: 34px;
    height: 244.8px;
}

.stub .text-fixed {
    width: 520px;
    overflow: hidden;
    margin-left: 20px;
}

.no-stub .text-fixed {
    width: 680px;
    padding-left: 21%;
    overflow: hidden;
}

/*------------------------------------*\
  Media Queries
\*------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (max-width: 769px) {
    .social_icon_list { width: 110px; }
}

/* Medium Devices */
@media only screen and (max-width: 992px) {
    #more_info_link { top: 130px !important; left: 50% !important; }
    .inner-header { position: static; }
    #step-2 { margin: auto; width: 97% !important; }
    #filler, #filler2 { display: none; height: 0 !important; }
    .img-bar { display: none; }
}

/* Wide Screens */
@media only screen and (min-width: 770px) {
    .social_icon_list { width: 220px; }
}

/* Mobile Overrides */
@media only screen and (max-width: 586px) {
    .tagline, #site-logo-container { margin-left: 0; font-size: 12px; }
}

/* Extra Small */
@media only screen and (max-width: 440px) {
    .social_icon_list { width: 55px !important; }
}

/*------------------------------------*\
  Speech Bubble & Tooltip Styles
\*------------------------------------*/
.triangle-border {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    border: 5px solid #071c4f;
    color: #333;
    background: #fff;
    border-radius: 10px;
}

.triangle-border.left { margin-left: 30px; }
.triangle-border.right { margin-right: 30px; }

/* Triangles */
.triangle-border.left:before,
.triangle-border.left:after,
.triangle-border.right:before,
.triangle-border.right:after,
.triangle-border.top:before,
.triangle-border.top:after {
    content: "";
    position: absolute;
}

/* Tooltips */
.tooltip.in { overflow: hidden; background: none !important; width: auto !important; }
.tooltip-inner {
    max-width: 400px;
    width: 400px;
    background-color: white;
    border-radius: 0;
}
.tooltip-arrow { display: none !important; }

/*------------------------------------*\
  Misc / Utility
\*------------------------------------*/
body.modal-open { overflow-y: scroll; padding-right: 0 !important; }
.megaphone:hover { cursor: pointer; }
.line-text { text-align: left; }
.is_space { background: #fdfdfd; }
#sales_rotation {list-style:none;}
#sales_rotation li:hover {cursor:pointer;}
#sales_rotation li {
	padding: 20px;
	line-height: 1.2em;
	color: #337ab7;
	display: none;
}
.telephone_link{color:white;white-space: nowrap;}
.telephone_link a{color:white;white-space: nowrap;}