@charset "UTF-8";
/* CSS Document */
body{
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
color: #1F1F1F;
font-size: 15px;
font-weight: 300;
}

a{
    text-decoration: none;
    color: #1877F2;
}

.btn:focus {
  outline: none;
}

a:hover{
    text-decoration: none;
    color: #0b52ae;
}

.nav-emoji{
    height: 12px;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
}

.list-emoji{
    height: 16px;
    margin: 0px;
    padding: 0px;
    margin-right: 5px;
}

.bg-dark {
    background-color: #1a1c24 !important;
    color: #c8c9cb;
}

.emoji{
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}

.emoji-large{
    font-size: 96px;
}

.emoji-medium{
    font-size: 34px;
}

.emoji-medium-small{
    font-size: 24px;
}

h1{
    font-size: 32px;
    color: #3a3a3a;
    font-family: 'Playfair Display', serif;
}

h1 span{
    display: block;
    font-size: 20px;
    opacity: .5;
    font-weight: 300;
    margin-top: 5px;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

h2{
    font-size: 20px;
    font-weight: 400;
     color: #3a3a3a;
    font-family: 'Playfair Display', serif;
    
}

h3{
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    font-family: 'Playfair Display', serif;
}

h4{
    font-size: 14px;
    font-weight: 400;
    color: #3a3a3a;
    font-family: 'Playfair Display', serif;
}

.btn-primary{
    background: #F99D28;
    border-color:  #F99D28;
    min-width: 200px;
}

.btn-primary:hover{
    background: #0b52ae;
    border-color:  #0b52ae;
}

.emoji-wrapper{
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.emoji-wrapper p{
     color: #7A7A7A;
}

.emoji-wrapper p a{
     color: #7A7A7A;
    font-weight: 500;
}

.emoji-wrapper p a:hover{
     color: #0b52ae;
}

.emoji-wrapper h4{
     font-size: 13px;
    opacity: .6;
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
    text-transform: uppercase;
}

.emoji-hero .emoji{
    padding-top: 10px;
    padding-bottom: 10px;
}

.copy-btn{
    margin-top: 20px;
}

.btn-key {
    color: #7A7A7A;
    background: #eaeaea;
    border-color: #eaeaea;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

ul.keywords{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.btn-key:hover{
    background: #bebebe;
    border-color: #bebebe;
    color: #fff;
}

.social{
    text-align: right;
}

.skin-tones a{
    font-size: 36px;
    background: #f9f9f9;
    border-radius: 6px;
    padding: 4px 8px;
    border: 2px solid #f9f9f9;
}

.skin-tones a.active{
    background: #FFF;
    border-radius: 6px;
    border: 2px dashed #e7e7e7;
    
}

.skin-tones a:hover{
   background: #FFF;
    border-radius: 6px;
    text-decoration: none;
    border: 2px dashed #e7e7e7;
    
}

.emoji-list .emoji{
    font-size: 24px;
}
.emoji-list li{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
}
/* Breadcrumb */

.breadcrumb {
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 300;
}

.breadcrumb li {
    vertical-align: middle;
    line-height: 28px;
}

.breadcrumb a{
    color: #7A7A7A;
}

.breadcrumb a:hover{
    color: #0b52ae;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #7A7A7A;
    content: "•";
}

.breadcrumb .emojid {
}

.toast{
    position: absolute;
    bottom: 50%;
    right: 46%;
    min-width: 300px;
}


.extra-margin{
    margin-top: 20px;
}

.ad {
    text-align: center;
}

.bottom-alert{
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    display: none;
    border-radius: 0px;
    border: none;
    margin: 0px;
    text-align: center;
    background: #F99D28;
    color: #fff;
    z-index: 1000;
}

.bottom-alert .close {
    color: #fff;
    opacity: 1;
    font-size: 16px;
}

.mpu{
    min-height: 200px;
}

.footer {
    background-color: #1a1c24;
    color: #8d8e92;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    text-align: center;
    min-height: 200px;
}

.footer a{
    color: #8d8e92;
    text-decoration: underline;
}

/* Top Search*/
#nav-search-form{
    width: 15%;
    margin-bottom: 0px;
}

#nav-search-form .input-group{
    width: 100%;
}
#nav-search{
    line-height: 40px;
    height: 40px; 
    text-indent: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    margin-left: 20px;
    background-color: #48494f;
    color: #fff;
    font-size: 15px;
}

#nav-search-btn{
    line-height: 24px;
    height: 40px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: #48494f;
    color: #999;
}

#nav-search-btn:hover{
   color: #fff;
}

#nav-search:focus {
  box-shadow: none;
}

#nav-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}
#nav-search::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}
#nav-search:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .7;
}
#nav-search:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}

.jumbotron{
    background: #191B23 url("/img/hero-bg.jpg") center center repeat-x;
    min-height: 430px;
    color: #fff;
    border-radius: 0px;
    text-align: center;
}

.jumbotron h1{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 200;
    font-size: 38px;
}

.jumbotron a{
    color: #fff;
}

.jumbotron a:hover{
    color: #fff;
    text-decoration: underline;
}

.jumbotron form{
    margin-bottom: 15px;
}

.popular a:hover{
    text-decoration: none;
}

#home-search{
    line-height: 60px;
    height: 60px; 
    text-indent: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    font-weight: 300;
    border-top: 1px solid #191B23;
    border-bottom: 1px solid #191B23;
    border-left: 1px solid #191B23;
}

#home-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}
#home-search::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}
#home-search:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .7;
}
#home-search:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}

#home-search-btn{
    line-height: 50px;
    height: 60px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    background-color: #fff;
    color: #999;
    border-top: 1px solid #191B23;
    border-bottom: 1px solid #191B23;
    border-right: 1px solid #191B23;
}


.top-search-wrapper {
    background-color: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

#top-search{
    line-height: 40px;
    height: 40px; 
    text-indent: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    color: #1a1c24;
    font-weight: 300;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: none;
    
}

#top-search-btn{
    line-height: 30px;
    height: 40px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    color: #999;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-left: none;
}


#top-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}
#top-search::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}
#top-search:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .7;
}
#top-search:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}



.top-search-wrapper{
    display: none;
}

.white-wrapper{
    background-color: #fff !important;
}

.refine-input {
    width: 100% !important;
    height: 30px;
    font-size: 15px;
    border-radius: 4px;
    background: #FAFAFA !important;
    box-shadow: none;
    padding: 20px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    color: #7A7A7A;
}

.refine-select {
    display: block;
    font-size: 15px;
    font-family: sans-serif;
    color: #7A7A7A;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #FAFAFA;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.refine-select::-ms-expand {
    display: none;
}

.refine-select:focus {
    color: #7A7A7A; 
    outline: none;
}

.refine-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity: .7;
}
.refine-input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: .7;
}
.refine-input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  opacity: .7;
}
.refine-input:-moz-placeholder { /* Firefox 18- */
  color: #999;
  opacity: .7;
}


#skintone-form{
    width: 100%;
}

#skintone-form button{
    background-color: #FAFAFA;
    border-color: #eaeaea;
    color: #7A7A7A;
    padding-top: 8px;
    padding-bottom: 8xp;
    padding-left: 17px;
    font-size: 15px;
}

#skintone-form button:hover{
    background-color: #efefef;
}

#skintone-form button.active{
    background-color: #efefef;
}

    .phone-break{
    margin-left: 10px;
    }

.nav-random{
    display: none !important;
}



    #twitter-widget-0{
        padding-bottom: 0 !important;
        margin-bottom: -4px !important;
    }

#tablet-nav{
    display: none;
}

@media (max-width : 1240px)  { 
     #nav-search-form{
        width: 35%
    }
    
#tablet-nav{
    display: block;
}
    
#large-nav{
    display: none;
}
    
    .top-search-wrapper{
        display: block;
    } 
    
    .show-ipad{
        display: block;
    }
    
/* This gets Google to fall into place */
.social {
	font-size: 1px;
}
 
/* This gets Facebook to fall into place */
.social iframe {
	vertical-align: middle;
}
    
    .phone-break{
        display: none;
        margin-left: 10px;
    }
    
    .tabet-hide{
        display: none;
    }
    
    
}

/* phone */
@media (max-width: 979px){
    .emoji-wrapper{
        text-align: center;
    }
    
     #nav-search-form{
        display: none;
    }
    
    
    .emoji-top-ad {
        display: none;
    }
    
    
#tablet-nav{
    display: none;
}
    
#large-nav{
    display: block;
}
    
    
.nav-random{
    display: block !important;
    right: 80px;
    top: 20px;
    z-index: 100;
    position: absolute;
}
    
    .nav-random a{
         color: #8D8E92 !important;   
    }
    
    
    .navbar i{
        display: inline-block;
    }
    

.emoji-list li{
    margin-bottom: 10px;
}
    
    .breadcrumb{
        display: none;
    }
    
    .social{
        text-align: center;
    }
    .toast{
        position: absolute;
        bottom: 0;
        right: 0;
        min-width: 100%;
    }
    
    .ad-hide {
        display: none !important;
    }
    
    .list-inline-item:not(:last-child) {
        margin-right: 2px;
    }
    
    .btn-key{
        margin-right: 10px !important;
    }
    
    .skin-tones a {
        font-size: 30px;

    }

    .emoji-wrapper h4 {
        margin-bottom: 20px;
    }

         #top-search-form{
        display: none;
    }
    
    .phone-break{
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }
    
.top-search-wrapper{
    display: block;
}
    
.navbar-dark .navbar-toggler {
    border: none !important;
    
}
    
}
