/*
	---------------------------------------
	Last Updated: 02-Nov-17
	---------------------------------------
*/
input html, html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.4;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-color: #fff;
	color: #333;
	outline-style: none;
	-webkit-font-smoothing: auto;
}
a, a:visited { color: #3b65a7; text-decoration: none; }
a:hover, a:focus, a:visited:hover, a:visited:focus { color: #039146; text-decoration: underline;}

::-moz-selection {background:#039146; color:#FFF;}
::-webkit-selection {background:#039146; color:#FFF;}
::selection {background:#039146; color:#FFF;}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 { font-size: 22px; 
	margin-bottom: 20px;
}

article.hentry .post-meta h2 {
	display: block;
	height: auto;
	line-height: 100%;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: initial;
	text-transform: initial;
}
label {
	background-color: transparent;
}
.header { background-color: transparent; }

.sidebar { margin: 0; }

.wrapper {
	padding: 0px;
	height: auto;
	max-width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
.content {
	width: 1000px;
	margin: 0 auto;
}

.alignright { float: right; margin-left: 5px; }
.alignleft { float: left; margin-right: 10px !important; }
.aligncenter { margin: 0 auto; }

/* INDEX POST */

#post-entry .post-content .readmore a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4284b0;
	font-weight: normal;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#post-entry .post-content .alignleft { margin: 5px 10px 0 0; }

.blog article footer, .archive article footer  { display: none; }

#content { margin-top: 0; }

.adsense { text-align: center; margin: 10px 0; }

/*
	---------------------------------------
				FLOAT LABELS STYLES
	---------------------------------------
*/
.float-label .control { position: relative; }

.float-label input,
.float-label select,
.float-label textarea {
	background: #fff;
	display: block;
	outline: 0;
	resize: none;
	padding: 4px 8px 4px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #555;
	border-radius: 3px;
	margin: 0 auto 5px;
}
/*.float-label input:valid,*/
.float-label input:not(:placeholder-shown),
.float-label select:valid,
.float-label textarea:valid {
	padding: 10px 5px 0px 8px;
}
.float-label label,
.float-label textarea + label {
	position: absolute;
	top: -20px;
	transition: top 0.7s ease;
	opacity: 0;
	font-size: 12px;
	font-weight: 600;
	color: #039146;
	left: 24px;
	pointer-events: none;
}
.float-label input:not(:placeholder-shown) ~ label,
.float-label select:valid ~ label,
.float-label textarea:valid ~ label {
	opacity: 1;
	top: 0;
	left: 8px;
	transition: opacity, top 0.7s ease;
	background: transparent;
}
label.no-float {
	position: relative;
	opacity: 1;
	top: initial;
	font-size: initial;
	font-weight: initial;
	color: initial;
	left: initial;
}



/*
	---------------------------------------
				HEADER STYLES
	---------------------------------------
	All stiles that stay on the quote form

*/

/* - Top header - */
.logo-site {
	position: absolute;
	margin: 11px 0 0 0px;
	width: 212px;
	height: 65px;
	background: url(https://cloud.mymovingreviews.com/images/logo-my-moving-reviews.svg) 0px 0px no-repeat;
}
.logo-site:hover {
	-webkit-box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
	box-shadow: 0px 0px 10px #888888;
	border-radius: 9px;
}

/* Top Menu with localization */
#topmenus { color: #555; float: right; padding-top: 7px; }
#topmenus a, #topmenus .loc_dropdown_show { text-decoration: none; }
#topmenus a:hover, #topmenus .loc_dropdown_show:hover { text-decoration: underline; }

.loc_dropdown_show { position: relative; cursor: pointer; color: #4284b0; }
ul.loc_dropdown {
	list-style: none;
	position: absolute;
	right: 0;
	margin: 6px 0;
	padding: 4px 0;
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
	border-radius: 2px;
	width: 140px;
	display: none;
	z-index: 99;
}
ul.loc_dropdown > li { padding: 8px 20px; cursor: pointer; color: #3b65a7; }
ul.loc_dropdown > li:hover { background: #eee; }
ul.loc_dropdown:before {
	content: ''; position: absolute;
	right: 12px; top: -10px;
	margin-left: -10px;
	width: 0; height: 0;
	border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff;
	-webkit-filter: drop-shadow(0 0 0 #b7b7b7); filter: drop-shadow(0 0 0 #b7b7b7);
	box-shadow: 0 0 0 #b7b7b7\9; -webkit-filter: drop-shadow(0 0 0 #999);
	filter: drop-shadow(0 0 0 #999); box-shadow: 0 0 0 #999\9;
}

/* Top Searchbar */
#headersearch {
	padding-top: 40px;
	padding-bottom: 16px;
	padding-left: 550px;
	min-height: 29px;
}
#headersearchform {
	padding: 0;
	margin: 0;
	height: 29px;
	background: none;
	text-align: left;
}
#headersearchinput {
	line-height: 29px;
	height: 29px;
	width: 325px;
	padding: 0;
	margin: 0;
	border-left: none;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-right: none;
	outline-style: none;
	background-color: #fff;
	border-radius: 0;
}
#headersearch td { vertical-align: top; }

/* Main site navigation */
.navbar-bg { background-color: #039146; min-height: 31px; }
#navbar {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-weight: bold;
	width: auto;
	min-height: 31px;
	float: right;
}
#navbar li { list-style: none; }
#navbar > li:last-child { border-right: 0; }
#navbar #current { background-color: #fff; color: #030; }
#navbar #current a { color: #030; }
#navbar a {
	float: left;
	margin: 0;
	text-decoration: none;
	display: block;
	padding: 4px 9px 2px;
	color: #FFF;
	height: 31px;
	font-weight: normal;
	font-size: 17px;
}
#navbar > li {
	list-style: none;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin-left: -1px;
}
#navbar > li:first-child { border-left: none; }
#navbar > li > ul {
	display: none;
	width: 10em;
	background-color: #FFFFFF;
}
#navbar > li > ul > li { width: 100%; }
#navbar > li > ul > li > a { width: 100%; }
#navbar li:hover a {
	color: #030;
	background: #fff;
	border-left: none;
	border-right: none;
}
#navbar > li:hover > ul {
	display: block;
	position: absolute;
	margin: 31px 0 0 -1px;
	padding: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0 0 2px 2px;
	z-index: 10000;
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
	width: 212px;
	background: #fff;
}
#navbar li li a:hover {
	background-color: #eee;
	color: #003300;
}


/*
	---------------------------------------
				QUOTE FORM STYLES
	---------------------------------------
	Styles related with the quote form
	(iframe) in the header.

*/

	/* Type ahead */
	.typeahead.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
	}
	.typeahead.dropdown-menu > li > a {
		display: block; padding: 3px 20px; clear: both; font-weight: normal;
		line-height: 1.42857143; color: #333; white-space: nowrap; text-decoration: none; }
	.typeahead.dropdown-menu > li.active > a,
	.typeahead.dropdown-menu > li.active > a:hover,
	.typeahead.dropdown-menu > li.active > a:focus {
		color: #fff; text-decoration: none; outline: 0; background: #039146; }

.article-quote-wrapper {
	background: url(https://cloud.mymovingreviews.com/images/quotes/article-quote-bg.jpg) no-repeat center #fff;
	height: 250px;
}
.article-quote-wrapper input,
.article-quote-wrapper textarea,
.article-quote-wrapper select { background-color: #fff; margin-bottom: 8px; }
.article-quote {
	background: #fff;
	background: url(https://www.mymovingreviews.com/images/background-tr-1.png);
	position: relative;
	width: 970px;
	height: 169px;
	margin: 0 auto;
	top: 40px;
	padding: 40px;
	box-shadow: 0 0 5px 1px #555;
	box-sizing: border-box;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	z-index: 4;
}
.article-quote-title {
	font-size: 29px;
	font-weight: bold;
	color: #555;
	line-height: 1;
	margin: 0 0 20px;
}
.article-quote-call-to-action { display: none; }

.article-quote-iframe-wrap #from_postal_code {
    background: url(/quote/external-steps/article-top/img/step1-sprite.png) no-repeat scroll 0px 8px #fff;
    background-size: 30px 127px;
    padding: 0 0 0 25px;
}

.article-quote-iframe-wrap.fixed {
	background: #fefefe url(https://cloud.mymovingreviews.com/images/greyzz.gif);
	position: fixed;
	width: 100%;
	height: 96px;
	left: 0;
	top: 0;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 5px 0px #999;
	box-sizing: border-box;
	-webkit-transition: padding 300ms linear;
	-mox-transition: padding 300ms linear;
	transition: padding 300ms linear;
	z-index: 4;
}

.article-quote-iframe-wrap.fixed .article-quote-call-to-action {
	display: block;
	font-size: 15px;
	padding: 0 0 0px;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	color: #DD6700;
}

.article-quote-iframe-wrap.fixed iframe, 
.article-quote-iframe-wrap.fixed .article-quote-call-to-action {
	width: 1000px;
	display: block;
	margin: 0 auto;
}
.article-quote-iframe-wrap.fixed .form-wrapper { max-width: 1000px; margin: 0 auto; }

.article-quote-iframe-wrap.fixed .close_article {
    display: block;
}

.close_article {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 35px;
    display: none;
    cursor: pointer;
}

.article-quote-iframe-wrap .cust-group { margin-bottom: 8px !important; }
.article-quote-iframe-wrap .cust-btn {
	width: 100%;
	background-color: #f27208;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	line-height: 1;
	border: 1px solid #c36427;
	border-radius: 3px;
}
.article-quote-iframe-wrap .cust-btn:hover { background-color: #DD6700; }

.article-quote-iframe-wrap .cust-btn {
    -webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.1,.1,.1,5);
}

.article-quote-iframe-wrap .form-control {
	border: 1px solid #555;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 8px;
	height: 40px;
	line-height: 1;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
	transition: background 0s ease;
	font-size: 18px;
}
.article-quote-iframe-wrap .form-control:hover {
	box-shadow: 0 0 5px 1px #67B233; border: 1px solid #67B233; }
.article-quote-iframe-wrap .form-control:active,
.article-quote-iframe-wrap .form-control:focus {
	box-shadow: 0 0 5px 1px #67B233;
	border: 1px solid #67B233;
	outline: none;
}

.article-quote-iframe-wrap #to_state,
.article-quote-iframe-wrap #to_admin1 {
	background: url(/quote/external-steps/article-top/img/step1-sprite.png) no-repeat scroll 0px -26px #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px 0 0 3px;
	padding: 0 0 0 25px;
	color: #777;
	background-size: 30px 127px;
}
.article-quote-iframe-wrap .float-label #from_zip:valid {
	background: url(/quote/external-steps/article-top/img/step1-sprite.png) no-repeat scroll 0px -62px #fff;
	background-size: 30px 127px;
}
.article-quote-iframe-wrap .float-label #to_state:valid {
	background: url(/quote/external-steps/article-top/img/step1-sprite.png) no-repeat scroll 0px -96px #fff;
	background-size: 30px 127px;
}
.article-quote-iframe-wrap #from_zip, .article-quote-iframe-wrap #from_postcode {
	background: url(/quote/external-steps/article-top/img/step1-sprite.png) no-repeat scroll 0px 8px #fff;
	padding: 0 0 0 25px;
	background-size: 30px 127px;
}
.article-quote-iframe-wrap .float-label #to_state:valid,
.article-quote-iframe-wrap .float-label #from_zip:valid {
	padding: 15px 5px 5px 25px; }
.article-quote-iframe-wrap .float-label #to_city:valid { 
	padding: 15px 5px 5px 8px; }

.article-quote-iframe-wrap .float-label #to_state:valid + label,
.article-quote-iframe-wrap .float-label #from_zip:valid + label,
.article-quote-iframe-wrap .float-label #to_city:valid + label {
	opacity: 1;
	top: 23px;
	left: 26px;
    background: none;
}
.article-quote-iframe-wrap .float-label #to_state + label,
.article-quote-iframe-wrap .float-label #from_zip + label,
.article-quote-iframe-wrap .float-label #to_city + label {
	position: absolute;
	top: 30px;
	transition: top 0.7s ease, opacity 0.7s ease;
	opacity: 0;
	font-size: 12px;
	font-weight: 600;
	color: #039146;
	left: 26px;
	pointer-events: none;
}
	/* Fix due to typeahead */
.float-label #to_city:valid ~ label {
	opacity: 1;
	top: 3px;
	left: 9px;
	position: absolute;
	font-size: 12px;
	font-weight: 600;
	color: #039146;
}
.article-quote-iframe-wrap .float-label #to_state:valid + label,
.article-quote-iframe-wrap .float-label #from_zip:valid + label,
.article-quote-iframe-wrap .float-label #to_city:valid + label {
	opacity: 1; top: 3px; left: 26px; }


.article-quote-iframe-wrap .float-label #to_city:valid ~ label { left: 9px; }

.article-quote-iframe-wrap .arrow-down {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #555;
	position: absolute;
	right: 8px;
	top: 20px;
	z-index: 2;
	pointer-events: none;
}
.article-quote-iframe-wrap #to_city {
	border-radius: 0 3px 3px 0;
	border-left: none;: 
}
.article-quote-iframe-wrap .control.uk-control > #to_city {
	border-radius: 3px;
	border-left: 1px solid;
}
.article-quote-iframe-wrap .form-horizontal { padding: 4px 0 0 5px; }
.article-quote-iframe-wrap .typeahead.dropdown-menu {
	left: 5px !important;
	right: 5px !important;
}

.article-quote-iframe-wrap .icon-to { font-size: 22px; color: #555; height: 45px; line-height: 38px; }
.article-quote-iframe-wrap #from-city { text-align: left; }

.article-quote-iframe-wrap .row { margin-left: -5px; margin-right: -5px; }
.article-quote-iframe-wrap .row:before, .article-quote-iframe-wrap .row:after { content: " "; display: table; }

.article-quote-iframe-wrap .col-xs-3.control:nth-of-type(2),
.article-quote-iframe-wrap .col-xs-3.control:nth-of-type(3) {
    padding: 0;
}

.article-quote-iframe-wrap .col-xs-1,
.article-quote-iframe-wrap .col-xs-2,
.article-quote-iframe-wrap .col-xs-3,
.article-quote-iframe-wrap .col-xs-4,
.article-quote-iframe-wrap .col-xs-5,
.article-quote-iframe-wrap .col-xs-6,
.article-quote-iframe-wrap .col-xs-10,
.article-quote-iframe-wrap .col-xs-12 { float: left; position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px; }
.article-quote-iframe-wrap .col-xs-1 { width: 8.33333333%; }
.article-quote-iframe-wrap .col-xs-2 { width: 16.66666667%; }
.article-quote-iframe-wrap .col-xs-3 { width: 25%; }
.article-quote-iframe-wrap .col-xs-4 {  }
.article-quote-iframe-wrap .col-xs-5 { width: 41.66666667%; }
.article-quote-iframe-wrap .col-xs-6 { width: 50%; }
.article-quote-iframe-wrap .col-xs-10 { width: 83.33333333%; }
.article-quote-iframe-wrap .col-xs-12 { width: 100%; }


.article-quote-iframe-wrap.form_gb .float-label input:valid ~ label { left: 13px !important; }
.article-quote-iframe-wrap.form_au .float-label #to_city:valid ~ label,
.article-quote-iframe-wrap.form_ca .float-label #to_city:valid ~ label { left: 9px; }
.article-quote-iframe-wrap.form_au .float-label input#from_postcode:valid ~ label,
.article-quote-iframe-wrap.form_au .float-label select:valid ~ label { left: 26px !important; }
.article-quote-iframe-wrap.form_ca .float-label input#from_postcode:valid ~ label,
.article-quote-iframe-wrap.form_ca .float-label select:valid ~ label { left: 26px !important; }
.article-quote-iframe-wrap.form_gb .col-xs-1 { text-align: center; }


.article-quote-iframe-wrap.form_int #from_country,
.article-quote-iframe-wrap.form_int #to_country {
	border-radius: 3px 0 0 3px;
}

.article-quote-iframe-wrap #from_admin1_container,
.article-quote-iframe-wrap #to_admin1_container { display: none; float: left; }

.article-quote-iframe-wrap.form_int #from_city,
.article-quote-iframe-wrap.form_int #to_city {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-left: 0;
}
.article-quote-iframe-wrap.form_int .col-xs-6 {
	padding: 0;
	margin: 0;
}

.article-quote-iframe-wrap.form_vihecle .col-xs-1 { text-align: center; }
.article-quote-iframe-wrap.form_vihecle .col-xs-3.control:nth-of-type(3),
.article-quote-iframe-wrap.form_vihecle .col-xs-3.control:nth-of-type(4) {
	padding: 0;
}

/*
	---------------------------------------
				BLOG MENU STYLES
	---------------------------------------
	The menu under the quote form in order
	to navigate blog categories and pages.

*/

#blog-navigation {
	padding: 0px;
	clear: both;
	height: auto;
	width: auto;
	display: block;
	margin: 0px;
	margin-top: 0px;
	background-color: #555;
	min-height: 31px;
}

#blog-navigation .dropmenu {
	list-style-type: none;
	display: block;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#blog-navigation .dropmenu li {
	list-style-type: none;
	text-align: center;
	width: auto;
	display: inline-block;
	float: left;
	height: auto;
	list-style-image: none;
	margin: 0px 8px 0 0;
	padding: 0;
}

#blog-navigation .dropmenu li a {
	list-style-type: none;
	display: block;
	width: auto;
	text-decoration: none;
	height: auto;
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 8px;
	text-shadow: 0px 1px 1px #555;
}

#blog-navigation .dropmenu li li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 320px;
	text-align: left;
	background-image: none;
}

#blog-navigation .dropmenu ul {
	display: none;
	position: absolute;
	width: 320px;
	z-index: 1000;
	margin: 0px;
	background-color: #555;
	padding: 0;
}
#blog-navigation .dropmenu li:last-child { margin: 0; }

#blog-navigation .dropmenu li:hover ul { display: block; }
#blog-navigation .dropmenu li a:hover ul { display: block; }

#blog-navigation .dropmenu li a:hover {
	border: 0px none;
	background-color: #039146;
}

/* .breadcrumbs-wrap.wrapper { max-width: 978px; } */
#breadcrumbs {
	clear: both;
	height: auto;
	width: 100%;
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 10px 0;
}
#breadcrumbs a { color: #333; }

/*
	---------------------------------------
				MAIN PAGE STYLES
	---------------------------------------
	The basic style for the index page,
	internal pages and posts.

*/
#content {
	padding: 0px;
	clear: both;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #ccc;
	box-shadow: 0 0 13px -1px #ccc;
	position: relative;
	z-index: 2;
}

#inner-content { width: 100%; background: #fff; padding: 10px; }

article.index-post,
article.category-post {
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 5px;
	border: 0px;
}
article.index-post a.excerpt-read-more,
article.category-post a.excerpt-read-more {
	margin-top: 5px;
	text-transform: uppercase;
}
article.index-post .readmore-wrap a.excerpt-read-more,
article.category-post .readmore-wrap a.excerpt-read-more  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4284b0;
	font-weight: normal;
	padding: 3px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article.index-post .readmore-wrap,
article.category-post .readmore-wrap {
	text-align: right;
	margin-top: 5px;
	text-transform: uppercase;
}
article.index-post p,
article.category-post p { margin: 0; }

article.index-post .entry-content,
article.category-post .entry-content { padding: 0; }

article.index-post header,
article.category-post header  {
	clear: both;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
}
article.index-post .alignleft,
article.category-post .alignleft {
	border-radius: 8px;
	margin: 5px 10px 0 0;
}

article .byline { font-style: normal; }
/*
	---------------------------------------
				SIDEBAR STYLES
	---------------------------------------
	The basic style for the index page,
	internal pages and posts.

*/

.widget {
	display: block;
	margin: 0 0 10px 0;
	padding: 0px;
	border: 1px solid #EFEFEF;
	-moz-border-radius: 10px;
	border-radius: 5px;
	text-shadow: 0px 1px 1px #fff;
}
.widgettitle { 
	list-style-image: none;
	list-style-type: none;
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #EFEFEF;
	font-weight: bold;
	padding: 5px 8px;
	background-color: #999;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	text-shadow: 0px 1px 1px #555;
	font-size: 14px;
	margin: 0;
}
.widget select, .widget select, .widget select, .widget select {
	font-weight: normal;
	width: 96%;
	background-color: #fff;
	border: 1px solid #DFDFDF;
	color: #555;
	margin: 10px auto;
	clear: both;
	height: auto;
	display: block;
	font-size: 12px;
	line-height: inherit;
	padding: 5px;
}

/* - Categories - */
.widget_categories label { display: none; }

/* - Text Widget - */
.textwidget { padding: 0 10px; }
.textwidget ul li {
	line-height: 20px;
	list-style-type: none;
	display: block;
	margin: 0px;
	clear: both;
	background: url(https://cloud.mymovingreviews.com/images/icons.png) -0px -558px no-repeat;
	list-style-image: none;
	padding: 0 0 0 11px;
}
#text-2.widget ul { padding: 0; }

/* - Phone - */
.phone-call-wrap {
	margin: auto;
	width: 100%;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	padding: 7px;
	margin: 0 auto 8px;
}
.phone-call-wrap h2, .phone-call-wrap h3 {
	margin: 0;
	font-weight: normal;
}
.phone-call-wrap h2 {
	color: #039146;
	font-weight: normal !important;
}
.phone-call-wrap a {
	text-decoration: none !important;
	color: inherit;
}
.phone-call-wrap .tel {
	color: #f27208;
	font-size: 28px;
}
.phone-call-wrap .tel a:hover, .phone-call-wrap .tel a:focus,
.phone-call-wrap .tel a:visited { color: #f27208; }
.phone-call-wrap .tel span {
	display: inline-block;
	padding-bottom: 4px;
}
.phone-call-img {
	width: 30px;
	position: relative;
	top: 5px;
	left: 3px;
}
.calc-my-move {
	background-color: #f27208;
	border: 1px solid #ce5e02;
	border-radius: 3px;
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.available {
	color: #039146;
	font-size: 14px;
	text-align: center;
}

/* - Hot Topics - */
.hottopics_widget div {
	margin: 0px;
	border: 1px solid #efefef;
	padding: 5px 8px;
}


/*
	---------------------------------------
				FOOTER STYLES
	---------------------------------------
	The basic style for the footer.

*/

footer.footer { color: #333; background-color: #fff; }
#inner-footer {
	margin: 0 auto;
	border-top: 6px solid #9EC630;
	background: url(https://cloud.mymovingreviews.com/images/shadow-bottom.png) no-repeat top center;
	padding: 0;
	min-height: 50px;
	max-width: 1000px;
}

.footer-half.left { float: left; text-align: left; }
.footer-half.right { float: right; text-align: right; }

#upprev_box div.upprev_thumbnail h5 {
	text-transform: none;
	line-height: initial;
	letter-spacing: initial;
}

.hentry footer { padding: 1.5em 0; }

/*
	---------------------------------------
				SINGLE STYLES
	---------------------------------------
	Default page template.

*/
.wp-caption {
	background-color: transparent;
	border: 1px solid #d5d5d5;
}

.post_author_avatar {
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.post_author_avatar img {
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
}
.post_author_author {
	display: block;
}
.single-default h1, .type-page h1 {
	display: block;
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	color: #555;
}
.type-page h1 { margin: 0; }

.single-default .hentry, .type-page.hentry { border-radius: 0; border: 0px; margin: 0; }
.single-default .hentry header,  .type-page.hentry header { padding: 0; margin-bottom: 10px; }

.single-default article, article.type-page {
	padding: 10px;
	clear: both;
	height: auto;
	width: auto;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	border-radius: 5px;
}

.single-default section, .type-page section { padding: 0; font-size: 16px; }

.as-seen-in { margin: 20px 0; }
.as-seen-in img { width: 100%; }

h2 {
	display: block;
	height: auto;
	line-height: 100%;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-weight: normal;
}

.sponsored-in-article-text iframe { height: 85px !important; }

footer.author_bio_section { display: none; }

/*
	---------------------------------------
				PAGE STYLES
	---------------------------------------
	Default page template.

*/

.type-page .post-meta { padding: 10px; border-radius: 5px; margin-bottom: 10px; }
.type-page .post-meta img.avatar { margin: 0; }
.type-page #author-avatar { padding: 10px; background-color: #fff; border: 1px solid #e7e7e7; margin: 5px 10px 0 0; }

/*
	---------------------------------------
				COMMENT STYLES
	---------------------------------------
	Default page template.

*/
.comment { border-radius: 5px; border: 1px solid #ccc; margin-bottom: 10px; padding: 10px; }
.comment-respond { padding: 0; margin-top: 10px; }
.comment > article { background-color: transparent; }

p.comment-form-url { display: none; }
p.comment-form-comment { width: 50%; float: left; }

p.comment-form-comment { width: 49%; float: left; margin: 0 5px 0 0; }
p.comment-form-author, p.comment-form-email { width: 49%; float: right; margin: 0; }
p.comment-form-author { margin: 0 0 20px 0; }

p.comment-form-comment textarea { margin: 0; }
p.comment-form-author input, p.comment-form-email input { margin: 0; width: 100%; max-width: 100%; }
p.comment-form-cookies-consent:before {clear: both;display: block;content: '';}

p.form-submit { width: 100%; display: block; clear: both; zoom: 1; padding: 10px 0; }
p.form-submit:before { content: ""; display: table; }
p.form-submit:after { content: ''; clear: both; display: table; }

.comment-reply-link, .comment-reply-link:hover,
#submit, #submit:hover { background-color: #039146; }

/*
	---------------------------------------
				SOCIAL STYLES
	---------------------------------------
	Default page template.

*/
@font-face {
	font-family: 'si';
	src: url('https://www.mymovingreviews.com/css/fonts/socicon/socicon.eot');
	src: url('https://www.mymovingreviews.com/css/fonts/socicon/socicon.eot?#iefix') format('embedded-opentype'),
		 url('https://www.mymovingreviews.com/css/fonts/socicon/socicon.woff') format('woff'),
		 url('https://www.mymovingreviews.com/css/fonts/socicon/socicon.ttf') format('truetype'),
		 url('https://www.mymovingreviews.com/css/fonts/socicon/socicon.svg#icomoonregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family:si;
		src: url(https://www.mymovingreviews.com/css/fonts/socicon/socicon.svg) format(svg);
	}
}
.soc { margin:0; padding:0; list-style:none; }
.soc li { zoom:1; }
.soc li a {
	font-family:si!important;
	font-style:normal;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	text-decoration:none !important;
	text-align:center;
	display:block;
	position: relative;
	width: 90px;
	height: 45px;
	line-height: 45px;
	font-size: 25px;
	margin-right: 10px;
	color: #ffffff;
	background-color: none;
}
.soc-icon-last{ margin:0 !important; }

.soc-twitter { background-color: #4da7de; }
.soc-twitter:hover { background-color: #2795e9; }
.soc-twitter:before { content:'a'; }

.soc-facebook { background-color: #3e5b98; }
.soc-facebook:hover { background-color: #2d4373; }
.soc-facebook:before { content:'b'; }

.soc-google { background-color: #d93e2d; }
.soc-google:hover { background-color: #c23321; }
.soc-google:before { content:'c'; }

.soc-pinterest { background-color: #c92619; }
.soc-pinterest:before { content:'d'; }

.soc-linkedin { background-color: #3371b7; }
.soc-linkedin:before { content:'j'; }

.soc-rss { background-color: #f26109; }
.soc-rss:before { content:','; }

.social-buttons-wrap {
	float: left;
	position: relative;
	z-index: -1;
}
.soc {
	position: absolute;
	left: -70px;
	top: 210px;
}
.soc.fixed {
	position: fixed;
	top: 210px;
	left: inherit;
	margin: 0px -70px;
}
.soc li a {
	left: 0;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
	position: relative;
}
.soc li a:hover {
	left: -15px;
	box-shadow: 0 0 5px 0px #555;
	z-index: 1;
}


/*
	---------------------------------------
				ARCHIVE STYLES
	---------------------------------------
	Default archive template.

*/
.taxonomy-description { margin-bottom: 10px; }
.taxonomy-description p { margin: 0; }
.taxonomy-description img {
	float: left;
	margin: 0 8px 4px 0;
}

.category h1, .tag h1 {
	font-size: 21px;
	line-height: 1;
	margin: 0 0 13px;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus { color: #fff; }

/*
	---------------------------------------
				AUTHOR ARCHIVE
	---------------------------------------
	Author bio/archive page.

*/
#author-bio {
	padding: 10px;
	border-radius: 5px;
	background: #f2f7fc;
	margin-bottom: 10px;
}
#author-bio h1 {
	display: block;
	margin: 0px;
	padding: 0 0 5px 0;
	clear: both;
	height: auto;
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	color: #333;
}

#author-bio .author_img {
	background: #fff;
	display: inline-block;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 10px;
	margin: 0 10px 10px 0;
}
#author-bio .author_img > img { display: block; }

/*
	---------------------------------------
				RELATED POSTS STYLES
	---------------------------------------
	YARPP template style, at the end of the page.

*/
.yarpp-innerlist { padding: 0; }
.yarpp-thumbnails-horizontal li.yarpp-item {
	width: 24%;
	width: calc(25% - 5px);
	float: left;
	display: inline-block;
	margin-right: 5px;
}
.yarpp-thumbnails-horizontal li.yarpp-item img {
	margin: 0;
}
.yarpp-thumbnails-horizontal li.yarpp-item:last-child {
	width: 25%;
	margin-right: 0;
}


/*
	---------------------------------------
				BOOK POPUP STYLES
	---------------------------------------

*/
.contentWrap {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
	box-shadow: 0 0 4px 3px #333;
	display: none;
	margin: 0 auto;
	position: absolute;
	width: 60%;
	z-index: 2;
	top: 70px;
	left: 20%;
}
.contentClose {
	background: none repeat scroll 0 0 #eee;
	border-radius: 20px;
	box-shadow: 0 0 2px 0 #333 inset;
	color: #666666;
	cursor: pointer;
	font-family: Verdana,Geneva,"DejaVu Sans",sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 9px;
	text-align: center;
	top: 9px;
	width: 20px;
}
.contentClose:hover {
	background: none repeat scroll 0 0 #ebbcbc;
	color: #555;
}
.overflow {
	background: none repeat scroll 0 0 #555;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.75;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	display: none;
}
.contentHeading {
	border-radius: 5px 5px 0 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #eeeeee;
	box-shadow: 0 0px 6px -2px #333;
}
.contentFooter {
	border-radius: 0 0 5px 5px;
	background: #eeeeee;
	padding: 10px;
	border-top: 1px solid #ccc;
	box-shadow: 0 0px 6px -2px #333;
}
.contentt {
	padding: 0 10px;
	height: 500px;
	overflow: auto;
}
.contentt p span {
	font-size: 14px;
	padding: 0 30px;
	background: url(https://www.mymovingreviews.com/move/wp-content/themes/morezo/images/bullet-book.png) no-repeat 18px 6px;
}
.text1 {
	background: none !important;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 0 !important;
	text-decoration: underline;
}
.ordered-list li {
	padding: 5px 0;
}
.toc p {
	margin: 0 auto;
}

/*
	---------------------------------------
				CUSTOM CSS FOR ARTICLES
	---------------------------------------

*/
/* Two Column Lists for Articles */
.ul-2-col {
    -moz-column-count: 2;
    -moz-column-gap: 36px;
    -webkit-column-count: 2;
    -webkit-column-gap: 36px;
    column-count: 2;
    column-gap: 36px;
}

.ul_ol_padding li{padding:0 0 10px;}
.def-width {
	width: inherit !important;
}

.pullquote {
	background: url("./images/left-quote.png") no-repeat scroll 4px 3px transparent;
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 0px 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 0px;
	min-height: 20px;
	padding: 4px;
	width: 400px;
}
.pullquote > p {
	font-style: italic;
	font-size: 15px;
	margin: 0;
	margin-left: 25px;
	background: url("./images/right-quote.png") no-repeat scroll right bottom #F5F5F5;
}
.cite {
	background-color: #eeeeee;
	border: 1px solid #E3E3E3;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 10px;
	min-height: 20px;
	padding: 4px 20px 4px 4px;
	width: 384px;
	text-align: right;
	font-weight: bold;
	color: #5C5C5C;
}
.pull-left {
	float: left;
	margin-right: 10px;
}
.pull-right {
	float: right;
	margin-left: 10px;
}

/* anchor fix - #anchor in url */
:target:before {
	content:"";
	display:block;
	height:120px; /* fixed header height*/
	margin:-120px 0 0; /* negative fixed header height */
}

img.aligncenter, img.attachment-aligncenter {
	width: 100%;
	height: inherit;
}
.aligncenter, div.aligncenter {
	width: 100% !important;
	text-align: center;
}
.wp-caption.aligncenter img {
  width: 99%;
  height: inherit;
}

#attachment_16747, #attachment_16753, #attachment_16755, #attachment_16757, #attachment_16759, #attachment_16762 {
	width: 910px !important;
}

.moving-dogs-ul {
    list-style-image: url('https://www.mymovingreviews.com/images/dog-paw.gif');
}


/* alphabet */
.alphabet {
    background: #f5f5f1;
    border: 1px solid #ccccc8;
    border-radius: 3px;
    box-sizing: border-box;
    max-width: 100%;
    width: 834px;
    margin: 0 auto;
    overflow: hidden;
}
.alphabet a {
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    color: #3b65a7;
    padding: 10px;
    border-right: 1px solid #ccccc8;
    float: left;
    text-align: center;
    width: 32px;
    font-weight: bold;
}
.alphabet a:last-child {
	border-right: none;
}
.alphabet a:hover {
	background: #fff;
	box-shadow: 0 0 7px -2px #999 inset;
    text-decoration: none !important;
}
.alphabet a.inactive {
    cursor: text;
    background: transparent;
    box-shadow: none;
    color: #999;
}
.alphabet-item {
    color: #3b65a7;
    font-size: 30px;
}
.moving-terms-glossary strong > em {
    color: #3b65a7;
}
/*
	---------------------------------------
				BLOCKQUOTE STYLES
	---------------------------------------

*/
.bq-wrap {
    padding: 25px 0;
    position: relative;
    z-index: 0;
}
.bq-text:before {
	background: url(https://www.mymovingreviews.com/move/wp-content/uploads/2017/11/quotation-top.jpg) no-repeat;
    position: absolute;
    width: 40px;
    height: 26px;
    top: 0;
    margin: 0 auto;
    text-align: center;
    left: 48%;
    content: '';
    display: block;
}
.quote-bottom {
	background: url(https://www.mymovingreviews.com/move/wp-content/uploads/2017/11/quotation-bottom.jpg) no-repeat;
    position: absolute;
    width: 40px;
    height: 26px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    left: 48%;

}
.bq-wrap:before {
    background: #039146;
    width: 89%;
    height: 2px;
    content: '';
    display: block;
    position: relative;
    margin: -9px auto 20px;
    z-index: -1;
}
.bq-wrap:after {
    background: #039146;
    width: 89%;
    height: 2px;
    position: relative;
    margin: 0 auto;
    bottom: -9px;
    content: '';
    clear: both;
    display: block;
    z-index: -1;
}
.bq-left {
	width: 12%;
	float: left;
}
.bq-right {
	width: 88%;
	float: left;
}
.bq-avatar {
	width: 96px;
	height: 96px;
    border: 2px solid #039146;
    padding: 3px;
    border-radius: 60px;
}
.bq-avatar img {
	border-radius: 60px;
}
.bq-text {
	text-align: justify;
	font-style: italic;
}
.bq-author {
	float: right;
	font-style: italic;
	font-weight: bold;
	color: #555;
}
.wp-caption.aligncenter {
	max-width: inherit !important;
	margin: auto auto 15px;
}
/*
	---------------------------------------
				CUSTOM CSS FOR ARTICLES END
	---------------------------------------

*/

/*
	---------------------------------------
				PRINTING STYLES
	---------------------------------------

*/
@media print {
	#mmr-header { display: none; }
	#container header.header { display: none; }

	#content { border: 1px; box-shadow: none; }
	.social-buttons-wrap { display: none; }

	.mmr_option-line, .mmr-checklist { display: none; }
	.yarpp-related { display: none; }

	.as-seen-in, .comment-form, #respond { display: none; }

	footer.footer { display: none; }

	#upprev_box { display: none; }

	a[href]:after { content: none !important; }
}


/*
	---------------------------------------
				ANIMATIONS
	---------------------------------------

*/

.anima_shine {
	animation-name: ShineAnimation;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.1,.1,.1,5);

	-webkit-animation-name: ShineAnimation;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.1,.1,.1,5);
}
@keyframes ShineAnimation{
	from {
		background-repeat:no-repeat;
		background-image:-webkit-linear-gradient(
			top left,
			rgba(255, 255, 255, 0.0) 0%,
			rgba(255, 255, 255, 0.0) 45%,
			rgba(255, 255, 255, 0.1) 48%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.1) 52%,
			rgba(255, 255, 255, 0.0) 57%,
			rgba(255, 255, 255, 0.0) 100%
		);
		background-position:-250px -250px;
		background-size: 600px 600px
	}
	to {
		background-repeat:no-repeat;
		background-position:250px 250px;
	}
}
@-webkit-keyframes ShineAnimation{
	from {
		background-repeat:no-repeat;
		background-image:-webkit-linear-gradient(
			top left,
			rgba(255, 255, 255, 0.0) 0%,
			rgba(255, 255, 255, 0.0) 45%,
			rgba(255, 255, 255, 0.1) 48%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.1) 52%,
			rgba(255, 255, 255, 0.0) 57%,
			rgba(255, 255, 255, 0.0) 100%
		);
		background-position:-250px -250px;
		background-size: 600px 600px
	}
	to {
		background-repeat:no-repeat;
		background-position:250px 250px;
	}
}