/*
	Theme Name: Husqvarna
	Theme URI: -
	Author: -
	Author URI: -
	Description: Plantilla para la página web Husqvarna
	Version: 1.0
	Tags: blog
	License: Husqvarna Licence
	License URI: -
	Text Domain: husqvarna
*/

@font-face {
    font-family: "HusqvarnaGothic Regular";
    src: url(font/HusqvarnaGothic-Regular.ttf)
}

@font-face {
    font-family: "HusqvarnaGothic Bold";
    src: url(font/HusqvarnaGothic-Bold.ttf)
}

@font-face {
    font-family: "HusqvarnaGothic Light";
    src: url(font/HusqvarnaGothic-Light.ttf)
}

.clear {
    clear: both
}

#page {
    width: 100%
}

.wrapper {
    width: 70%;
    margin: 0 auto
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
body {
    font-family: 'HusqvarnaGothic Regular';
    color: #000;
}

a {
    text-decoration: none;
    outline: 0;
    color: #2c2e35
}

input,
textarea {
    border: 1px solid #2c2e35;
    padding: 5px 10px
}

textarea {
    resize: none
}

li {
    padding-left: 5px;
    margin-bottom: 5px;
}

img {
    max-width: 100%;
    height: auto
}

blockquote,
p,
ul {
	margin: 30px 0px;
	font-size: 28px;
}

ul {
    padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FF4A31;
    font-family: "HusqvarnaGothic Bold"
}

h2 {
	font-size: 38px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin-right: 12px
}

.alignright {
    float: right;
    margin-left: 12px
}

.background-cover {
    background-size: cover !important
}

.button, input[type=submit] {
    font-family: "HusqvarnaGothic Bold";
    background: #2c2e35;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 0;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
}

.button:hover, input[type=submit]:hover {
    background: #464955;
}

.button-2, .comment-reply-link {
	margin: 20px 0px;
	padding: 10px 35px;
	display: inline-block;
	font-family: 'HusqvarnaGothic Bold';
	font-size: 22px;
	background: #ffffff;
	color: #FF4A31;
	border: 2px solid #FF4A31;
	border-radius: 8px;
}

.button-2:hover, .comment-reply-link:hover {
	color: #ffffff;
	background: #FF4A31;
}

.button-3, .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button, .elementor-form .elementor-button {
	background: #ffffff;
	padding: 10px 35px;
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0px;
	font-size: 18px;
	color:#2c2e35;
	border: 2px solid #2c2e35;
	transition-duration: 0.3s;
}

.button-3:hover, .elementor-widget-button a.elementor-button:hover, .elementor-widget-button .elementor-button:hover, .elementor-form .elementor-button:hover {
	background: #2c2e35;
	color: #ffffff;
}

/* Header */

#masthead {
    background: #2c2e35;
    padding: 14px 0px;
    overflow: auto;
}

#masthead,
#masthead a {
    color: #fff;
}

#header-logo {
	float: left;
	width: 8%;
	max-width: 200px;
	margin-top: 10px;
}

.main-navigation {
	float: left;
	width: 86%;
	margin-left: 2%;
    text-align: right;
}

.main-navigation ul#menu-menu-cabecera {
	margin-bottom: 0px;
	margin-top: 20px;
}

.main-navigation a,
.main-navigation li {
    display: inline-block
}

.main-navigation li {
	padding: 0px;
}

.main-navigation li:hover {
	background: #ffffff1a;
	border-radius: 6px;
}

.main-navigation a {
	padding: 4px 25px;
	font-size: 26px;
	font-family: 'HusqvarnaGothic Bold';
}

#site-navigation ul li ul {
	margin: 0px;
	padding: 0px;
    background: #2c2e35;
    position: absolute;
    display: none;
}

#site-navigation ul li:hover ul {
    display: block;
    z-index: 9999;
}

.main-navigation ul li ul li {
    display: block;
}

.main-navigation ul li ul li a, .main-navigation ul li ul li a:hover {
    border: 0px !important;
}

.main-navigation ul li ul li a {
	padding: 10px 15px;
}

.main-navigation .menu-shop-button {
	background: #ff4a32;
	border-radius: 6px;
}

.main-navigation .menu-shop-button:hover {
	background: #e13822;
}

.header-search {
	display: inline-block;
	width: 2%;
	margin-left: 2%;
	margin-top: 26px;
}

@media screen and (max-width: 1500px) {
	.main-navigation a {
		font-size: 20px;
	}
}

@media screen and (max-width: 1270px) {
	.main-navigation {
		margin-top: 25px;
		margin-left: 20%;
		width: auto;
	}

	.main-navigation:before {
		content:url(https://tudohusqvarna.com/blog/wp-content/themes/husqvarna/img/icon/icon-menu.png);
	}

	.main-navigation .menu-menu-cabecera-container {
		display: none;
		position: absolute;
		z-index: 9999;
		background: #2c2e35;
		margin-top: 35px;
		padding: 0px 20px 10px;
		text-align: center;
		border-top: 6px solid #ff4a32;
		min-width: 40%;
	}

	.main-navigation ul {
		padding: 0px;
	}

	.main-navigation li {
		display: list-item;
		list-style: none;
	}

	.main-navigation li a:hover {
	    border-bottom: 0px;
	}

	#header-logo {
		width: auto;
		display: inline-block;
	}

	.show {
		display: block !important;
	}

	.header-search {
		margin-left: 7%;
		width: auto;
		max-width: 20px;
		margin-top: 26px;
	}
}

@media screen and (max-width: 750px) {
	.header-search {
		margin-left: 20%;
	}
}

@media screen and (max-width: 400px) {
	.main-navigation .menu-menu-cabecera-container {
		left: 0;
		width: 100%;
	}
}

/* Footer */

#colophon {
    background: #edeef0;
    padding-top: 70px;
    color: #fff;
    font-size: 14px;
}

#colophon .widget {
	width: 27%;
	float: left;
	margin: 0px 3%;
}

#colophon .textwidget {
	margin: 15px 0px;
}

#colophon h4 {
	font-size: 30px;
	color: #2c2e35;
	letter-spacing: 0.8px;
	text-align: center;
}

#colophon h4::before {
	content: url('https://tudohusqvarna.com/blog/wp-content/themes/husqvarna/img/icon/icon-link.png');
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#colophon ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

#colophon li {
	list-style: none;
	border-top: 1px solid #2c2e35;
	margin: 0px;
}

#colophon li:last-child {
	border-bottom: 1px solid #2c2e35;
}

#colophon a {
	color: #2c2e35;
	font-size: 24px;
	padding: 13px 0px;
	display: block;
}

#colophon a:hover {
	color: #6d7080;
}

#colophon .widget_nav_menu a:after {
	content: url('https://tudohusqvarna.com/blog/wp-content/themes/husqvarna/img/icon/icon-link-2.png');
	float: right;
}

#colophon .social {
	margin-top: 50px;
	text-align: center;
}

#colophon .social a {
	display: inline;
	margin: 0px 5px;
}

#colophon .copyright {
    display: block;
    padding: 40px;
    margin-top: 70px;
    background: #2c2e35;
    font-size: 22px;
    text-align: center;
}

#colophon .copyright a {
	color: #fff;
	display: inline-block;
	margin: 20px;
	border: 1px solid #fff;
	padding: 8px 40px;
	border-radius: 6px;
}

#colophon .copyright img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

@media screen and (max-width: 1300px) {
	#colophon .widget {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
}

/* Sidebar */

.with-sidebar {
    width: 74%;
    float: left
}

#sidebar {
    width: 25%;
    float: left;
    margin-left: 1%;
    background: #f9f9f9;
    padding: 10px;
    box-shadow: 0 1px 6px #c6c6c6
}

#sidebar input,
#sidebar textarea,
.comment-respond input,
.comment-respond textarea {
    width: 100%
}

#sidebar h4 {
    font-family: "Architects Daughter";
    color: #333;
    font-size: 18px;
}

#sidebar h4 {
    padding: 10px 0;
    text-align: center
}

#sidebar h4 {
    background: #FAE5D1;
    margin-bottom: 20px
}

/* Blog */

.list-articles {
	margin: 100px 0px;
}

.list-articles .post {
	margin: 50px 0px;
}

.list-articles .list-post-img {
	float: left;
	margin-right: 5%;
	max-width: 35%;
}

.list-articles .list-post-img img {

}

.list-articles .list-post-title {
	float: left;
	width: 60%;
}

.list-articles .list-post-title:after {
    content: ' ';
    width: 15%;
    border-bottom: 4px solid #FF4A31;
    display: block;
    padding-top: 20px;
}

.list-articles .list-post-title a {
    font-family: "HusqvarnaGothic Bold";
    text-transform: uppercase;
    font-size: 38px;
}

.list-articles .list-post-excerpt {
	float: left;
	width: 60%;
	font-size: 28px;
	color: #2c2e35;
}

.list-articles .see-all {
	float: left;
	font-family: "HusqvarnaGothic Light";
	font-size: 22px;
	text-transform: uppercase;
}

.pagination {
	margin-bottom: 100px;
}

.pagination .screen-reader-text {
    display: none
}

.pagination .nav-links {
    text-align: center;
    color: #FF4A31;
    font-size: 25px
}

@media screen and (max-width:1200px) {
    .list-articles .post {
        overflow: auto;
    }

    .list-articles .list-post-img {
		float: none;
		margin: 0px;
		margin-bottom: 30px;
		max-width: 100%;
		text-align: center;
    }

    .list-articles .list-post-title {
    	float: none;
		width: 100%;
		text-align: center;
    }

    .list-articles .list-post-title::after {
    	margin: 0 auto;
    }

    .list-articles .list-post-excerpt {
		float: none;
		width: 100%;
		text-align: center;
    }

	.list-articles .see-all  {
	    margin: 0 auto;
		float: none;
		text-align: center;
		display: block;
		width: 20%;
	}
}

@media screen and (max-width:1200px) {
	.list-articles .see-all  {
		width: 80%;
	}
}

/* Page */

.post-image {
    min-height: 400px;
    padding: 80px 0px;
    text-align: center;
    overflow: auto;
    background-size: cover !important;
}

.post-title, h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-family: "HusqvarnaGothic Bold";
	color: #2c2e35;
}

.post-title:after, h1:after {
	content: ' ';
	width: 10%;
	border-bottom: 4px solid #2c2e35;
	display: block;
	margin: 0 auto;
	padding-top: 8px;
}

.post-breadcrumbs {
	text-transform: capitalize;
}

.post-breadcrumbs:before {
	content: url(https://tudohusqvarna.com/blog/wp-content/themes/husqvarna/img/icon/icon-breadcrumbs.png);
	margin-right: 3px;
	vertical-align: middle;
}

.post-breadcrumbs ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.post-breadcrumbs li, .post-breadcrumbs a {
	font-size: 15px;
}

.post-breadcrumbs li {
	list-style: none;
	display: inline;
}

.post-breadcrumbs li:after {
	content: ' >';
}

.post-breadcrumbs li:last-child:after {
	content: '';
}

.post-content {
	margin: 30px 0px;
	overflow: auto;
	font-size: 28px;
}

.post-content a {
	color: #FF4A31;
	text-decoration: underline;
}

.post-content h2 {
	margin-bottom: 40px;
}

#sidebar input[type=submit] {
    margin: 10px 0
}

@media screen and (max-width:900px) {
    #primary,
    #sidebar {
        width: 100%;
        float: none
    }
    #sidebar {
        margin-left: 0;
        margin-bottom: 60px
    }
}

@media screen and (max-width:600px) {
    .post-title {
        position: relative;
        font-size: 25px;
		color: #2c2e35;
		left: 0;
		top: 0;
		padding: 15px;
    }
}

/* Post */

.single .post-content {
	margin: 50px 0px;
}

/* Comments */

#comments, #reply-title {
	display: none;
}

.commentlist .comment, .commentlist .pingback {
	list-style: none;
	margin: 20px 0px;
	border: 1px solid #333;
	border-radius: 6px;
	padding: 20px;
}

.commentlist .comment .fn, .commentlist .pingback .fn, .commentlist .comment .says, .commentlist .pingback .says {
	font-size: 16px;
}

.commentlist .commentmetadata {
	margin-bottom: 40px;
	font-size: 16px;
}

.commentlist .vcard img {
	vertical-align: middle;
}

.commentlist .comment-body p {
	font-size: 20px;
	font-family: Arial;
	margin: 15px 0px;
}

/* 404 */

.section-404 {
    margin: 200px 0px;
}

.section-404 h1, .section-404 form {
    text-align: center;
}

.section-404 .screen-reader-text {
	display: none;
}

.section-404 #s {
	min-width: 50%;
	padding: 10px;
	border-radius: 4px;
}

/* Search */

.search article {
	margin: 100px 0px;
}

/* Home */

.home-category {
	padding: 100px 0px;
}

.home-category:nth-child(odd) {
	background: #edeef0;
}

.home-category .data {
	width: 60%;
	float: left;
}

.home-category .data h2 {
	margin-bottom: 40px;
}

.home-category .data h2 a {
	font-family: 'HusqvarnaGothic Bold';
	font-size: 50px;
	text-transform: uppercase;
}

.home-category .data .data-category {
	display: block;
	width: 45%;
	float: left;
}

.home-category .data .data-category span {
	display: block;
	font-size: 38px;
	max-width: 270px;
	color: #2c2e35;
}

.home-category .data .data-category span:after {
	content: ' ';
	width: 52%;
	border-bottom: 4px solid #FF4A31;
	display: block;
	padding-top: 8px;
}

.home-category .data .data-posts {
	display: block;
	float: left;
	width: 40%;
	padding-left: 3%;
	border-left: 1px solid #2c2e35;
}

.home-category .data .data-posts a {
	display: inline-block;
	margin: 5px 0px;
	font-size: 20px;
	line-height: 1;
	font-family: "HusqvarnaGothic Light";
}

.home-category .data .data-posts a:before {
	content: '- ';
}

.home-category .home-sale {
	width: 38%;
	margin-left: 2%;
	float: left;
}

.home-subscription {
	background: url('https://tudohusqvarna.com/blog/wp-content/themes/husqvarna/img/subscription-bg.jpg');
	background-size: cover;
	padding: 100px 0px;
}

.home-subscription h2 {
	color: #ffffff;
	font-size: 50px;
	text-transform: uppercase;
}

.home-subscription p {
	color: #ffffff;
	font-size: 38px;
}

.home-last-posts h1, .home-last-posts h2 {
	text-align: center;
}

.home-last-posts > .wrapper > h1 + h2 {
	margin-bottom: 115px;
}

.home-last-posts .list-post-title {
	text-align: left;
}

@media screen and (max-width: 1200px) {
	.home-last-posts > .wrapper > h1 + h2 {
		margin: 0px;
	}

    .home-last-posts .list-post-title {
		text-align: center;
    }
}

@media screen and (max-width: 1100px) {
	.home-category .data {
		width: 100%;
		float: none;
		overflow: auto;
	}

	.home-category .home-sale {
	    width: 100%;
	    margin-left: 0%;
	    float: none;
		margin-top: 30px;
	}
}

@media screen and (max-width: 750px) {
	.home-category .data h2 {
		margin-bottom: 20px;
	}

	.home-category .data h2 a {
		display: block;
		text-align: center;
		font-size: 30px;
	}

	.home-category .data .data-category {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}

	.home-category .data .data-category span {
		max-width: 100%;
		text-align: center;
	}

	.home-category .data .data-category span:after {
		margin: 0 auto;
	}

	.home-category .data .data-category .button-2 {
		width: 100%;
		text-align: center;
	}

	.home-category .data .data-posts {
		float: none;
		width: 100%;
		margin-top: 30px;
		padding: 0px;
		border: 0px;
	}
}

/* Category */

.category-subcategories {
}

.category-subcategory {
	padding: 100px 0px;
}

.category-subcategory:nth-child(even) {
	background: #edeef0;
}

.category-subcategory article {
	margin: 50px 0px;
}

.category-subcategory h2 {
	font-size: 50px;
	margin-bottom: 60px;
	color: #2c2e35;
	text-transform: uppercase;
}

.category-subcategory h3 {
	font-size: 38px;
	color: #2c2e35;
}

.category-subcategory h3 a {
	font-family: "HusqvarnaGothic Bold";
}

.category-subcategory h3:after {
	content: ' ';
	width: 5%;
	border-bottom: 4px solid #FF4A31;
	display: block;
	padding-top: 8px;
}

.category-subcategory p {
	font-size: 28px;
	color: #2c2e35;
}

.category-subcategory .button-2 {
	margin: 0px;
}

.bottom-text {
	padding: 80px 0px;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.category-subcategory h2 {
		font-size: 30px;
	}

	.category-subcategory h3::after {
		width: 25%;
	}
}

/* Elementor */

.elementor-page #primary .wrapper {
	width: 100%;
	margin: 0;
}

.elementor-page .post-breadcrumbs {
	width: 84%;
	margin: 15px auto;
}

@media screen and (max-width:600px) {
    .elementor-page .post-breadcrumbs {
    	text-align: center;
    }
}

/* MailerLite */

.ml-form-embedSubmitLoad {display: inline-block; width: 20px; height: 20px; } .ml-form-embedSubmitLoad:after {content: " "; display: block; width: 11px; height: 11px; margin: 1px; border-radius: 50%; border: 4px solid #fff; border-color: #ffffff #ffffff #ffffff transparent; animation: ml-form-embedSubmitLoad 1.2s linear infinite; } @keyframes ml-form-embedSubmitLoad {0% {transform: rotate(0deg); } 100% {transform: rotate(360deg); } } #mlb2-1583248.ml-form-embedContainer {box-sizing: border-box; display: table; height: 99.99%; margin: 0 auto; position: static; width: 100% !important; } #mlb2-1583248.ml-form-embedContainer h4, #mlb2-1583248.ml-form-embedContainer p, #mlb2-1583248.ml-form-embedContainer span, #mlb2-1583248.ml-form-embedContainer button {text-transform: none !important; letter-spacing: normal !important; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper {background-color: #f6f6f6; border-width: 0px; border-color: transparent; border-radius: 4px; border-style: solid; box-sizing: border-box; display: inline-block !important; margin: 0; padding: 0; position: relative; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper.embedPopup, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 100%; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 100%; width: 100%; } #mlb2-1583248.ml-form-embedContainer .ml-form-align-left { text-align: left; } #mlb2-1583248.ml-form-embedContainer .ml-form-align-center { text-align: center; } #mlb2-1583248.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; } #mlb2-1583248.ml-form-embedContainer .ml-form-align-right { text-align: right; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {border-top-left-radius: 4px; border-top-right-radius: 4px; height: auto; margin: 0 auto !important; max-width: 100%; width: undefinedpx; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {padding: 20px 20px 0 20px; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {padding-bottom: 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {margin: 0 0 20px 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {color: #444; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 30px; font-weight: 400; margin: 0 0 10px 0; text-align: left; word-break: break-word; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {color: #444; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 400; line-height: 20px; margin: 0 0 10px 0; text-align: left; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {color: #444; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {color: #000000; text-decoration: underline; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {margin: 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {margin: 0; width: 100%; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {margin: 0 0 20px 0; width: 100%; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {float: left; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {margin: 0; padding: 0 0 20px 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {margin: 0 0 10px 0; width: 100%; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {margin: 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {margin: 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {background-color: #ffffff !important; color: #333333 !important; border-color: #cccccc !important; border-radius: 4px !important; border-style: solid !important; border-width: 1px !important; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px !important; height: 40px; line-height: 20px !important; margin-bottom: 0; margin-top: 0; margin-left: 0; margin-right: 0; padding: 10px 10px !important; width: 100% !important; box-sizing: border-box !important; max-width: 100% !important; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {height: 42px; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 70%; float: left; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal { width: 30%; float: left; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields { box-sizing: border-box; float: left; padding-right: 10px;  } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {background-color: #ffffff; color: #333333; border-color: #cccccc; border-radius: 4px; border-style: solid; border-width: 1px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; margin-bottom: 0; margin-top: 0; padding: 10px 10px; width: 100%; box-sizing: border-box; overflow-y: initial; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {background-color: #045c7e !important; border-color: #045c7e; border-style: solid; border-width: 1px; border-radius: 4px; box-shadow: none; color: #ffffff !important; cursor: pointer; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 14px !important; font-weight: 700; line-height: 20px; margin: 0 !important; padding: 10px !important; width: 100%; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {background-color: #333333 !important; border-color: #333333 !important; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {display: inline-block; float: left; margin: 1px 0 0 0; left: 0; top: 0; opacity: 1; visibility: visible; appearance: checkbox !important; -moz-appearance: checkbox !important; -webkit-appearance: checkbox !important; position: relative; height: 14px; width: 14px; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {color: #444; display: block; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 13px; text-align: left; padding-left: 25px; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {font-weight: normal; margin: 0; padding: 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {color: #444; text-decoration: underline; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {color: #444 !important; font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; font-size: 13px !important; font-weight: normal !important; line-height: 19px !important; padding: 0 !important; margin: 0 5px 0 0 !important; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {margin: 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {margin: 0 0 20px 0; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {background-color: #045c7e !important; border: none !important; border-radius: 4px !important; box-shadow: none !important; color: #ffffff !important; cursor: pointer; font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; font-size: 14px !important; font-weight: 700 !important; line-height: 20px !important; height: 40px; padding: 10px !important; width: 100% !important; box-sizing: border-box !important; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {display: none; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {background-color: #333333 !important; } .ml-subscribe-close {width: 30px; height: 30px; background: url(https://bucket.mlcdn.com/images/default/modal_close.png) no-repeat; background-size: 30px; cursor: pointer; margin-top: -10px; margin-right: -10px; position: absolute; top: 0; right: 0; } .ml-error input {background: url(https://bucket.mlcdn.com/images/default/error-icon.png) 98% center no-repeat #ffffff !important; background-size: 24px 24px !important; } .ml-error .label-description {color: #ff0000 !important; } .ml-error .label-description p, .ml-error .label-description p a {color: #ff0000 !important; } #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p, #mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {color: #ff0000 !important; } @media only screen and (max-width: 400px){.ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup { width: 100%!important; } .ml-form-formContent.horozintalForm { float: left!important; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow { height: auto!important; width: 100%!important; float: left!important; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal { width: 100%!important; } .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div { padding-right: 0px!important; padding-bottom: 10px; } .ml-form-formContent.horozintalForm .ml-button-horizontal { width: 100%!important; } }

#mlb2-1583248.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 100%;
}
