body {
    overflow-x: hidden;
    background:#EFF2F4;
}

code {
    white-space: normal;
}

div.header {
    width: 100%;
    padding: 10px 10px 5px 10px;
    background: white;
}

.btn {
    font-size: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 1px;
}

.btn-primary {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #000;
	background-color: #fff000;
	margin: 10px;
}

.clear-float {
    clear:both;
}

p {
    font-family: 'Lora', serif;
    line-height: 25px;
}

li {
	font-family: 'Lora', serif;
	line-height: 25px;
}

/* add font */

h1 , h2 , h3 , h4 , h5 , h6 {
    line-height: 1.4em;
}

.navigation-tab-item h1 ,
.navigation ul ,
.caption h1 ,
.navigation-tab-item ul li a ,
h1 ,
h2 ,
h3 {
    font-family: 'Oswald', sans-serif;
}

.the_content h1 {
    margin-top: 0px;
    margin-bottom: -20px;
}

a:hover {
    text-decoration: none;
    background: #fff000
}

footer {

}

img {
    max-width: 100%;
}

.logo {
    float:left;
    min-height: 45px;
}

.logo img {
    float:left;
    max-width: 80%;
}

img.attachment-featured-cleaning-blog-thumbnail.wp-post-image {
    max-width: 350px;
    width: 100%;
    height: auto;
    display: inline-block;
    float: right;
    padding-left: 20px;
}
    
/* Navigation */

.navigation {
    float:right;
    margin: 10px;
}

.navigation ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.navigation li a {
    color:#000;
    font-size: 18px;
    margin: 10px;
}

.navigation li a.show-menu ,
.navigation li a.up-top {
    margin-top:5px;
}

.navigation li {
    float:left;
}

p.clicktweet {
    background: #fff000;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

/* header wrapper-slogan */

.wrapper-slogan {
    min-height: 380px;
    width: 100%;
    background: #000;
    margin-left: 0px;
    /* Animation */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slideleft {
    margin-left: -300px;
}

.caption .col-xs-12 {
    margin: 30px 0;
    position: relative;
    float:none;
    display: inline-block;
}

.caption h1 {
    color:#fff;
    font-size: 48px;
}
.caption h2 {
    color:#fff;
    font-size: 36px;
}
.caption p {
    color:#fff;
}

blockquote {
	margin: 20px;
	border-left: 7px solid #fff000;
	padding: 10px 20px 15px;
}

/* Navigation right */

.navigation-tab-item {
    position: fixed;
    width: 300px;
    height: 100%;
    top:0px;
    right:0px;
    /*background:#0C0C0C;*/
    background-color: #428bca;
    padding: 20px 0px 0 20px;
    padding-right: 20px;
    /* Support smart phone */
    -webkit-overflow-scrolling: touch;
    /* Animation */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
}

.navigation-tab-item hr { 
    /* border-color:#1e1e1e; */
    border-color:#88bbdd;
}

.navigation-tab-item.hidden{
    right:-300px;
    display: block!important
}

.navigation-tab-item .nav-menu {
    list-style-type: none;
    margin-top: 20px;
    margin-left: 10px;
    padding-left: 10px;
}

.navigation-tab-item .nav-menu > li {
    padding: 5px;
}

.navigation-tab-item input#s {
    width:100%;
    position: relative;
    color:#67676c;
    margin-top: 20px;
    padding: 10px;
}

.navigation-tab-item h1 {
    color:#fff;
    padding: 20px;
    display:block;
    text-align: center;
}

.navigation-tab-item .nav-menu ul {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none;
}

.navigation-tab-item .nav-menu ul li {
    font-size: 14px;
}

.navigation-tab-item .nav-menu > li {
    font-size: 18px;
    margin-bottom: 10px;
}

.navigation-tab-item .nav-menu li a {
    color:#fff;
}

.close-navigation {
    color:#fff;
    position: absolute;
    cursor: pointer;
    top:20px;
    right:20px;
    font-size: 16px;
    font-weight: 300;
    z-index: 2;
}

/* Wrapper content */

.wrapper-content {
    background:#fff;
    margin-top: 50px;
    min-height: 300px;
    box-shadow: 0px 0px 5px #ccc;
}

.content {
    width: 100%;
    /* Animation */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-content {
    margin-top:20px;
}

.box-content .attachment-featured-cleaning-post-thumbnail {
    border-left:2px transparent solid;
    border-right:2px transparent solid;
}

.the_content ,
.the_author ,
.the_comment ,
.the_contact
{
    border-top: 0px;
    background:#fff;
    padding: 20px 20px 20px 20px;

    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.the_author ,
.the_comment {
    margin-top: 20px;
}

.description {
    background:#fff;
    padding: 20px;
    border-top:0px;

    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.cleaning-thumbnail {
    float:left;
}

/* author */

.nav-next {
    float:right;
}

.nav-previous {
    float:left;
}

#author-info h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

#author-info {
    float:left;
    margin-bottom: 30px;
}

.author-display img {
    float:left;
}

#author-description {
    margin-left: 127px;
}

.description-author {

}

/* comment */

.form-allowed-tags code{
    display:block;
    padding: 20px;
}


#url ,
#email , 
#author {
    display:block;
}

#comment {
    width: 100%;
}

#reply-title {
    text-transform: uppercase;
}

.commentlist a {
    color:#bcbcbc;
}

.commentlist {
    padding: 0px;
    margin: 30px 0 60px 0;
}

.commentlist .second-detail {
    margin-bottom: 20px;
}

.comment-content comment {
    display:block;
    clear: both;
    margin-top: 20px;
}

.commentlist li {
    list-style-type: none;
    margin-top: 20px;
}

.commentlist li img {
    float:left;
    margin-right: 20px;
}

.comment-form-author , .comment-form-email {
    color:red;
}

.comments-area input , .comments-area textarea {
    border: 1px #ececec solid;
    padding: 10px;
}

/* widget */

.widget {
    background:#fff;
    margin-top: 20px;
    width: 100%;
    border-top:2px #ececec solid;
    padding: 20px 0px;

    /* Animation */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.box-widget {
    margin-top:20px;
    padding: 0px 0px 0px 0px;
}

.widget_page {

    background:#fff;
    padding: 20px 40px 40px 40px;
    margin-top: 20px;
    border-top:5px #428bca solid;

    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;

}

.widget_page:first-child {
    margin-top: 0px;
}

.widget-title {
	margin-top: 5px;
}

.text_widget {
	text-align: center;
}

.widget h3 span , h3 span.default{
    font-size: 18px;
    text-transform: uppercase;
}

.quotescollection_widget {
	height: 280px;
}

.no-padding {
	padding: 0px;
	background: none;
	border-top: none;
}

.no-padding img {
	padding-bottom: 10px;
}

/* footer */

.footer {
    background:#fff !important;
    background-color: #fff !important;
    width: 100%;
    padding: 20px 0px;
    color:#333;

    /* Animation */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-message {
    text-align: right;
    float:right;
    font-size: 13px;
    color:#fff;
}

.footer-message ul {
    float:right;
}

.footer-message ul li {
    float:left;
    list-style-type: none;
    border-left:1px #fff solid;
    padding: 0 5px;
}

.footer-message ul li:first-child {
    border-left:0px #fff solid;
}

.footer-message ul li a {
    font-size: 18px;
    margin: 10px;
    color:#333;
}

/* icon social */

.icon-facebook {
    background:url('image/facebook_square.png') no-repeat;
    width:32px;
    height: 32px;
    display: block;
}

.icon-google_plus {
    background:url('image/google_square.png') no-repeat;
    width:32px;
    height: 32px;
    display: block;
}

.icon-twitter {
    background:url('image/twitter_square.png') no-repeat;
    width:32px;
    height: 32px;
    display: block;
}

/* scroll */

.scroll-pane {
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* contact */

.the_contact {
    margin-top: 20px;
}

.contact {
    margin-top: 20px;
}

.form-contact {

}

.form-contact h1 {
    font-family: "Oswald" , sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 25px 25px 0px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 300;
}

.form-contact h1:after {
    border-bottom: 5px #428bca solid;
    width: 50px;
    position: absolute;
    bottom:0px;
    left:0px;
    content:"";
}

.form-contact h1:before {
    right:0px;
    background:url('img/icon/Envelope.png');
    width: 32px;
    height: 32px;
    top:-5px;
    content:"";
    position: absolute;
}

.form-contact textarea {
    color:#989;
    border:0px;
    padding: 5%;
    width: 100%;
    border-radius: 0px;
    border-left:5px #fff solid;
    min-height: 200px;
}

.form-contact input {
    margin: 10px 0;
}

.form-contact textarea {
    margin: 10px 0;
    border:1px solid #ccc;
}

.form-contact input[type="text"] {
    background: transparent;
    border:0px;
    padding: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 100%;
    color:#989;
    border-radius: 0px;
    border-left:5px #fff solid;
    border:1px solid #ccc;
}

/* Blog */

.the_box-blog {
    background:#fff;
    margin-top: 20px;

    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.the_box-blog:first-child {
    margin-top: 0px;
}

.first-child {
    margin-top: 0px;
}

.the_box-blog h3 {
    padding: 20px;
    margin: 0px;
}

.the_box-blog .excerpt-more {
    padding: 20px;
}

.the_box-blog .detail {
    background-color:#428bca;
    width: 100%;
    float:left;
}

.the_box-blog ul {
    float:left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.the_box-blog a h3 {
    color:#424241;
    font-size: 18px;
}

.the_box-blog li {
    float:left;
    color:#fff;
    border-left:1px #226baa solid;
}

.the_box-blog li.date 
{
    display: block;
    padding: 20px;
}

.the_box-blog li:first-child {
    border-left:0;
}

.the_box-blog li a{
    display: block;
    color:#000;
    padding: 10px;
    font-family: 'Laro', serif;
    font-size: 14px;
}

.the_box-blog li a:hover{
    background:#424241;
}

.title_page_blog {
    background:#fff;
    padding: 20px;
    margin-top: 0px;
    color:#424241;
    border-left:#428bca 20px solid ;
    font-size: 18px;
}

/* related */

.related {

}

.title_top_related {
    background:#fff;
    padding: 20px;
    margin-top: 0px;
    color:#424241;
    border-left:#428bca 20px solid ;
    font-size: 18px;
    margin-top: 5px;

    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.the_related {
    padding: 15px;
}

.thumbnail-image {
    position: relative;
    overflow: hidden;
}

.thumbnail-wrap {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    top:0px;
    background: url(image/link.png) center rgba(50,50,50,0.7) no-repeat;
    left:-100%;
}

.title-related {
    margin-top: 0px;
}

.title-related a {
    color:#424241;
    font-size:16px;
}

.related p {
    font-size:13px;
}

/* paginate_links */
.paginate-links {
    margin-top: 30px;
    margin-bottom: 10px;
}

.page-numbers {
    padding: 10px;
    background: #fff;
    color:#424241;
}

.page-numbers:hover {
    background: #424241;
    color:#fff;
}

.page-numbers.current {
    background-color:#428bca;
    color:#fff;
}

/* page 404 */

.page-404 {
    text-align: center;
}

.page-404 input {
    padding: 20px;
    width: 60%;
    min-width: 300px;
    margin-top:20px;
}

/* default widgets */

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    margin-bottom: 20px;
}

.widget_page ul ,
.widget_footer ul {
    padding: 0px;
    list-style-type: none;
}

.widget_page ul li ,
.widget_footer ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    color:#424241;
}

.widget_page ul li a ,
.widget_footer ul li a {
    color:#878787;
}

.widget_page ul ul ,
.widget_footer ul ul {
    padding-left: 10px;
    list-style-type: none;
}

.tagcloud a{
    padding: 10px 15px;
    background: #424241;
    display: inline-block;
    color: #fff;
    font-size: 11px!important;
    margin-bottom: 4px;
}

.screen-reader-text , 
#searchsubmit {
    display:none;
}

.widget_page #s , 
.widget_footer #s {
    width: 100%;
    padding: 10px;
}

/* gallery */

.gallery {

}

.gallery .gallery-item {
    width: auto!important;
    margin-top: 0px!important;
}

.gallery .gallery-item img {
    border: 0px solid #cfcfcf!important;
}

.gallery dl {
    margin-bottom: 0px!important;
}

.wp-caption-text {
    display: none;
}


/* AWEBER OPTIN FORM */
#optinform {
    min-height: 65px;
    width: 100%;
    background: #000;
    margin-left: 0px;
}
	.fieldset .form-button {
		background-color: ##fff000!important;
		border: none;
	}
	.fieldset .text-input:focus {
		border-color: #fff000;
	}
.fieldset {
	font-family: "Oswald", serif;
	font-weight: 300;
	color: #fff;
	background-color: #000;
	padding: 10px 10px 0px 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.fieldset * {
	display: inline-block;
	float: center;
	margin-left: 10px;
	margin-bottom: 5px;
}
.form-headings {
	text-align: center;
}
.form-title {
	font-size: 28px;
	font-weight: 400;
}
.form-subtitle {
	font-size: 21px;
}
.input-wrapper {
	display: inline-block;
	margin: 0px;
}
.form-field label {
	font-size: 18px;
	display: inline-block;
	width: 60px;
}
.form-field .text-input {
border: 2px solid #bdc3c7;
color: #34495e;
font-family: 'Lora', serif;
	border: 2px solid #bdc3c7;
color: #34495e;
font-size: 15px;
padding: 8px 12px;
height: 38px;
-webkit-appearance: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
-moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
-o-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
-webkit-backface-visibility: hidden;
border-color: transparent;
font-size: 17px;
text-indent: 3px;
}
.form-field .text-input:focus {
  outline: 0;
}
.form-field .form-button {
	border: none;
	color: #000;
	background-color: #fff000;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.25s linear;
	-moz-transition: 0.25s linear;
	-o-transition: 0.25s linear;
	transition: 0.25s linear;
	-webkit-backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	font-size: 19px;
	line-height: 20px;
	padding: 10px 18px 10px;
	display: block;
	width: 100%;
}

.form-button:active {
	 background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* Sidebar Optin */
.sidebaroptin .form-button {
		background-color: #18bc9c;
		border-color: #18bc9c;
}
.sidebaroptin .text-input:focus {
		border-color: #1abc9c;
}
.sidebaroptin * {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.sidebaroptin {
	border-radius: 3px;
	display: inline-block;
	max-width: 100%;
}
.sidebaroptin .form-headings {
	text-align: center;
}
.sidebaroptin .form-title {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 400;
}
.sidebaroptin .form-subtitle {
	font-size: 21px;
	margin-bottom: 15px;
}
.sidebaroptin .input-wrapper {
	display: inline-block;
	margin-bottom: 8px;
	border: 1px solid;
	max-width: 100%;
}
.sidebaroptin .form-field label {
	font-size: 18px;
	display: inline-block;
	width: 60px;
}
.sidebaroptin .form-field .text-input {
border: 2px solid #bdc3c7;
color: #34495e;
font-family: 'Lora', Helvetica, Arial, sans-serif;
	border: 2px solid #bdc3c7;
color: #34495e;
font-family: 'Lora', Helvetica, Arial, sans-serif;
font-size: 15px;
padding: 8px 12px;
height: 38px;
-webkit-appearance: none;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
-moz-transition: border .25s linear, color .25s linear, background-color .25s linear;
-o-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
-webkit-backface-visibility: hidden;
border-color: transparent;
font-size: 17px;
text-indent: 3px;
max-width: 99%;
}
.sidebaroptin .form-field .text-input:focus {
  outline: 0;
}
.sidebaroptin .form-field .form-button {
border: none;
color: #ffffff;
text-decoration: none;
border-radius: 3px;
-webkit-transition: 0.25s linear;
-moz-transition: 0.25s linear;
-o-transition: 0.25s linear;
transition: 0.25s linear;
-webkit-backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
font-size: 19px;
line-height: 20px;
padding: 10px 18px 11px;
display: block;
width: 100%;
margin-bottom: 8px;
max-width: 100%;

}
.sidebaroptin .form-button:active {
	 background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* CONVERTKIT CUSTOM NAKED POST FORM CSS 
 * ************************************* */

/* Layout */
  .ck_form.ck_naked {
  /* divider image */
	background: transparent;
	line-height: 1.5em;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	margin: 20px 0px;
	text-align: center;
}

.ck_form.ck_naked p {
	padding: 0px;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ck_form.ck_naked .ck_form_fields {
	width: 100%;
	float: left;
	padding: 5%;
}
/* Form fields */

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
	padding: 10px 10px 0px;
	border: solid 1px #ddd;
	background: #eee;
}

.ck_form.ck_naked input[type="text"], .ck_form.ck_naked input[type="email"] {
	font-size: 18px;
	padding: 10px 8px;
	width: 34%;
	border: 1px solid #d6d6d6; /* stroke */
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px; /* border radius */
	background-color: #fff; /* layer fill content */
	margin-bottom: 5px;
	height: auto;
	float: left;
	margin: 0px;
	margin-right: 1%;
	height: 42px;
}

.ck_form input[type="text"]:focus, .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}

.ck_form.ck_naked .ck_subscribe_button {
    width: 100%;
    color: #fff;
    margin: 0px;
    padding:  9px 0px;
    font-size: 18px;
    background: #fff000;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; /* border radius */
    cursor: pointer;
    border: none;
    text-shadow: none;
    width: 30%;
    float: left;
    height: 42px;
  }


.ck_converted_content {
  display: none;
	padding: 5%;
	background: #fff;
}

/* max width 500 */

	.ck_form.ck_naked.width500 .ck_subscribe_button {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

	.ck_form.ck_naked.width500 input[type="text"], .ck_form.ck_naked.width500 input[type="email"] {
		width: 49%;
	}

	.ck_form.ck_naked.width500 input[type="email"] {
		margin-right: 0px;
		width: 50%;
	}

/* max width 400 */

	.ck_form.ck_naked.width400 .ck_subscribe_button, .ck_form.ck_naked.width400 input[type="text"], .ck_form.ck_naked.width400 input[type="email"] {
		width: 100%;
		float: none;
		margin-top: 5px;
	}

.ck_slide_up, .ck_modal, .ck_slide_up .ck_naked, .ck_modal .ck_naked  {
	min-width: 400px;
}

.page .ck_form.ck_naked {
	margin: 50px auto;
}


/* v6 */

.ck_slide_up.ck_form_v6, .ck_modal.ck_form_v6, .ck_slide_up.ck_form_v6 .ck_naked, .ck_modal.ck_form_v6 .ck_naked {
  min-width: 0 !important;
}

.ck_form_v6 #ck_success_msg {
	padding: 0px 10px;
}

@media all and (max-width: 403px) {
  .ck_form_v6.ck_modal .ck_naked {
    padding-top: 30px;
  }
}

@media all and (max-width: 499px) {
  .ck_form_v6.ck_modal .ck_naked + .ck_close_link {
    color: #fff;
    top: 10px;
  }
}

.ck_form_v6.ck_slide_up .ck_naked + .ck_close_link {
  right: 10px;
  top: -5px;
}

@media all and (min-width: 600px) {
  .ck_form_v6.ck_slide_up .ck_naked + .ck_close_link {
    right: 35px;
  }
}

.ck_form_container5 {
  margin-top: -90px !important;
  margin-bottom: -30px !important;
}

.ck_form_fields5 {
  padding: 0 !important;
}

.ck_subscribe_button5 {
  color: #000 !important;
}

.ck_email_address5 {
  margin-top: -24px !important;
}

.ck_subscribe_button5 {
  margin-top: -24px !important;
}

.ck_subscribe_form5 p {
  display: inline !important;
}