/*
Theme Name: dfBlog
Theme URI: http://www.danielfajardo.com/dfblog/
Description: Clean and clear, fixed width, two columns, right sidebar, standards compliant. Compatible with WordPress 2.7. Valid CSS & HTML. IE6 optimized whit support for PNG images with transparency. Style combinations available with six different colors, configurable from the Theme Options Admin Page. Supported languages: English, Spanish, Italian, Czech, Dutch, German, Norwegian, Russian & French. Please contact us, if you like to contribute your own language. Designed by danielfajardo web. See http://www.danielfajardo.com/dfblog/ for more info.
Version: 1.1.5beta1
Author: danielfajardo web
Author URI: http://www.danielfajardo.com/
Tags: fixed-width, two-columns, right-sidebar, theme-options, threaded-comments, custom-colors, light, white, red, blue, pink, silver

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Reset Browser Default */


/*\*/

@import url(css/reset.css);

/**/


/* Typography */


/*\*/

@import url(css/typography.css);

/**/


/* Template */


/*\*/

@import url(css/template.css);

/**/


/* Menu */


/*\*/

@import url(css/menu.css);

/**/

:root {
    --color: rgb(56, 56, 56);
    --linkcolor: #1781b1;
    --highlightcolor: #be261e;
    --font-title: 'Lato';
    --button-color: #5ba0d0;
}
body {
    background-color: #f1f1f1;
}

/* Layout */

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.width30 {
    width: 30%
}
.width50 {
    width: 50%
}

/* Head
***************************************************************************** */

#head .logotext {
    font-size: 3.2em;
    font-weight: bold;
    padding: 32px 30px 0 30px;
    letter-spacing: -.05em;
}
#head .slogan {
    font-size: 1.4em;
    padding: 5px 30px 0 30px;
}
#head .logoimg {
    padding: 19px 0 0 20px;
}

/* Main Menu. The first level
***************************************************************************** */

#mainmenu {
    letter-spacing: .1em;
    font-variant: small-caps;
    font-weight: lighter;
    display: none;
    /* Lior Addon */
}
#mainmenu ul {
    font-size: 1.2em;
}
#mainmenu ul li a {
    padding-left: 2em;
    padding-right: 2em;
}

/* Breadcrumb NavXT plugin
***************************************************************************** */

#breadcrumb {}

/* Wrap -> Contaniner -> Content, pagenavigator, entry...
***************************************************************************** */

.content-header {
    margin: 0;
    padding: 15px 0 0 0;
    text-align: left;
    overflow: hidden;
    clear: both;
}
.content-header h1 {
    margin: .4em 0 19px;
    color: #999;
    border-bottom: 1px solid #cdd;
}
.post {
    overflow: visible;
    clear: both;
}
.blog-main .post {
    padding: 15px 0 15px 0;
}
.sep {
    border-bottom: 1px solid #ddd;
    height: 3px;
    display: inline-block;
    width: 100%;
    margin: 24px 0;
}
.post hr {
    display: block;
}
.post-item h2 {
    font-size: 2.35em;
    line-height: 1.4;
}
.postmetadata a {
    color: var(--color, #222);
}
.post-item h2 {
    font-size: 2.35em;
    line-height: 1.4;
}
.back-link {
    color: var(--color, #222);
	font-size: 13px;
    padding: 4px 12px 0.4em;
    display: inline-block;
    border: 1px solid #d2d2d2;
    border-radius: 19px;
    margin-bottom: 15px;
}
.back-link:hover {
	border-color: #2da5da;
    background: #2da5da;
    color: #fff;
}

/* post single */

#content.post-single-wide {
    width: 95%;
    margin: 0 auto;
    float: none;
	max-width: 70%;
}
.post-single .entry p, .wpcf7-form p, .wpcf7-form li,
.post-single .entry li {
    line-height: 1.7em;
    font-size: 16px;
}
.post-single .entry ol li {
	margin: .5em 0 1em 0;
}
.post-single h1,
.page-template h1 {
    /* color: var(--highlightcolor, #222); */
    font-family: var(--font-title, 'Arial');
}
.post-single .entry h3 {
    color: var(--color, #222);
}
.post h2 a:link,
.post-item h2 a:link,
.post h3.post-title a:link {
    color: var(--linkcolor, #1781b1);
    font-family: inherit;
}
.postmetadata {
    clear: both;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #888;
}
.postmetadata .date,
.postmetadata .author,
.postmetadata .comment,
.postmetadata .category,
.postmetadata .tag,
.postmetadata .edit {
    margin: 0 0 0 2px;
    padding: 0 0 0 20px;
}
.postmetadata .date {
    background: url(images/icons/icons-normal.png) 0 0 no-repeat;
}
.postmetadata .date:hover {
    background: url(images/icons/icons-hover.png) 0 0 no-repeat;
}
.postmetadata .author {
    background: url(images/icons/icons-normal.png) 0 -16px no-repeat;
}
.postmetadata .author:hover {
    background: url(images/icons/icons-hover.png) 0 -16px no-repeat;
}
.postmetadata .comment {
    background: url(images/icons/icons-normal.png) 0 -32px no-repeat;
}
.postmetadata .comment:hover {
    background: url(images/icons/icons-hover.png) 0 -32px no-repeat;
}
.postmetadata .category {
    background: url(images/icons/icons-normal.png) 0 -48px no-repeat;
}
.postmetadata .category:hover {
    background: url(images/icons/icons-hover.png) 0 -48px no-repeat;
}
.postmetadata .tag {
    background: url(images/icons/icons-normal.png) 0 -64px no-repeat;
}
.postmetadata .tag:hover {
    background: url(images/icons/icons-hover.png) 0 -64px no-repeat;
}
.postmetadata .edit {
    background: url(images/icons/icons-normal.png) 0 -80px no-repeat;
}
.postmetadata .edit:hover {
    background: url(images/icons/icons-hover.png) 0 -80px no-repeat;
}
#pagenavigator {
    clear: both;
    margin: 0 0 20px 30px;
    width: 100%;
    height: 25px;
    font-size: 13px;
}
#pagenavigator a,
#pagenavigator span.current {
    margin: 0 .75em 0 0;
    padding: 3px .25em;
}
#pagenavigator a.page {}
#pagenavigator span.current {
    color: #be261e;
    font-weight: bold;
}
#pagenavigator a.first {}
#pagenavigator a.last {}
#pagenavigator span.extend {}
#pagenavigator span.pages {}
.entry {
    font-size: 1.55em;
    line-height: 1.6em;
    margin: 20px 0 0;
}
.entry blockquote {
    font-size: .9em;
}
.entry blockquote blockquote {
    font-size: .9em;
}
.entry fieldset {
    padding: 1em 1em 1em 2em;
    margin-bottom: 1em;
    border: 1px dashed #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.entry fieldset legend {
    font-weight: bold;
    text-transform: uppercase;
    margin: -.25em 0 -.25em -3em;
    padding: .25em 1em .25em 1em;
    background-color: white;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.entry table {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    font-size: 0.9em;
}
.entry table tr td {
    padding: 5px 10px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
}
.entry table tr th {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 5px 10px;
    background: #f4f4f4;
    color: #666;
    font-weight: bold;
    text-align: center;
}
/* stripe table */
.stripeTable tr:nth-child(even) {
    background-color: #f8f8f8;
}
.entry table.stripeTable tr td {    
    border-width: 1px 0 0 0px;
	}
.entry table.stripeTable {
    border-width: 0 0px 1px 0;
}
.entry ol {
    list-style-type: decimal;
}
.entry ol ol {
    list-style-type: lower-alpha;
}
.entry ol ol ol {
    list-style-type: lower-roman;
}
.entry ul,
.entry ol {
    /*list-style-position: inside;*/
    margin-left: 1.2em;
	margin-top: .5em;
	margin-bottom: 1.5em;
    word-break: break-word;
    line-height: 1.7;
}
.entry ul.links {
    list-style: none;
    margin-left: 0;
}
.entry ul.links li {
    padding: 0 0 1em;
}
.v-list {
	list-style-type:none;
}
.entry .v-list li {
    line-height: 1.8em;
}
.entry .v-list li:before {	
	content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .15em;	
	padding-right: 10px;
    vertical-align: middle;
	color: #45c345;
	}
.entry .v-list li ul {
	margin-left: 2.6em;
}
.entry .v-list li ul li:before {
	content: none;
}	
.notice {
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 2em 1em 1em 0;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff9f9;
}
.notice div#icon {
    float: left;
    margin-left: 20px;
    width: 48px;
    height: 48px;
    background: url(images/icons/notice.png) 0 0 no-repeat;
}
.notice div#box {
    float: right;
    width: 500px;
}
.notice div#box form {
    margin-bottom: 1em;
}
p img {
    padding: 0;
    max-width: 100%;
}
.entry p img,
.entry img {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
	max-width:100%;
	height:auto;
    /* border: 1px solid #AAA; */
}
.entry p img.border,
.entry img.border {
	border: 1px solid #ccc;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Comments
***************************************************************************** */

#comments {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 20px 50px;
    padding: 20px 0 0 0;
    border-top: 1px solid #cdd;
}
#comments .browse {
    clear: both;
    width: 588px;
    height: 19px;
    margin: 0;
    padding-bottom: 9px;
}
.commentlist {
    margin: 10px 0;
}
.commentlist li {
    list-style: none;
    padding: 10px;
}
li.comment {
    border: 1px solid #cdd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 1em;
    font-size: 12px;
}
li.comment div,
li.pingback div {}
.vcard img.avatar {
    float: left;
    border: 1px solid #eee;
    padding: 2px;
    margin: 0 20px 1em 0;
    background: #fff;
}
.vcard cite {
    font-weight: bold;
    font-size: 12px;
}
.vcard span {
    font-size: 10px;
}
.commentmetadata {
    font-size: 10px;
}
li.comment p {
    clear: both;
}
li.comment blockquote {
    clear: both;
    font-size: 12px;
    min-height: 2em;
}
.reply {
    font-size: 10px;
}
.commentlist li.even {
    background: #f0f0f0;
}
.commentlist li.odd {
    background: #fff;
}
ul.children {
    margin: 1em 0 0;
}
ul.children li {
    list-style: none;
    margin-bottom: 10px;
    padding-top: 1em;
}
#respond {
    font-size: 12px;
    margin: 20px 0;
}
#respond p.small {
    font-size: 12px;
}
#respond textarea {
    width: 96%;
}
#respond div.cancel-comment-reply {
    padding: 10px 0 0;
}
#commentform {
    padding-bottom: 30px;
}

/* Sidebar
***************************************************************************** */

#sidebar h2 {
    margin-bottom: .5em;
    font-size: 1.6em;
    border-bottom: 1px solid #cdd;
    color: #999;
}
#sidebar a {
    font-size: 1.3em;
    line-height: 1.6;
    background: none;
}
#sidebar ul,
#sidebar ul ol {
    margin: 0;
    padding: 0;
}
#sidebar ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 20px;
}
#sidebar ul p,
#sidebar ul select {
    margin: 5px 0 8px;
}
#sidebar ul ul,
#sidebar ul ol {
    margin: 5px 0 0 0;
}
#sidebar ul ul ul,
#sidebar ul ol {
    margin: .5em 0 .5em 1em;
}
#sidebar ul ol li {
    list-style: decimal outside;
}
#sidebar ul ul li,
#sidebar ul ol li {
    padding: 0;
    margin: .5em 0 .5em 0;
}

/* Calendar */

#wp-calendar {
    font-size: 1.2em;
    empty-cells: show;
}
#wp-calendar a {
    font-size: 1.0em;
    display: block;
    font-weight: bold;
}
#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}
#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}
#wp-calendar caption {
    margin: 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: lighter;
    font-size: .8em;
    color: #444;
    text-align: right;
}
#wp-calendar th {
    padding: 4px 5px 4px 6px;
    font-weight: lighter;
    font-size: .8em;
    color: #666;
    text-align: right;
    background: #f4f4f4;
}
#wp-calendar td {
    padding: 4px 5px 4px 6px;
    text-align: right;
}
#wp-calendar td#today {
    background: #e0e0e0;
}
#wp-calendar td#prev a {
    padding: 0;
    text-align: left;
    font-weight: normal;
}
#wp-calendar td#next a {
    padding: 0;
    text-align: right;
    font-weight: normal;
}

/* Bottom -> Footer
***************************************************************************** */

#footer span {
    color: #888;
    text-align: left;
    font-size: .9em;
    line-height: 1.6em;
}
#footer .copyright {
    color: #666;
    font-size: 1.111em;
}
.cookieinfo {
    bottom: 10px !important;
    left: 10px !important;
	animation: msgUp 0.8s forwards;
	 -webkit-animation: msgUp 0.8s forwards;
	  -moz-animation: msgUp 1s forwards;
}  

@-moz-keyframes msgUp{	
	0%{left: -50px;opacity:0.6}
	100%{left: 10px;opacity:1}
}
@-webkit-keyframes msgUp{
	0%{left: -50px;opacity:0.6}
	100%{left: 10px;opacity:1}
	}
@-o-keyframes msgUp{
	0%{left: -50px;opacity:0.6}
	100%{left: 10px;opacity:1}
	}
@keyframes msgUp{
	0%{left: -50px;opacity:0.6}
	100%{left: 10px;opacity:1}
	}

/* Template. Auxiliary
***************************************************************************** */

.clear,
.clearfix {
    clear: both;
}
.clearfix {
    height: 0;
}
.alignright,
.alignleft {
    padding: 0;
    margin: 6px auto 10px;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    /*border: 1px solid #ccc;*/
    text-align: center;
    background-color: #f3f3f3;
    padding: 5px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    padding: 0 10px;
    margin: 0;
}

/*empty buttons*/

.bte_orange,
.bte_blue,
.bte_green {
    color: #FFFFFF !important;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 41px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 172px;
    margin: 5px auto;
}
.bte_orange {
    background: url("images/bte_orange.png") no-repeat scroll left top transparent;
}
.bte_blue {
    background: url("images/bte_blue.png") no-repeat scroll left top transparent;
}
.bte_green {
    background: url("images/bte_green.png") no-repeat scroll left top transparent;
}
.post-thumb {
    margin: 0.5em auto 1em;
    max-width: 750px;
}
.post-thumb img {
    /*width:100% !important;*/
    height: auto;
    max-height: 400px;
    max-width: 695px;
    margin-top: 0;
    border: 0;
}

.bottomcontainerBox {
    height: 29px !important;
    border: 1px solid #CDD !important;
}
#topcontrol {
    bottom: 39px !important;
    right: 23px !important;
}

/*#dialog-1 {top:20% !important;}*/

#boxes #dialog-1 {
    padding: 0px !important;
    background: transparent !important;
    box-shadow: none;
}

/*#spmask {display: none !important;}*/

#newsletter {
    padding: 5px 12px 0px!important;
    width: 365px;
}
.related {
    margin: 1em 0;
}
ul.related {
    margin: 0;
}
.related li {
    width: 32%;
    float: left;
    margin: 0 14px 1em 0;
    list-style-type: none;
}
.related li:last-child {
    margin: 0;
}
.related li img {
    max-height: 100px;
    width: 100%;
}

/* Cheat sheet */

.gitlab-form input[type="submit"] {
    background: #2266aa;
    color: #fff;
    /*width: 85px;*/
    padding: 8px;
    cursor: pointer;
	border:0;
}
.entry .wpcf7 form .wpcf7-response-output {
	font-size: 1em;
	border-width: 2px;
	padding: 13px 20px !important;
    margin: 2em 0 1em !important;	
}
div.wpcf7-mail-sent-ok {
    background: #b3f5b8;   
    border: 2px solid #a0eca6 !important;    
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {    
	border-color: #ffb900;
    background: #fffac1;    
}

/* Popoup  */

.popup-signup {
    display: inline-block;
    text-align: center;
    max-width: 437px;
    margin: 0 auto;
}
.popup-signup h2 {
    color: #d8271e;
}
.popup-signup input {
    padding: 6px 9px;
    border-radius: 0;
}
.gitlab-form.popup-signup .wpcf7-submit {
    background: #FFA500;
    color: #fff;
    margin: 10px auto 0;
    padding: 8px 16px;
    font-size: 15px;
    cursor: pointer;
    width: auto;
    border: 0;
}
.popup-signup .wpcf7-form-control-wrap,
.popup-signup .wpcf7-submit {
    display: inline-block;
}
div.wpcf7 .popup-signup .ajax-loader {
    position: absolute;
}
.popup-signup span.wpcf7-not-valid-tip {
    position: absolute;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    text-align: center;
    color: #ff0000;
    border: 2px solid #ff0000 !important;
    padding: 13px 20px !important;
    margin: 2em 0 1em !important;
    background: #ffd7d7;
}
#wpcf7-f4415-o1 form {
    display: table-cell;
    vertical-align: middle;
    height: 200px;
}
.cf7-form-wrap .wpcf7 input:not([type="submit"]), .cf7-form-wrap .wpcf7 textarea {
    border-radius: 0;
    border: 1px solid #fff;
    width: 60%;
}
.cf7-form-wrap .wpcf7 label {
    width: 30%;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    font-size: 14px;
    margin: 0.2em 0;
}
.lp-style h1 {
    font-size: 2.7em;
    margin: 0.3em 0 0.8em 0;
}

/* form on post bottom */

.gitlab-form.post-form {
    margin-bottom: 3em;
    margin-top: 2em;
}
.gitlab-form.post-form h4 {
    font-size: 2em;
    font-weight: 400;
    color: var(--color, #222);
    margin-bottom: 0.7em;
}
.gitlab-form.post-form input[type="submit"] {
    padding: 8px 15px;
    width: auto;
}
.gitlab-form.post-form input.wpcf7-email {
    width: 60%;
    padding: 8px 0;
    text-indent: 2%;
    border: 1px solid #ABB0B2;
}

.alm-box {
    background: #e5f6f9;
    padding: 1.1em 1.2em;
    margin: 20px 0;
    border-radius: 4px;
}
.alm-contact {
    background: #fffbd0;
}
.padding20 {
	padding:20px;
}
.margin-auto {
	margin-right:auto;
	margin-left:auto;
}

/* Archive */
.archive h1 {
	font-size: 2em;
}
.post-content-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.post-thumbnail {
    flex: 0 0 300px; /* Fixed width for the image */
    max-width: 300px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-excerpt {
    flex: 1; /* Takes remaining space */
}

/* Responsive: Stack on small screens */
@media (max-width: 768px) {
    .post-content-wrapper {
        flex-direction: column;
    }
    
    .post-thumbnail {
        flex: 0 0 auto;
        max-width: 100%;
    }
}


/* cf7 messages  */
.entry .wpcf7 form .wpcf7-response-output {
    border-radius: 4px;
    padding: 0.6em 1em; 
	margin-right: 0;
	margin-left: 0;	
}
.entry .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #d0f1b9;    
    color: #298031;
	border:0;
}
.entry .wpcf7 form.spam .wpcf7-response-output{
	border-color: #f56e28;
	background-color: #ffefe6;    
    color: #fb5500;
	border:0;
}
/* cf7 form */
.wpcf7 input[type="text"],.wpcf7 input[type="number"],
.wpcf7 input[type="email"],.wpcf7 input[type="tel"],
.wpcf7 input[type="url"], .wpcf7 select, .wpcf7 textarea {
    background: #eee;
    border: 0;
    padding: 0.5em 0.5em;
    max-width: 100%;
	box-sizing: border-box;
}
.wpcf7 .bg-form input[type="text"],
.wpcf7 .bg-form input[type="email"],.wpcf7 .bg-form input[type="tel"],
.wpcf7 .bg-form input[type="url"], .wpcf7 .bg-form select, .wpcf7 .bg-form textarea {
    background: #fff;
    border: 1px solid #cdd;    
    max-width: 100%;
}
.bg-form input[type="text"],
.bg-form input[type="email"],.bg-form input[type="tel"],
.bg-form input[type="url"], .bg-form select, .bg-form textarea {
    background: #fff;
    border: 1px solid #cdd;    
    max-width: 100%;
}
.wpcf7 input.button {    
    padding: 0.5em 1.3em;
    font-size: 1em;
    cursor: pointer;
    float: none;
}
.wpcf7 label {
	padding:0;
	margin-bottom: 8px;
    display: inline-block;
}
.full-width-form select, .full-width-form input, .full-width-form textarea, .full-width, #content.full-width {   
    width: 100%;
}
.side-form {
    margin: 3em 0.5em 1em;
    width: 50%;
}

/* LP gitlab-ultimate-pricing */

#content.centered-content {
    margin: 3em auto 0;
    margin-right: auto !important;
    float: none;
}
#content.centered-content .post {
    max-width: 700px;
    margin: 0 auto !important;
    padding: 0 0 40px 0px;
}
.centered-content .post p,
.centered-content .post strong {
    font-family: 'Lato', Helvetica, Verdana, Arial, sans-serif;
}
.centered-content .post a {
    font-weight: inherit;
}
#content.centered-content .cf7-form-wrap .wpcf7 {
    margin-right: auto;
    margin-left: auto;
    max-width: 550px;
}

/* Sticky banner on GitLab category posts */

.sticky-banner {
    position: fixed;
    z-index: 0;
    bottom: 0;
	left:0;
    width: 100vw;
    height: 60px;
	color:#111;
    /*background-color: #fafafa;*/
    padding: 11px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    z-index: 1;
	background-color: #ffe9bd;
    padding: 11px 0;
    border-top: 2px solid #ffdd9f;
}
.sticky-banner .sticky-banner-content {
    max-width: 1044px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
    /*display: flex;
    justify-content: space-between;
	align-items: center;*/
}
.sticky-text {
    width: 100%;
    font-size: 20px;
    margin: .2em 0 0em 0;
    line-height: 1.2em;
}
.sticky-subheader {
    font-size: 18px;
    margin: .2em 0 0em 0;
}
.sticky-banner-button {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 120px;
    color: var(--button-color);
    border: 1px solid var(--button-color);
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 35px;
}
.sticky-banner .dismiss-btn {
     position: absolute;
    left: 40px;
    height: 20px;
    opacity: .8;
    padding: 0;
    cursor: pointer;
    box-sizing: initial;
    top: calc(50% - 14px);
    opacity: 1;
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
}
.sticky-banner .wpcf7 form .wpcf7-response-output {
	position: absolute;
    right: 70px;
    top: 23px;
    font-size: 13px;
    border: 0;
    color: #25942f;
}
.banner-signup {
	 display:flex;	 
 }
 .banner-signup h2{
	 line-height: 1.5;
    font-size: 20px;
	max-width: 580px;
 }
  .banner-signup h2 span{
	display:inline-block;
    font-size: 18px;
 }
  .wpcf7 .banner-signup input[type="email"]{	  
	  margin: auto 9px 0;
	  font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    width: 305px;
  }
  .wpcf7 .banner-signup input[type="submit"]{
	  cursor: pointer;
  font-size: 15px;
    border: 1px solid #26a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    color: #fff;
    background-color: #26a;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
  }
  
.sticky-banner-slideUp {
  animation: slideUp 0.8s forwards;
 -webkit-animation: slideUp 0.8s forwards;
  -moz-animation: slideUp 1s forwards;
}  

@-moz-keyframes slideUp{	
	0%{bottom: -80px;opacity:1}
	100%{bottom: 0;opacity:1}
}
@-webkit-keyframes slideUp{
	0%{bottom: -80px;opacity:1}
	100%{bottom: 0;opacity:1}
	}
@-o-keyframes slideUp{
	0%{bottom: -80px;opacity:1}
	100%{bottom: 0;opacity:1}
	}
@keyframes slideUp{
	0%{bottom: -80px;opacity:1}
	100%{bottom: 0;opacity:1}
	}
.sticky-banner-slideDown {
  animation: slideDown 0.5s forwards;
 -webkit-animation: slideDown 0.5s forwards;
  -moz-animation: slideDown 0.5s forwards;
}

@-moz-keyframes slideDown{
	0%{bottom: 0;opacity:1}
	100%{bottom: -80px;opacity:0.6}
}
@-webkit-keyframes slideDown{
	0%{bottom: 0;opacity:1}
	100%{bottom: -80px;opacity:0.6}
	}
@-o-keyframes slideDown{
	0%{bottom: 0;opacity:1}
	100%{bottom: -80px;opacity:0.6}
	}
@keyframes slideDown{
	0%{bottom: 0;opacity:1}
	100%{bottom: -80px;opacity:0.6}
	}
/* Mobile */	
.sticky-banner-slideDown {
  animation: slideDown 1s forwards;
 -webkit-animation: slideDown 1s forwards;
  -moz-animation: slideDown 1s forwards;
}


#er_search_results .search-result-container, .er-top-head {
	max-width: 80% !important;
    margin: 0 auto !important;
}

.linkedin-bottom {
	font-size: 17px;
    margin: 15px auto;
    background-color: #eee;
    padding: 0.9rem 1.5rem;
    display: inline-block;
    border-radius: 7px;
    font-weight: 600;
    font-family: 'Lato';
}
.linkedin-bottom img, .linkedin-bottom span {
	margin-right: 8px;
    vertical-align: middle;
}
.linkedin-bottom:hover {
	background-color: #dddddd;
}


@media all and (max-width:980px) {
    #spmask {
        width: 100% !important;
        height: 100% !important;
    }
    #boxes #dialog {
        left: 0 !important;
        top: 16px !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 650px) {
    .displayBlock-mobile, .flex-container {
        display: block;
    }
	.sticky-banner .sticky-banner-content {
		display: block;
		height: auto;
		width: calc(100% - 90px);
	}
	.banner-signup {
		display: block;
	}
    .popup-signup {
        max-width: 400px;
    }
    .popup-signup .wpcf7-submit {
        margin: 9px auto 0;
    }
    .popup-signup input {
        max-width: 305px;
    }
    .cf7-form-wrap .wpcf7 label {
        max-width: 100% !important;
        width: 100% !important;
        padding: 15px 0 9px;
    }
    .m-width-100, .width50, .side-form,
    .cf7-form-wrap .wpcf7 input:not([type="submit"]),
    .wpcf7 textarea,
    .wpcf7 select, #content.post-single-wide {
        max-width: 100% !important;
        width: 100% !important;
    }
    #mc_embed_signup {
        margin-left: 0 !important;
    }
    #mc_embed_signup form {
        padding: 10px 0 !important;
    }
    .sticky-banner {
        height: auto;
        padding: 11px 1.5em 4em;
		box-sizing: border-box;
		width: 100%;
    }
    
    .sticky-banner .sticky-banner-button {
        margin: 1em 0;
    }
    .sticky-banner .dismiss-btn {
        bottom: 38px;
        top: 19px;
    right: 18px;
		left: auto;
    }
	.wpcf7 .banner-signup input[type="email"] {
		margin: 0px 0 10px;
	}
	.sticky-banner .wpcf7 form .wpcf7-response-output {
		bottom: 0;
		top: auto;
	}
	
}
