/* CSS Document */

/*------------------------------------------------------------------------*\
    MAIN
\*------------------------------------------------------------------------*/

h1 { font-weight: bold; }

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;s
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	margin: 0;
	padding: 0;
}
body {
	font:400 11pt/1.6 'Open Sans', Helvetica, Arial, sans-serif;
	font-display: swap;
	color:#333;
	background: #FDFDFD;
	margin: 0;
	padding: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
/*------------------------------------*\
    LINKS
\*------------------------------------*/
a {
	color:#444;
	font-weight: bold;
	text-decoration:underline;
}
a:hover {
	color: #E02B2F;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {.
	outline:0;
	border:1px solid #04A4CC;
}
.btn {
	padding: 5px 18px;
	display:inline-block;	
	font-weight:600;
	border-width:0px;
	font-family: 'Open Sans', sans-serif;
	margin: 2px 0 5px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-shadow: 1px 1px 1px #3D3D3D;
	text-decoration: none;
}
.css3button{
	background: #E02B2F;
	color: #fff;
	font-size: 11pt;
	letter-spacing: 1px;
}
.css3button:hover {
	background: #ffe400;
	color: #000;
}
.css3button2{
	background: #165533;
	color: #FFFFFF;
	margin-top:  5px;
}
.css3button2:hover{
	background: #E02B2F;
	color: #FFFFFF;
}
.css3button3{
	font-size: 12pt;
	background: #008000;
	color: #FFFFFF;
}
.css3button3:hover{
	font-size: 12pt;
	background: #E02B2F;
	color: #FFFFFF;
}
/*------------------------------------------------------------------------*\
    STRUCTURE
\*------------------------------------------------------------------------*/

/* pagewidth */
.pagewidth{
	margin: 0 18%;
}
.footer-pagewidth{
	margin: 0 18%;
}
p {
	margin: 0;
}
/*------------------------------------*\
    WRAPPER
\*------------------------------------*/
.wrapper {
	/* max-width:1280px; */
	/* width:95%; */
	/* margin:0 auto; */
	/* position:relative; */
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	background: #FDFDFD;
}
#header-top{
	padding: 3px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.header-left, .header-right{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.navigation-menu{
	z-index: 666;
	top: 0;
	left: 0;
	right: 0;
	background: #008000;
}
	.navigation-menu::after{
		display: none;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,7db9e8+100&amp;0+0,1+50,0+100 */
		background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
		width: 100%;
		height: 1px;
		z-index: 6667;
	}
.fa-bars{
	font-size: 25pt;
	color: #000;
	padding: 5px 15px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.mobile-menu{
	display: none;
	text-align: center;
	height: 43px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}
.mobile-menu h4{
	margin: 0;
	padding: 10px;
	color: #FDFDFD;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000000;
}
.quotebtn, .phone-number{
	width: 50%;
	text-align:center;
}
.quotebtn {
}
.quotebtn a{
	text-transform: uppercase;
	background: #E02B2F;
	color: #FFFFFF;
	font-size: 20pt;
	 -webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:inset 0 0 15px 2px rgba(18,16,16,.3);
	box-shadow:inset 0 0 15px 2px rgba(18,16,16,.3);
	text-decoration: none;
}
.quotebtn a:hover{
	background: #333333;
}
.phone-number{
	font-size: 25pt;
	text-shadow: 1px 1px 4px #696969;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.phone-number a{
	text-decoration: none;
}
.social-icons{
	width: 50%;
	
}
.social-icons img{
	width: 65px;
	padding: 3%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.social-icons img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.breadcrumbs{
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 100%;
	text-align: right;
}
/*------------------------------------*\
    LOGO
\*------------------------------------*/
.logo {
    width: 50%;
    text-align: center;
}
.logo-img {
    width:  210px;
}



/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

nav.nav ul {
	padding: 0;
	margin:  0;
	text-align: center;
}
nav.nav ul li {
	list-style: none;
	display: inline-block;
	margin:0;
	position: relative;
}
	nav.nav ul li:first-child::before {
		content: "";
		width: 1px;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,7db9e8+100&amp;0+0,1+50,0+100 */
		background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

	}
	nav.nav ul li::after {
		content: "";
		width: 1px;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,7db9e8+100&amp;0+0,1+50,0+100 */
		background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

	}
	nav.nav ul li:hover {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008000+0,00b54b+50,008000+100&amp;1+0,0.5+50,1+100;Green+3D */
		background: -moz-linear-gradient(left,  rgba(0,128,0,1) 0%, rgba(0,181,75,0.5) 50%, rgba(0,128,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,128,0,1)), color-stop(50%,rgba(0,181,75,0.5)), color-stop(100%,rgba(0,128,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#008000',GradientType=1 ); /* IE6-9 */
	}
	nav.nav ul li:hover > a {
		color: #ffe400;
	}
nav.nav ul li a {
	font-family: 'Istok Web', sans-serif;
	color: #f9f9f9;
	margin: 0;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 15px 25px;
	text-decoration: none;
	display: block;
}
/* SUB MENU--------------------------*/
nav.nav ul li ul {
	display: none;
	position: absolute;
	text-align: left;
	left: -4px;
	top: 99%;
}
.sub-menu {
	background: #008000;
	white-space: nowrap;
	z-index: 6669;
	min-width: 110%;
}
nav.nav ul li:hover > ul {
	display: block;
}
.sub-menu li {
	display: list-item !important;
	padding: 5px !important;
	border: 1px solid #333333;
	border-top: none;
}
	.sub-menu li:before, .sub-menu li:after {
		display: none;
	}
.sub-menu li a {
	padding: 0 !important;
}
/* ACTIVE LINKS-----------------------*/
nav.nav ul .current_page_item {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008000+0,00b54b+50,008000+100&amp;1+0,0.5+50,1+100;Green+3D */
	background: -moz-linear-gradient(left,  rgba(0,128,0,1) 0%, rgba(0,181,75,0.5) 50%, rgba(0,128,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,128,0,1)), color-stop(50%,rgba(0,181,75,0.5)), color-stop(100%,rgba(0,128,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,128,0,1) 0%,rgba(0,181,75,0.5) 50%,rgba(0,128,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#008000',GradientType=1 ); /* IE6-9 */
}
nav.nav ul .current_page_item a {
	color: #ffe400;	
}
.current_page_item .sub-menu li a{
	color: #f9f9f9 !important;
}
.current_page_item .sub-menu li:hover > a{
	color: #ffe400 !important;	
}

/*------------------------------------*\
    SIDE BAR
\*------------------------------------*/
.sidebar {

}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
	background: #EDEDED;
	padding:1% 0;
	border-top: 10px solid #ffe400;
}
.footer-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo{
	width: 33%;
}
.footer-images{
	width: 33%;
	text-align: right;
}
.footer-images img{
	width: 130px;
}
.footer-logo-img{
	width: 160px;
}
#footer-address {
	width: 33%;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
/* FOOTER LINKS------------------------*/
.footer-logo a{
	text-decoration: underline;
	padding: 5px;
}
.footer-logo a:hover{
	color: #E02B2F;
}
/* COPYRIGHT---------------------------*/
.copyright{
	text-align: center;
	padding: 10px 0px;
}

#footer-address div {
	padding: 15px 0px;
}


/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
.video-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	width: 80%;
	margin: auto;
}

.video-container .awards {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.video-container .awards img {
	max-width: 140px;
}

.video-container p {
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	-ms-flex-grow: 2;
	flex-grow: 2;
}

.video-container iframe {
	width: 100%;
	height: 350px;
}

.home-slider{
	height: 800px;	
}
.home-sideshow-box{
	height:  800px;
}
.home-slide-img{
	position: absolute;
	height: 800px;
	left: 0;
	top: 0;
	right: 0;
}
.home-slide-img-one{
	background: url(/wp-content/uploads/2019/01/home-image.jpg)no-repeat center center;
	-webkit-background-size: cover;   
	-moz-background-size: cover;    
	-o-background-size: cover;    
	background-size: cover;
}
.home-slide-img-two{
	background: url(/wp-content/uploads/rjs-moving-company-london-ON.jpg)no-repeat center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-slide-img-three{
	background: url(/wp-content/uploads/rj-movers-london-ontario.jpg)no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home-slide{
	height: 400px;
}
.home-slide-text{
	font-weight: 600;
	letter-spacing: 1px;
	width: 40%;
	padding: 1% 2%;
	color: #000;
	/* text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.68); */
	background: rgba(255, 255, 255, 0.5);
	margin: 1% 4.5%;
	font-size: 18pt;
	/* -webkit-box-shadow: 4px 4px 6px -6px rgba(18, 16, 16, 0.52); */
	/* box-shadow: 4px 4px 6px -6px rgba(18, 16, 16, 0.52); */
}
.home-slide-text .css3button3{
	margin-top: 20px;
}
.home-slide-text h1, .home-slide-text h2{
	margin: 0;
	color: #165533 !important;
	font-size: 36px !important;
}
.home-slide-text h1{
	font-size: 36pt;
}
.flex-direction-nav{
	display: none;
}
.flex-control-nav{
	z-index: 3;
	bottom: 5%;
}
.flexslider{
	border: none;
	margin: 0;
}
.three-service-box{
	position: relative;
	z-index: 5;
	width: 100%;
	display: flex;
}
.service-box{
	width: 30.5%;
	margin: 1% 1%;
	background: #EDEDED;
	min-height: 250px;
	border: solid 1px #D7D7D7;
	padding: .5% 1.5%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-box-shadow: 0 0 2px 2px rgba(208, 208, 208, 0.13);
	box-shadow: 0 0 2px 2px rgba(208, 208, 208, 0.13);
}
.service-box:hover {
	background: rgb(219, 233, 216);
}
.service-box .thumbnail{
	text-transform: uppercase;
	text-align: center;
}
.thumbnail-img{
	text-align: center;
}
.service-box .thumbnail h3{
	font-size: 12pt;
}
.service-box .read-more{
	text-align: center;
	padding: 2%;
}
.gray-bg, .testimonials-box{
	padding:  2% 0;
}
.testimonials-slider{
	width: 50%;
	height: 180px;
	background: none;
}
.gray-bg{
	background: #eee;
}
.testimonials-box{
	background: #d6d6d6;
	 min-height: 290px;
}
.testimonials-box h2{
	margin: 0
}
blockquote{
	font-style: oblique;
}
.testimonials-box .author, .testimonials-box .city{
	padding: 0 5%;
}
.author, .testimonials-box .city{
	text-align: right;
}

/*------------------------------------*\
    ABOUT US
\*------------------------------------*/
.about .author {
 	text-align: right;
 }
.about blockquote{
	font-style: oblique;
	text-align: center;
	font-family: 'Handlee', cursive;
	font-size: 15pt;
}
/*------------------------------------*\
    MOVING CHECKLIST
\*------------------------------------*/
.check-list h2{
	margin: 20px 0 !important; 
}
#moving-checklist-nav{
	text-align: center;
	padding: 2%;
}
#moving-checklist-nav a{
	color: #165533;
	font-weight: bolder;
	padding: 4% 2%;
	font-size: 16px;
	margin: 10px;
	display: inline-block;
}
#moving-checklist-nav a:hover{
	color: #ffe400;
}
.moving-list {
	border-bottom: 1px dashed #8B8B8B;
	padding-bottom: 2.5%;
	margin-bottom: 2.5%;
	margin-top: 10px;
}
#how-to-pack-dishes, #how-to-pack-small-pictures, #how-to-pack-lamps{
	text-align: center
}
/*------------------------------------*\
    MOVING CHECKLIST
\*------------------------------------*/
.check-list table{
	border-collapse:collapse;
	border: none !important;
}
.check-list table td {
	border: 1px dashed rgba(139, 139, 139, 0.2);
	padding:4px;
}
/*------------------------------------*\
    CONTACT US
\*------------------------------------*/
.contact-map{
	height: 600px;
	position: absolute;
	top: 167px;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: inset 0 -4px 7px -2px rgba(18,16,16,.4);
	box-shadow: inset 0 -4px 7px -2px rgba(18,16,16,.4);
}
.contact{
	display: flex;
}
.contact-info, .contact-form{
	width: 50%;
}
.contact-form{
	text-align: center;
}
#content .wpcf7 {
	overflow: hidden;
	margin: 0;
}
#content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
#content .wpcf7 p span.required {
	color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
	width: 80%;
	margin: 5px 0 10px;
	padding: 9px 5px;
	border: 1px dashed rgba(139, 139, 139, 0.9);
	font-size:1em;
}
#content .wpcf7 textarea {
	width:80%;
	margin: 5px 0 0;
	padding: 9px 5px;
	font: 1em 'Open Sans', sans-serif;
	color: #165533;
	background-color:#fff;
	border: 1px dashed rgba(139, 139, 139, 0.9);
}
#content .wpcf7-form p {
	padding:0;
}
::-webkit-input-placeholder { opacity: 1; color: #165533; } /* gray80 */
:-moz-placeholder           { opacity: 1; color: #165533; } /* Firefox 18- (one color)*/
::-moz-placeholder          { opacity: 1; color: #165533; } /* Firefox 19+ (double colons) */
:-ms-input-placeholder      { opacity: 1; color: #165533; }
input#submit, input.wpcf7-submit {
	margin: 10px 10% 0;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	outline: none;
	border: none;
	font-size: .75em;
	background-color: #165533;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	float: left;
}
input#submit:hover, input.wpcf7-submit:hover {
	background-color: #E02B2F;
	color: #fff;
}
.contact-info{
	line-height: 30px;
}
.contact-info h2{
	margin: 0;
}
.contact-info img {
	margin: 5px;
}
.fa-map-marker, .fa-phone-square, .fa-phone, .fa-fax, .fa-envelope {
	font-size: 20px;
	color: #165533;
}
/*------------------------------------*\
    REQUEST QUOTE
\*------------------------------------*/
.iframe-box{
	overflow: scroll;
	width: 100%;
}
.small-screen-error{
	color: #E02B2F;
	font-weight: 600;
	display: none;
}
/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.moving-service{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.moving-service-box{
	width: 44%;
	text-align: center;
	border: solid 1px #D7D7D7;
	background: #EDEDED;
	padding: 2% 0;
	margin: 0 3% 1%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-box-shadow: 0 0 2px 2px rgba(208, 208, 208, 0.13);
	box-shadow: 0 0 2px 2px rgba(208, 208, 208, 0.13);
}
	.moving-service-box:hover {
		background: rgb(219, 233, 216);
	}
.moving-service-box-info{
	min-height: 300px;
}

/*------------------------------------------------------------------------*\
    CONTENT
\*------------------------------------------------------------------------*/

/* HEADLINES--------------------------*/
#content h1 {
	font-family: 'Istok Web', sans-serif;
	line-height: 1.6;
}
#content h2 {
	font-family: 'Istok Web', sans-serif;
	margin-top: 0;
	color: #008000;
}

#content h3 {
	font-family: 'Istok Web', sans-serif;
}

#content h4 {
	font-family: 'Istok Web', sans-serif;
	font-size: 15px;
	margin:  5px 0;
	width: 100%;
}
/* PAGE LAYOUT--------------------------*/
.page-bg, .img-page-bg{
	height: 800px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-box-shadow:inset 0 -4px 7px -2px rgba(18,16,16,.4);
	box-shadow:inset 0 -4px 7px -2px rgba(18,16,16,.4);
}
.page-title{
	padding-top: 15%; 
}
.page-title h1{
	margin: 0;
	background: rgba(255, 255, 255, 0.72);
	padding: 1% 1% 0;
	font-size: 32pt;
	z-index: 256;
	font-family: 'Istok Web', sans-serif;
	color: #165533 !important;
	text-shadow: 1px 1px 1px rgba(252, 237, 47, 0.25) !important;
	-webkit-box-shadow: 0 -4px 7px -2px rgba(18,16,16,.52);
	box-shadow: 0 -4px 7px -2px rgba(18,16,16,.52);
}
.page-content{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fdfdfd+100&amp;0.92+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.92) 0%, rgba(253,253,253,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.92)), color-stop(100%,rgba(253,253,253,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(253,253,253,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(253,253,253,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.92) 0%,rgba(253,253,253,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.92) 0%,rgba(253,253,253,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebffffff', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
	padding: 1%;
}
/* SCROLL TO TOP BUTTON---------------*/
.scrollToTop{ 
	padding:10px; 
	text-align:center; 
	font-weight: bold;
	color: #008000;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.scrollToTop:hover{
	text-decoration:none;
	color: #E03B2F;
}
.fa-arrow-up{
	font-size: 30px;
}
/* REQUEST QUOTE BUTTON---------------*/
.request-quote{
	display: none;
	position: fixed;
	right: 2%;
	top: 45%;
	z-index: 666;
	height: 142px;
	width: 200px;
	text-align: center;
	background: url('/wp-content/uploads/rjsmovers-request-quote.png')center center no-repeat;
}
.request-quote a{
	text-decoration: none;
	font-size: 20pt;	
	font-weight:600;
	text-transform: uppercase;
	color: #CC2529;
	text-shadow: 1px 1px 7px #756A6A;
}
.request-quote a:hover{
	color: #FFE400;
}
#intro {
	margin-top: -55px;
}
/*------------------------------------------------------------------------*\
    IMAGES
\*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*\
	TYPOGRAPHY
\*------------------------------------------------------------------------*/

@font-face {
/* 	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg'); */
    font-weight:normal;
    font-style:normal;
	font-display: swap;
}

/*------------------------------------------------------------------------*\
    RESPONSIVE
\*------------------------------------------------------------------------*/

@media only screen and (max-width:1505px) {
	/* general */
	.pagewidth,.footer-pagewidth {
		margin:0 16%;
	}
	/* header */
	.social-icons img {
		width: 60px;
	}
	.quotebtn a{
		font-size: 15pt;
	}
	/* page */
	.home-slide-img,.home-sideshow-box, .page-bg, .img-page-bg, .home-slider{
		height: 600px;
	}
	.page-bg, .img-page-bg {
		top: 140px;
	}
}
@media only screen and (max-width:1400px) {
	/* general */
	.pagewidth, .footer-pagewidth {
		margin:0 12%;
	} 
	.testimonials-box{
		min-height: 290px;
	}
}
@media only screen and (max-width:1280px) {
	/* general */
	.pagewidth,.footer-pagewidth {
		margin:0 8%;
	} 
	.testimonials-box{
		min-height: 300px;
	}

}
@media only screen and (max-width:1165px) {
	#intro{
		margin-top: -110px;
	}
}
@media only screen and (max-width:1140px) {
	/* general */
	.pagewidth,.footer-pagewidth {
		margin:0 5%;
	} 
	/* navigation */
	nav.nav ul li a {
		font-size: 14px;
		padding: 10px 20px;
	}
    /* page */
    .page-bg, .img-page-bg, .contact-map {
		top: 120px;
    }
    .testimonials-box{
		min-height: 320px;
	}
	#intro{
		margin-top: -42px;
	}

	.video-container {
		width: 90%;
	}

	.video-container iframe {
		height: 400px;
	}

}
@media only screen and (max-width:1024px) {
	/* general */
	.pagewidth,.footer-pagewidth {
		margin:0 1%;
	} 
	/* header */
	.social-icons img {
		width: 50px;
	}
	.phone-number{
		font-size: 19pt;
	}
	/* navigation */
	nav.nav ul li a {
	    padding: 10px 10px;
    }
    /* page */
    .page-bg, .img-page-bg, .contact-map {
		top: 100px;
    }
	.service-box .thumbnail{
    	min-height: 50px;
    }
	.small-screen-error{
		display: block;
	}
	/* footer */
    .footer-images img{
    	width: 100px;
    }

}
@media only screen and (max-width:900px) {
	.navigation-menu{
		position: relative;
	}
	#intro{
		margin-top: 0;
	}
}
@media only screen and (max-width:830px) {
	/* navigation */
	nav.nav ul li a {
	    padding: 8px 7px;
    }
    /* page */
    .page-bg, .img-page-bg, .contact-map {
		top: 141px;
		height: 450px;
    }
    .home-slide-img,.home-sideshow-box, .home-slider{
    	height: 450px;
    }
    /* navigation */
    nav.nav ul li:hover > ul {
		display: none;
	}

	.video-container {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 95%;
	}

	.video-container .awards {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		justify-content: space-around;
	}

	.video-container .awards img {
		margin: 12px 0 24px;
	}

	.video-container iframe {
		height: 350px;
	}

}
@media only screen and (min-width:768px){
	.desktopnav{
	display: block!important;
	}
}
@media only screen and (max-width:783px) {
	/* header */
	.header-left, .header-right {
		flex-direction: column;
	}
	.social-icons, .logo, .phone-number, .quotebtn{
		width: 100%;
		text-align: center;
	}
	/* page */
	.page-bg, ..img-page-bg, .contact-map{
		height: 350px;
		top: 233px;
	}
	.home-slide-img,.home-sideshow-box, .home-slider{
		height: 350px;
	}
	/* homepage */
	.home-slide-text {
    	width: 80%;
    	background: rgba(255, 255, 255, 0.65);
	}
	.testimonials-box{
		min-height: 500px;
		text-align: center;
	}
	.gray-bg{
		text-align: center;
	}
	.author, .testimonials-box .city{
		padding-right: 5px;
	}
	/* floats */
	.alignright, .alignleft{
		margin: 0 0 5px !important;
	}
	.rjs-truck-home-img, .rjs-about-us-img, .packing-img{
		float: none !important;
	}
	.about-img, .packing-tips-img{
		text-align: center;
	}
	.testimonials-slider {
    	width: 100%;
    }
    .testimonials-box .flex-control-nav {
		bottom: -15px !important;
	}
	/* footer */
	.footer-box{
		flex-direction: column;
		text-align: center;
	}
	.footer-images img{
		padding: 5px;
	}
	.footer-logo, #footer-address, .footer-images{
		width: 100%;
		text-align: center;
	}
	.footer-logo h4{
		display: inline-block;
		padding: 8px 5px;
		margin: 0 !important;
	}
	.copyright{
		font-size: 10pt;
	}/* service */
	.service-title{
		min-height: 60px
	}
}
@media only screen and (max-width:640px) {
	#schema-videoobject object, #schema-videoobject object embed {
		width: 100%;
	}
	.header-left{
		padding-bottom: 15px;
	}
	.breadcrumbs{
		text-align: center;
		right: 0;
	}
}
@media only screen and (max-width:600px) {
	/* flex box styles */
	.three-service-box, .moving-service, .contact{
		flex-direction: column;
		align-items: center;
	}
	.service-box .thumbnail{
    	min-height: 10px;
    }
	.service-box, .moving-service-box, .contact-info, .contact-form{
		width: 90%;
	}
	.service-box, .moving-service-box{
		margin: 5px 0;
	}
	.contact-info{
		text-align:center;
	}
	/* service */
	.service-title{
		min-height: 20px
	}
}
@media only screen and (max-width:450px) {
	/* general */
	.pagewidth,.footer-pagewidth {
		margin:0 0.5%;
	} 
	/* header */
	#header-top {
		flex-direction: column;
	}
	.header-left, .header-right {
		width: 100%;
	}
	.header-left{
		padding-bottom: 0;
	}
	.social-icons, .logo, .phone-number, .quotebtn{
		width: 100%;
		text-align: center;
	}
	.social-icons{
		padding-bottom: 10px;
	}
	.breadcrumbs{
		font-size: 9pt;
	}
	/* page */
	.page-bg, .img-page-bg, .contact-map{
		height: 250px;
		top: 362px;
	}
	.home-slide-img,.home-sideshow-box, .home-slider{
		height: 250px;
	}
	/* homepage */
	.testimonials-box{
		min-height: 570px;
	}
	 .testimonials-box .flex-control-nav {
		bottom: -60% !important;
	}

}
@media only screen and (max-width:420px) {
	.page-bg, .img-page-bg, .contact-map {
		top: 320px;
	}
	.navigation-menu{
		position:fixed;
		background: none;
	}
	nav.nav{
		display: none;
		background: rgba(0, 128, 0, 0.95);
		width: 98%;
		margin-left: 1%;
		position: fixed;
		top: 43px;
	}
	#header-top{
		margin-top: 43px;
	}
	.mobile-menu{
		display: block;
		background: #008000;
	}
	nav.nav ul li {
		display: block;
		
	}
		nav.nav ul li::after {
			content: "";
			height: 1px;
			position: absolute;
			right: 0;
			top: 0;
			left: 0;
			width: 100%;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+50,7db9e8+100&amp;0+0,1+50,0+100 */
			background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 50%, rgba(125,185,232,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 50%,rgba(125,185,232,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
		}
		nav.nav ul li:first-child::before {
			display: none;
		}
		.navigation-menu::after {
			z-index: 1;
		}
	.home-slide-text {
		margin: 3% 1%;
		font-size: 12pt;
		width: 94%;
	}	
	.home-slide-text h1{
		font-size: 20pt;
	}
	#intro{
		margin-top: -43px;
	}
}
@media only screen and (max-width: 340px) {
	.page-bg, .img-page-bg{
		height: 200px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}




/*------------------------------------------------------------------------*\
    MISC
\*------------------------------------------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------------------------------------------*\
    WORDPRESS CORE
\*------------------------------------------------------------------------*/
.aligntextright{
	width: 100%;
	text-align: right;
}
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------------------------------------------*\
    PRINT
\*------------------------------------------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.fancybox {
	margin: 10px;
}

.youtube-div {
	display: flex;
	justify-content: center;
	padding: 70px 0px;
}

.box-text {
	margin: 15px 0px;
}
