/*
Theme Name:     easyname
Description:    easyname theme
Template:       enfold
Version:        0.1.0
*/


/**
Base
**/
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    line-height: 1.45;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-family: soleil, sans-serif;
    font-weight: 700;
    line-height: inherit !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
}

h3.widgettitle {
    font-weight: 700;
}

a:hover, a:focus {
    text-decoration: none;
}

a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}

main p a {
    word-break: break-all;
    color: #127ABA!important;
}

nav a:hover {
    text-decoration: none;
}

.main_color strong, .main_color b, .main_color b{
    color: inherit;
}

/**
Misc
**/

.container .av-content-small.units {
    width: 85%;
}

#scroll-top-link.avia_pop_class {
    opacity: 1;
}

#scroll-top-link {
    color: #192735!important;
    border-color: #192735!important;
}

#scroll-top-link:hover {
    opacity: .7;
}

body:not(.single) .rt-reading-time {
    display: none !important;
}

body.single .entry-content .rt-reading-time {
    display: none !important;
}


/**
Header & Menu
**/

.logo svg, .responsive .logo svg {
    max-height: 45px!important;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .logo svg, .responsive .logo svg {
        max-height: 33px!important;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 350px) {
    .logo svg, .responsive .logo svg {
        max-height: 20px!important;
    }
}

.header-scrolled-full .logo svg,
.header-scrolled .logo svg {
    max-height: 30px !important;
}

header .en-header-home-btn a {
    color: #333F4C!important;
}

header .en-header-home-btn a:hover {
    color: #666F79!important;
}

.header_color a {
    color: #9AA0A6;
}
.header_color a:hover {
    color: #E5E7E9;
}

.main_menu {
    display: flex !important;
}

.main_menu .avia-menu {
    order: 2;
}

.main_menu .social_bookmarks {
    order: 1;
}

@media only screen and (max-width: 768px) {
    .responsive #top #header .main_menu .social_bookmarks {
        display: none;
    }
}

.avia-menu.av_menu_icon_beside {
    border-right-width: 0;
}

.main_menu #menu-item-search {
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {
    .main_menu #menu-item-search {
        padding-left: 0;
    }
}

.main_menu .social_bookmarks li {
    margin: 0 5px;
}

#top .menu-item-search-dropdown > a,
.main_menu .social_bookmarks a {
    font-size: 22px;
}

.main_color .search-result-counter {
    background-color: #FEC600!important;
}

#top .main_color #searchform input[type='text'],
#header #searchform input[type='text'] {
    font-size: 1rem;
    height: 2.5em;
    padding: 0 0.714em;
    border-radius: 3px;
    border: 1px solid #b5b8bb;
    color: #666f79;
    background-color: #fff;
}

#top .main_color #searchform input[type='submit'],
#header #searchform input[type='submit'] {
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%), 0 1px 3px rgb(0 0 0 / 17%);
    font-size: 1rem;
    height: 2.5em;
    line-height: 1;
    padding: 0.5em 0.75em;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    transition-property: border-color,color,background-color,box-shadow;
    transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-duration: 550ms;
    background: #333f4c;
    color: #f3f3f4;
}

#top .main_color #searchform input[type='submit']:hover,
#header #searchform input[type='submit']:hover {
    box-shadow: 0 3px 5px rgb(0 0 0 / 8%), 0 1px 3px rgb(0 0 0 / 30%);
    cursor: pointer;
    text-decoration: none;
    background: #192735;
}


body#top.search .main_color div.page-heading-container {
    border:unset;
    margin-bottom: 20px;
    padding: 0 0 44px 0;
}

body#top.search .main_color .author-extra-border {
    display: none;
}

.search_form_field h4 {
    font-size: 2em;
}
body#top.search .extra-mini-title.widgettitle {
    color: #333f4c;
    text-transform: none;
    font-weight: 700;
    font-size: 1.6em;
}

#top #searchform>div {
    max-width: 100%;
}

.en-header-home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
}

@media only screen and (max-width: 768px) {
    .en-header-home-btn {
        padding-right: 10px;
    }
}

.en-header-home-btn a {
    width: 30px;
    margin: 0 5px;
}

.en-header-home-btn .av-icon-char {
    font-size: 25px !important;
    line-height: inherit !important;
}

.en-header-home-btn .avia-icon-pos-left {
    margin-right: 0;
}


/**
Blog
**/
.fake-thumbnail .slide-image {
    display: none;
}

.avia-content-slider .slide-meta div, .html_elegant-blog .post-entry .slide-meta .slide-meta-del {
    display: none;
}

.html_elegant-blog .avia-content-slider .slide-meta {
    margin-top: 20px;
}


.html_elegant-blog .avia-content-slider .en-slide-meta,
.html_elegant-blog .avia-content-slider .en-slide-meta a,
.html_elegant-blog .avia-content-slider .en-slide-meta time,
body.single-post .en-post-meta {
    margin-bottom: 12px;
    text-align: center;
    color: #666f79; /* #e0bd79; */ /*#e9c47d*/
    text-transform: uppercase;
    font-size: 95%;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
}

.html_elegant-blog .avia-content-slider .en-slide-meta a {
    text-decoration: underline;
}

.html_elegant-blog .avia-content-slider .en-slide-meta a:hover, a:focus, a:visited {
    text-decoration: none;
}


.html_elegant-blog #top .post-entry .post-title {
    letter-spacing: 0px;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
}

.html_elegant-blog .avia-content-slider .slide-entry-title {
    padding: 22px 0 0 0;
    margin-bottom: 5px;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
}

.html_elegant-blog #top .avia-content-slider .blog-categories,
.html_elegant-blog #top .post-entry .blog-categories {
    font-weight: normal;
}

.html_elegant-blog .blog-categories.minor-meta a {
    background-color: #E5E7E9;
    color: #333F4C!important;
    padding: 2px 5px;
}
.html_elegant-blog .blog-categories.minor-meta a:hover,
.html_elegant-blog .blog-categories.minor-meta a:focus{
    text-decoration: underline;
    background-color: #DBDEE1;
    transition: background-color 1s;
}

.sidebar_left .inner_sidebar {
    margin-right: 0!important;
}

.sidebar_left .inner_sidebar h3 {
    padding-left: 10px;
}

.main_color li.cat-item,
li.cat-item {
    padding: 7px 0 7px 10px;
    position: relative;
}

.main_color li.cat-item:after,
li.cat-item:after {
    position: absolute;
    content:"";
    height: 2px;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(236, 236, 236, .9);
}

.main_color li.cat-item:hover,
li.cat-item:hover {
    cursor: pointer;
}

.main_color li.cat-item:hover:after,
li.cat-item:hover:after {
    height: 3px;
    background-color: #fed133;
}

.main_color li.cat-item a,
li.cat-item a {
    color: #9AA0A6;
}

.main_color li.cat-item:hover a,
li.cat-item:hover a {
    text-decoration: none;
    color: #333F4C;
}

li.cat-item.active .category-icon svg {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.category-icon {
    width: 30px;
    padding: 0 5px 0 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.category-icon svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .3s ease-in-out;
}

.category-icon {
    vertical-align: middle;
    display: flex;
    right: 0;
}

.category-icon svg {
    width: 75%;
    fill: rgba(0, 0, 0, .6);
}

.widget_categories ul.children {
    display: none;
}

li.cat-item ul.children {
    margin-top: 10px!important;
}

li.cat-item ul.children li:hover:after {
    opacity: .5;
}

body.single {
    background-color: black;
}

.html_elegant-blog body.single-post#top .post-entry .post-title {
    padding: 20px 0 15px;
    font-size: 150%;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 5px;
}

body.single-post .en-post-meta {
    margin-bottom: 25px;
}


body.single-post.entry-content .reading-time {
    display: none;
}

.html_elegant-blog #top .post-entry .post-meta-infos {
    display: none;
}

article.slide-entry {
    display: flex !important;
    flex-direction: column;
}

.html_elegant-blog .read-more-link, .domaincheck-button {
    text-align: center;
    margin-top: auto !important;
}

@media only screen and (min-width: 768px) {
    .avia-content-slider .slide-entry-wrap {
        display: flex;
    }
}


.html_elegant-blog .more-link, .form-submit .submit, .en-button {
    font-family: Soleil,soleil,'Proxima Nova',sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-feature-settings: "c2sc", "smcp";
    -webkit-font-feature-settings: "c2sc", "smcp";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    font-smooth: always;
    white-space: nowrap;
    color: #192735!important;
    background-color: #fec600!important;
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%), 0 1px 3px rgb(0 0 0 / 17%);
    margin: 5px auto 20px auto;
    padding: 0.5em 0.75em;
    align-items: center;
    justify-content: center;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.5em;
    border: none;
    border-radius: 3px!important;
    transition-property: border-color,color,background-color,box-shadow;
    transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    transition-duration: 550ms;
    transform: translateY(-1px);
    cursor: pointer;
}

.html_elegant-blog .more-link:hover,
.html_elegant-blog .more-link:focus
{
    background-color: #fed133 !important;
    box-shadow: 0 3px 5px rgb(0 0 0 / 8%), 0 1px 3px rgb(0 0 0 / 30%);
}


.entry-content-header.archive-header {
    text-align: center;
    margin-bottom: 50px;
}

/**
Author Box
 */
.m-a-box-container {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08), 0 1px 3px rgba(0, 0, 0, .17);
    margin-top: 80px;
}

.m-a-box-container[min-width~="600px"] .m-a-box-content .m-a-box-content-middle {
    flex-direction: column;
}

.m-a-box-container[min-width~="600px"] .m-a-box-content.m-a-box-profile .m-a-box-social {
    flex-direction: row;
}

.m-a-box-container[min-width~="600px"] .m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-title > :first-child {
    text-align: center !important;
}

.m-a-box-item.m-a-box-data .m-a-box-title a,
.m-a-box-item.m-a-box-data .m-a-box-title h5 {
    position: relative;
    text-align: center;
}

.m-a-box-item.m-a-box-data .m-a-box-title a:after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60%;
    transform: translateY(1em);
    background: #fec600;
}

.m-a-box-item.m-a-box-data {
    margin-top: 10px !important;
}

.m-a-box-container[min-width~="600px"] .m-a-box-content.m-a-box-profile .m-a-box-avatar {
    margin-bottom: 10px !important;
    padding: 0;
}

.m-a-box-container[min-width~="600px"] p {
    text-align: left !important;
}

.m-a-box-container p {
    line-height: 1.5 !important;
    font-size: 16px !important;
    text-align: center !important;
}

.avia_transform .m-a-box-container a:hover .image-overlay {
    opacity: 0 !important;
}


@media only screen and (max-width: 1024px) {
    .responsive #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
    }

    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
    }

    .av-burger-menu-main.menu-item-avia-special {
        display: none !important;
    }

    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        width: 99%;
    }

    /*.html_header_top.html_header_sticky #main {*/
    /*	padding-top: 0px;*/
    /*}*/
}

@media only screen and (max-width: 1100px) {

    /*.content, .sidebar {*/
    /*	padding-top: 10px;*/
    /*}*/
    .sidebar_left .content {
        border-left-width: 0;
    }

    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .responsive #top #main .sidebar.smartphones_sidebar_active {
        display: block;
        text-align: left;
        border-left: none;
        border-right: none;
        border-top-style: dashed;
        border-top-width: 1px;
        width: 100%;
        clear: both;
    }


}

@media only screen and (max-width: 768px) {
    .responsive .logo a {
        display: block;
    }

    .logo img {
        max-height: 25px !important;
    }
}


#comments span, .minitext, .form-allowed-tags, #reply-title small, #commentform label {
    font-size: 16px;
}

#commentform label {
    position: initial;
    font-size: 16px;
    padding-bottom: 5px;
}

#commentform label span {
    display: initial;
}

#commentform input {
    margin-bottom: 5px !important;
}


#commentform .comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

#commentform .comment-form-cookies-consent input {
    margin: 3px 3px 3px 4px;
}

#commentform .comment-form-cookies-consent label {
    padding: 0 0 0 10px;
}

#top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input {
    width: 100%;
}

#top .comment_text, #top .comment-reply-link {
    font-size: 16px;
}

#top .av-share-box ul {
    width: 100%;
    border-radius: 0;
    border: none;
}

#top .av-share-box ul li {
    border-color: transparent;
}

.av-share-box ul li a {
    background-color: #F2F2F2!important;
    color: #7F7F7F!important;
}

.av-share-box ul li a:hover {
    background-color: #E6E6E6!important;
    color: #525252!important;
}

.domaincheck-container {
	background-color: #fff;
	box-shadow: 0 4px 10px rgb(0 0 0 / 8%), 0 1px 3px rgb(0 0 0 / 17%);
	border-radius: 4px;
	width: 100%;
	padding: 2em;
	margin: 4em 0;
}

.domaincheck-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (min-width: 700px) {
	.domaincheck-form {
		flex-wrap: nowrap;
	}
}

label.domaincheck-label {
	font-weight: 400!important;
	margin-right: .5em;
}

a.domaincheck-button {
	background-color: #333F4C!important;
	color: #F3F3F4!important;
	font-size: 1rem;
	height: 2.5em;
	width: 100%;
	margin-top: 1em!important;
}

a.domaincheck-button:hover {
	background-color: #08111b!important;
}

@media only screen and (min-width: 700px) {
	a.domaincheck-button {
		margin: 0 1em 0 1em!important;
	}
}

a.domaincheck-button:hover {
	text-decoration: none;
}

#top input[type="text"].domaincheck-input-text {
	padding: 0 0.714em;
	border-radius: 3px;
	border: 1px solid #B5B8BB;
	color: #666F79;
	background-color: #fff;
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 1rem;
	height: 2.5em;
	margin: 0!important;
	flex-grow:1;
}

.domaincheck-container h2 {
	font-weight: 400;
	line-height: 1.25;
	font-size: 1em;
	color: #192735;
	margin-bottom: 2em;
}
