/*
Theme Name: Emojiguide EN
Theme URI: 
Author: KDY
Author URI: KDY
Description: Theme for www.wp-default.com
Version: 1.0.0
Text Domain: textdomaintomodify
*/

img.wpml-ls-flag {
    width: 18px!important;
    height: 12px!important;
}

/** font correction **/

.box ul li a {
    font-size: 18px;
}

.single-post p,
.single-post .other-lang a,
.single-post .spec-con ul li,
.single-post .diff-vendor .vendor-gallery .item p,
.category .category-con p,
.category .load-more-posts li a
{
    font-size: 18px;
}

.blog-body h3 {
	font-size: 22px !important;
}

.copy-paste-label{
	font-family: "Proxima Nova Lt", sans-serif;
	font-weight: 700;    
	color: #333;
	font-size: 24px;
	margin: 0;
}
.also-known h3{
	font-family: "Proxima Nova Lt",sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.also-known h3:last-child{
	margin-bottom: 0;
}

/** autosuggest */

body .ep-autosuggest-container{
    width: 100%;
    display: flex;
}
body.home .ep-autosuggest-container{
    display: flex;
    width: 82%;
}
body .ep-autosuggest-container .autosuggest-list{
    padding: 10px 0;
    list-style: none;
    display: table;
}
body .ep-autosuggest-container .autosuggest-list li {
    margin-bottom: 5px;
    margin: 0 0 5px;
	line-height: 1.4;
}
.ep-autosuggest-container .autosuggest-list li:last-child{
    margin-bottom: 0;
}
body .ep-autosuggest-container .ep-autosuggest>ul>li>a.autosuggest-link{
	padding: 4px 15px;
}
.ep-autosuggest-container .ep-autosuggest{
    top: 28px;
    max-width: 1034px;
    right: 0;
}
body.home .ep-autosuggest-container .ep-autosuggest{
    top: 48px;
}
.ep-autosuggest-container .ep-autosuggest>ul>li>a.autosuggest-link{
    text-decoration: none;
}
.logo-and-search form .icon{
	z-index: 1;
}

@media (max-width: 1150px) {
    .ep-autosuggest-container .ep-autosuggest{
        top: 40px;
    }
    body .ep-autosuggest-container .autosuggest-list li{
        margin-left: 0 !important;
        padding: 0;
        margin-bottom: 10px;
    }
    body .ep-autosuggest-container .ep-autosuggest>ul>li>a.autosuggest-link{
        color: #fff;
        padding-bottom: 0;
        padding-top: 0;
    }
    body.home .ep-autosuggest-container .ep-autosuggest>ul>li>a.autosuggest-link{
        color: #000;
    }
}
@media (max-width: 480px) {
	.product-copy .copy-container{
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.copy-paste-label{
		font-size: 23px;
		width: 100%;
		text-align: left;
	}
	.product-copy .copy-container li:first-child{
		width: 100%;
		margin-right: 0;
	}
	.product-copy .copy-container li:nth-child(2){
		justify-content: flex-end;
	}
	.product-copy .copy-container li:last-child button.btn{
		margin: 0;
	}
	.product-copy .copy-container li .emoji{
		font-size: 18px;
	}
}

.wp-caption-text {
	font-size: 12px !important;
	color: #cccccc !important;
}

.one-col {
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px;
}

.one-col>h2 {
    font-size: 30px;
    color: #286cb9;
    margin: 15px 0 30px;
}

.one-col .item {
    border: 2px solid #eeeeee;
    padding: 30px 30px 40px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .one-col .item {
        padding: 30px 30px 50px;
    }
}

.one-col .item h2 {
    font-size: 26px;
    color: #286cb9;
    font-weight: 700;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}

.one-col .item ul {
    -moz-column-width: 11.5em;
    -webkit-column-width: 11.5em;
    column-width: 11.5em;
    padding: 20px 0;
}

.one-col .item ul li {
    display: flex;
    padding: 10px 0;
}

.one-col .item ul li:last-of-type {
    padding-bottom: 15px;
}

.one-col .item ul li span {
    font-size: 3.5em;
    margin-right: 10px;
}

.one-col .item ul li a {
    color: #000b4a;
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.one-col .item>a {
    color: #286cb9;
    text-decoration: none;
    font-weight: 900;
    float: right;
}

@media (max-width: 767px) {
    .one-col .item>a {
        float: left;
    }
}

.one-col .item>a .fas {
    font-size: 15px;
}

.blog-body .blog-detail .left {
    width: 70% !important;
    align-items: center;
}

.blog-body .blog-detail .left .author,
.blog-body .blog-detail .left > .date:nth-child(2) {
    padding-left: 15px;
    width: auto !important;
    margin-left: 15px;
    position: relative;
}

.blog-body .blog-detail .left .author:before,
.blog-body .blog-detail .left > .date:nth-child(2):before {
    content: '';
    height: 16px;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
}

.blog-body .blog-detail .left .date {
    width: auto !important;
    position: relative;
}

.blog-body .blog-detail .left .author a {
    text-transform: uppercase;
    color: #286cb9;
    text-decoration: none;
    font-weight: 700;
}

.blog-body .blog-detail .right {
    display: flex;
    width: 30% !important;
}

.blog-body .blog-detail .share-con ul {
    justify-content: flex-end;
}