/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/* CONTAINER AREA*/ 
#site-container {width: auto !important;
  overflow-x: hidden !important;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
	font-style: normal;
text-align: justify;
font-size: 14px;
	letter-spacing: 1.2px;
line-height: 1.3;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/03/bg-tile.png');
cursor: auto !important;
}

strong {font-weight: 700 !important}


/* GENERAL STYLING AREAS*/
/* headlines*/

h1 {
font-family: 'Raleway', sans-serif;
font-size: 24px;
color: black;
font-weight: bold;
letter-spacing: 4px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}

h2 {
font-family: 'Raleway', sans-serif;
font-size: 18px;
color: #313C61;
font-weight: bold;
letter-spacing: 4px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}


h3 {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #313C61;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}

h4 {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #61BEAA;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}

h5 {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #AE9A79;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
margin-bottom: 18px;
text-align: left;
}

h6 {
font-family: 'Raleway', sans-serif;
font-size: 13px;
color: #AE9A79;
font-weight: bold;
letter-spacing: 2px;
line-height: 1.4;
margin: -15px 0 18px 2px;
text-align: center;
}





/* Paragraph spacing*/
p {
margin-bottom: 21px;
}


a {
text-decoration: none;
	color: #61BEAA;
}








/* Post Images border styles*/
.post_content img{
    border: #ffffff solid 0px;
}
/* Post Images spacing*/
img.alignleft {
    margin: 0 20px 5px 0 !important;
}
img.alignright{
    margin: 0 0 5px 20px !important;
}

/* Post Images caption style*/
.alignright.wp-caption {
    margin: 3px -10px 0 20px;
 font-size: 16px;
    line-height: 20px;
	text-align: center;
font-style:italic;
	color: #999999;
	}

.alignleft.wp-caption {
    margin: 3px 10px 0 0;
 font-size: 16px;
    line-height: 20px;
	text-align: center;
font-style:italic;
	color: #999999;
	}



/*BLOCK QUOTES*/

blockquote  {
text-align: center;
font-size: 18px;
color: #AE9A79;
letter-spacing: 2px;
font-weight: bold;
padding: 0 30px;
margin-left: 2px;
}


/*Bullet Points*/

.post_content ul {
list-style: none;
}

.post_content ul li:before {
   content: "•";
font-size: 16px;
padding-right: 42px;
margin-left: -40px;
margin-right: -10px;
vertical-align: top;
}

.post_content ul li {   
text-align: left;
margin: 0 0 0 35px;
padding: 0px;
}
.post_content ul  {
padding: 0px 0px 20px;
margin: 0 0 0px 35px;
}

/*Number Points*/
.post_content   ol li {
margin: 0px 0px 0px 55px;
padding-left: 14px;
text-align: left;
}

@-moz-document url-prefix() { 
.post_content   ol li {
    margin: 0px 0px 0px 44px;
padding-left: 25px;
text-align: left;
}
}


.post_content  ol  {margin-bottom: 20px;}







/* REMOVE DOTTED LINKS*/
a {outline: 0;}
input::-moz-focus-inner { 
  border: 0; 
}a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

/* REMOVE BOX AROUND INPUTS*/
input:focus {
    outline: none !important;
}





.wrap {
width: 1024px;
margin: 0 auto;
}

.padding, .inner-padding {
margin: 0 25px;
}



@media only screen and (max-width: 550px){
.padding {
margin: 0px;
}
}



@media only screen and (max-width: 1023px){
.wrap {
width: 100%;
}
}


#header-area-container {
min-height: 267px;
position: relative;
}

#social-search-container {
padding: 9px 0px 11px;
display: inline-block;
background: #d7d2cc;
width: 100%;
}

.top-social {
float: left;
width: 147px; 
display: inline-block;
margin: 4px 0 0;
}

.top-social-bg {
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/03/sprite.png");
background-size: 1000px auto;
}


.top-fb {
width:15px;
 height: 15px; 
margin-right: 17px; 
float: left; 
background-position: -25px 0px;
}

.top-twitter {
width:15px; 
height: 15px; 
margin-right: 19px; 
float: left;
background-position: -50px 0px;
}

.top-pinterest {
width:15px; height: 15px; 
margin-right: 19px;
 float: left;
background-position: -75px 0px;
}

.top-instagram {
width:15px; height: 15px; float: left;
background-position: -100px 0px;
margin-right: 17px;
}

.top-youtube {
width:15px; height: 15px; float: left;
background-position: 0px -25px;
}



.search-area {
float: right;
margin-top: 2px;
}

.search-area p{
margin: 0;
}

#social-search-container .widget_search .screen-reader-text {
    display:none;
}



#social-search-container .widget_search #searchsubmit {
  width: 15px;
height: 15px;
background: url("https://www.driveontheleft.com/wp-content/uploads/2015/03/sprite.png") no-repeat scroll left top transparent;
border: medium none;
	background-size: 1000px auto;
	background-position: 0 0;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

#social-search-container input#s {
	font-size: 14px;
font-family: helvetica;
	font-weight: bold;
	color: #AE9A79;
	background: transparent;
	width: 70px;
border: none;
letter-spacing: 1.5px;
border-radius: none !important;
	text-align: left;
}

#social-search-container input#s:focus {
	width: 70px;
	text-align: left;
}

@media only screen and (max-width: 300px){
.top-social {
display: none;
}
}

.fp-main-image img{
width: 100%;
height: auto;
margin: 0 auto;
max-width: 2000px;
}

@media only screen and (max-width: 550px){
#fp-main-image-full {
display: none;
}
}

@media only screen and (min-width: 551px){
#fp-main-image-responsive {
display: none;
}
}


#logo {
margin: 70px auto 32px;
max-width: 600px;
}


@media only screen and (max-width: 600px){
	#logo {
margin: 50px auto 32px;
}
}



/*MAIN MENU AREA  STYLE*/

.main-menu {
font-family: helvetica;
	text-align: center;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #61BEAA;
letter-spacing: 2px;
margin: 0px 0px 84px 1px;
}

.main-menu a { 
text-decoration: none;
color: #61BEAA;
margin: 0px 13px;
}


.main-menu li {
    display: inline-block;
}

.main-menu ul {
	list-style-type: none;
}


.main-menu a:hover { 
color: #313C61;
}


.main-menu li.current-menu-item a {
color: #AE9A79;
}


/*Sub Menu*/
.main-menu  li ul{
    height: auto;
    left: -9999px;
    position: absolute;
    background-color: #d7d2cc;
padding: 0 18px 15px;
margin-top: 0px;
font-size: 11px;
max-width: 180px;
z-index: 1000;
}

.main-menu  li:hover > ul{
    left: auto;
margin-left: -4px;
}

.main-menu  li li {
padding-top: 20px;
padding-bottom: 0px;
text-align: left;
display: block;
}



.main-menu li li.menu-item a {
    color: #61BEAA;
border: none;
margin: 0px;
padding: 0px;
}

.main-menu li li.menu-item a:hover {
    color: #313C61;
}

.main-menu li li.current-menu-item a {
border: none;
margin: 0px;
padding: 0px;
color: #AE9A79;
}

.main-menu li li.current-menu-item a:hover {
    color: #AE9A79;
}



.main-menu li.current-menu-parent a {
    color: #AE9A79;
padding: 10px 0px 6px;
}


/*RESPONSIVE MENU AREA  STYLE*/

.second-nav-menu.show_menu {
display: block;
padding: 15px 0px 10px;
margin: 0 0 0 1px;
width: 100%;
text-transform: uppercase;
z-index: 11;
font-size: 14px;
font-family: helvetica;
letter-spacing: 2px;
margin-bottom: 30px;
font-weight: bold;
}

.mobile-navigation{
    clear: both;
    overflow: hidden;
    text-transform: uppercase;
	text-align: center;
	width: 100%;
	font-family: helvetica;
	font-size: 14px;
		letter-spacing: 2px;
text-indent: 2px;
	color: #AE9A79;
margin: -20px 0 25px;
}


.mobile-navigation a {
color: #61BEAA;
text-decoration: none;
}

.mobile-navigation a:hover {
color: #313C61;
}

.mobile-navigation ul {
    float: left;
    width: 100%;
	list-style-type: none;
	text-align: center;
}

.mobile-navigation li{
     float: none;	
    display: block;
	text-align: center;
margin-bottom: 5px;
}

.mobile-navigation li.current-menu-item a {
    color: #AE9A79;
}

.mobile-navigation li ul {
    padding: 7px 0 0;
}


.mobile-navigation li li.menu-item a {
    color: #AE9A79;
}

.mobile-navigation li li.menu-item a:hover {
    color: #313C61;
}

.mobile-navigation li li.current-menu-item a {
    color: #AE9A79;
}

.mobile-navigation li li.current-menu-item a:hover {
    color: #AE9A79;
}



.mobile-navigation li.current-menu-parent a {
    color: #AE9A79;
}







/*MENU CONTROL AREA  STYLE*/

.menu_control {
color: #313C61;
cursor: pointer;
display: block;
padding: 0px;
font-size: 40px;
letter-spacing: 0px;
text-align: center;
font-weight: bold;
z-index: 10;
width: 100%;
text-indent: 0px;	
}



/*MENU RESPONSIVE ACTIONS*/

@media only screen and (max-width:1023px){
.main-menu {
display: none
}
}

@media only screen and (max-width:1023px){
.second-nav-menu {
	display: none;
}
}

@media only screen and (min-width:1024px){
	.second-nav-menu.show_menu {
	display: inline;}
.menu_control {
  display: none;
}
}

@media only screen and (min-width:1024px){
.mobile-navigation{
display: none;
}
}



.fp-main-body {
padding: 90px 0 70px;
}

.welcome-intro {
margin: 0 auto;
max-width: 60%;
}

.welcome-text {
font-family: "Raleway",sans-serif;
font-weight: lighter;
font-size: 22px;
letter-spacing: 2px;
text-align: center;
margin: 25px auto 90px;
max-width: 680px;
}

.learn-more {
font-family: "Raleway",sans-serif;
font-weight: bold;
font-size: 24px;
letter-spacing: 4px;
text-align: center;
padding: 13px 14px;
border: 3px solid #AE9A79;
color: #AE9A79;
display: table;
margin: 30px auto 0px;
text-indent: 4px;
}

.welcome-text a:focus {
border: 3px solid !important;
}

@media only screen and (max-width: 550px){
.fp-main-body {
padding: 50px 0;
}
.learn-more {
font-size: 20px;
}
}




#fp-category-area {
width: 100%;
padding: 0px 0 85px;
}

.category-row-one {
display: inline-block;
width: 100%;
margin-bottom: 1.5%;
}

.category-row-two {
display: inline-block;
width: 100%;
}

.category-row-three {
display: inline-block;
width: 100%;
margin-bottom: 1.5%;
}

.category-column-a {
width: 32%;
float: left;
}
.category-column-b {
width: 32%;
float: left;
margin: 0 2%;
}
.category-column-c {
width: 32%;
float: left;
}

.category-column-d {
width: 32%;
float: left;
}
.category-column-e {
width: 32%;
float: left;
margin: 0 2%;
}
.category-column-f {
width: 32%;
float: left;
}


.category-column-cr {
float: left;
}

.category-column-dr {
float: left;
}


@media only screen and (max-width: 750px){
.category-column-a, .category-column-b, .category-column-e, .category-column-f, .category-column-cr, .category-column-dr {
width: 48%;
}
.category-column-a, .category-column-cr, .category-column-e {
margin: 0 4% 0 0;
}
.category-column-b, .category-column-dr, .category-column-f {
margin: 0;
}
 .category-column-c, .category-column-d {
display: none;
}
.category-row-one, .category-row-three {
    margin-bottom: 3%;
}
}

@media only screen and (min-width: 751px){
.category-row-three {
display: none;
}
}


@media only screen and (max-width: 450px){
.category-column-b, .category-column-f, .category-row-one, .category-row-three {
width: 100%;
margin: 0;
}
.category-column-a, .category-column-cr, .category-column-e, .category-column-dr, .category-column-b {
margin: 0 0 30px 0;
width: 100%;
}
}


.latest-post-intro {
margin: 0px auto 30px;
max-width: 70%;
}

@media only screen and (max-width: 550px){
#fp-category-area {
padding: 0px 0 45px;
}
.welcome-text {
margin: 25px auto 50px;
}
}

.most-recent-post-body {
background: white;
padding: 0 50px 50px;
margin-bottom: 90px;
}




.latest-date-container {
font-weight: bold;
font-size: 14px;
color: #AE9A79;
text-align: center;
width: 100%;
padding: 45px 0px 20px;
}


h1.headline.latest-post-title {
font-size: 24px;
margin: 0 0 18px 2px;
letter-spacing: 2px;
font-family: 'Raleway', sans-serif;
	font-weight: bold;
text-align: center;
text-transform: uppercase;
}


h1.headline.latest-post-title a{
color: black;
}

.latest-post-author, .latest-post-author a {
font-weight: bold;
font-size: 14px;
color: #AE9A79;
text-align: center;
text-transform: uppercase;
margin: 0 0 42px 2px;
letter-spacing: 2px;
}





.latest-post-excerpt .read-more {
display: table;
text-align: center;
margin: 49px auto 0;
width: 216px;
height: 60px;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/latest-post-read-more.png');
background-size: contain;
}


@media only screen and (max-width: 550px){
.latest-post-author {
margin-bottom: 30px;
}
.latest-date-container {
padding: 32px 0px 20px;
}
.latest-post-excerpt .read-more {
margin: 30px auto 0px;
}
.most-recent-post-body {
    padding: 0px 25px 11px;
}
}


@media only screen and (max-width:450px){
.latest-post-excerpt .read-more {
width: 150px;
height: 42px;
}
}


#fancy-drive-area {
padding: 45px 0 20px;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile.jpg');
margin-bottom: 90px;
}

@media only screen and (max-width:550px){
#fancy-drive-area {
margin-bottom: 50px;
}
}




#sign-up-title {
font-family: 'Raleway', sans-serif; 
font-weight: bold;
color: white;
font-size: 22px;
letter-spacing: 2px;
text-align: center;
margin: 0px 0 20px 2px;
}

#sign-up-text {
font-family: 'Raleway', sans-serif; 
color: white;
font-size: 14px;
text-align: center;
margin-left: 1px;
margin: 0 auto 26px;
}


#mc_container {
width: 100%;
margin: 0 auto;
display: inline-block;
}

#mc-center {
width: 470px;
margin: 0 auto;
}



.mc-name-box input, .mc-email-box input {
font-size: 14px;
letter-spacing: 2px;
text-indent: 2px;
color: #717171;
width: 140px;
padding: 4px 5px;
border: none;
float: left;
border-radius:0px !important;
}

.mc-email-box input {
margin: 0 10px;
}


.mc-button {
float: left;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/lets-go-button.png');
width: 150px;
height: 63px;
margin: -10px 0 0 0;
}
.mc-button input {
width: 150px;
height: 63px;
border: none;
cursor: pointer;
border-radius:0px !important;
background: transparent;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

@-moz-document url-prefix() { 
 .mc-button input{
   padding: 3px 5px;
  }
}


@media only screen and (max-width: 551px){
#mc-center {
width: 100%;
margin: 0 auto;
}
.mc-button-center {
width: 100%;
margin-top: 20px;
display: inline-block;
}
.mc-button  {
margin: 0px auto;
float: none;
width: 120px;
height: 50px;
background-size: contain;
}
.mc-button input {
width: 120px;
height: 50px;
}
.mc-name-box input {
margin: 0px;
width: 46%;
}
.mc-email-box input {
margin: 0px;
width: 46%;
float: right;
}
}

@media only screen and (max-width: 425px){
.mc-name-box input, .mc-email-box input {
width: 43%;
}
}

mc_container::-webkit-input-placeholder {
   color: #717171;
text-align: left;
opacity: 1;
}

mc_container:-moz-placeholder { /* Firefox 18- */
   color: #717171;
text-align: left;
opacity: 1;
}

mc_container::-moz-placeholder {  /* Firefox 19+ */
   color: #717171;
text-align: left;
opacity: 1;
}

mc_container:-ms-input-placeholder {  
   color: #717171;
text-align: left;
opacity: 1;
}



#mc_container input:focus::-webkit-input-placeholder {
    color: transparent;
text-align:  left;
}

#mc_container input:focus :-moz-placeholder { /* Firefox 18- */
   color: transparent;
text-align:  left;
}

#mc_container input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
text-align:  left;
}

#mc_container  input:focus:-ms-input-placeholder {  
    color: transparent;
text-align:  left;
}


.fp-post-container {
    display: inline-block;
    width: 100%;
margin-bottom: 5%;
}

.query-body {
padding: 28px 50px 9px;
background: white;
}

@media only screen and (max-width: 1023px){
.query-body {
padding: 28px 25px 9px;
}
}

.query-a {
float: left;
width: 47%;
}

.query-b {
float: right;
width: 47%;
}

@media only screen and (max-width: 500px){
.query-a {
float: none;
width: 100%;
margin: 0 0 50px;
}
.query-b {
width: 100%;
margin: 0 0 0px;
}
.fp-post-container {
margin-bottom: 50px;
}
}


.query-date {
font-weight: bold;
font-size: 12px;
color: #AE9A79;
text-align: center;
width: 100%;
padding: 0px 0px 15px;
}

h1.headline.fp-post-title {
font-size: 18px;
margin: 0 0 13px 2px;
letter-spacing: 2px;
font-family: 'Raleway', sans-serif;
	font-weight: bold;
text-align: center;
text-transform: uppercase;
}

h1.headline.fp-post-title a {
color: black;
}


.query-post-author, .query-post-author a {
font-weight: bold;
font-size: 12px;
color: #AE9A79;
text-align: center;
text-transform: uppercase;
margin: 0px 0px 22px 2px;
letter-spacing: 2px;
}



.query-excerpt .read-more {
display: table;
text-align: center;
margin: 30px auto 0;
width: 108px;
height: 30px;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/generic-read-more.png');
background-size: contain;
}

.fp-post-container-two {
    display: inline-block;
    width: 100%;
}


#fp-video-area {
width: 100%;
}

.fp-video-intro {
    margin: 85px auto 30px;
    width: 60%;
    max-width: 354px;
}

@media only screen and (max-width: 550px){
.fp-video-intro {
    margin: 45px auto 30px;
}
}


.fp-keep-driving-intro {
    margin: 85px auto 50px;
    max-width: 55%;
}

.fp-keep-driving-area {
	width:100%;
display: inline-block;
padding: 50px 0 26px;
background: white;
}

.fp-keep-driving-query {
width: 25%;
float: left;
}

h1.headline.keep-driving-title {
    font-size: 12px;
  margin: 16px 10px 20px 12px;
    letter-spacing: 2px;
    font-family: "Raleway",sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

h1.headline.keep-driving-title a {
color: black;
}


@media only screen and (max-width: 550px){
.fp-keep-driving-area {
padding: 30px 0 6px;
}
.fp-keep-driving-intro {
    margin: 45px auto 30px;
}
}


@media only screen and (max-width: 900px){
.fp-keep-driving-query {
width: 50%;
}
}

@media only screen and (max-width: 500px){
.fp-keep-driving-query {
width: 100%;
float: none;
}
}


.more-posts-area {
padding: 65px 0 0;
}

@media only screen and (max-width: 550px){
.more-posts-area {
padding: 45px 0 0;
}
}

#footer-area {
padding: 50px 0 19px;
background: #d7d2cc;
}

#footer-area a {
color: black;
}


.footer-columns {
width: 100%;
display: inline-block;
margin-bottom: 23px;
text-align: center;
font-size: 12px;
}


.column-a {
float: left;
width: 30%;
margin: 0 0 0 2%;
}

.column-b {
float: left;
width: 30%;
margin: 0 3%;
}

.column-c {
float: left;
width: 30%;
margin: 0 2% 0 0;
}

.column-a p, .column-c p {
margin: 9px 0 0;
}


@media only screen and (max-width:650px){
.footer-columns {
margin-bottom: 35px;
}
.column-a, .column-b {
float: none;
margin: 0 0 50px;
width: 100%;
}
.column-c {
float: none;
margin: 0;
width: 100%;
}
}



#mc_container-footer {
width: 100%;
margin: 0 auto;
display: inline-block;
}

#mc-center-footer {
margin: 10px auto 0;
}



.mc-name-box-footer input, .mc-email-box-footer input {
font-size: 12px;
letter-spacing: 2px;
text-indent: 2px;
color: #717171;
width: 96%;
padding: 5px 2%;
border: none;
margin-bottom: 10px;
border-radius:0px !important;
max-width: 230px;
}




.mc-button-footer {
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/lets-go-bottom-footer-button.png');
width: 82px;
height: 35px;
margin: 5px auto 0;
}
.mc-button-footer input {
width: 82px;
height: 35px;
border: none;
cursor: pointer;
border-radius:0px !important;
background: transparent;
}



textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

@-moz-document url-prefix() { 
 .mc-button-footer  input{
   padding: 3px 5px;
  }
}


mc_container-footer::-webkit-input-placeholder {
   color: #717171;
text-align: left;
opacity: 1;
}

mc_container-footer:-moz-placeholder { /* Firefox 18- */
   color: #717171;
text-align: left;
opacity: 1;
}

mc_container-footer::-moz-placeholder {  /* Firefox 19+ */
   color: #717171;
text-align: left;
opacity: 1;
}

mc_container-footer:-ms-input-placeholder {  
   color: #717171;
text-align: left;
opacity: 1;
}



#mc_container-footer input:focus::-webkit-input-placeholder {
    color: transparent;
text-align:  left;
}

#mc_container-footer input:focus :-moz-placeholder { /* Firefox 18- */
   color: transparent;
text-align:  left;
}

#mc_container-footer input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
text-align:  left;
}

#mc_container-footer  input:focus:-ms-input-placeholder {  
    color: transparent;
text-align:  left;
}



.footer-feature-area {
padding: 30px 0px 25px;
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile.jpg");
}

.featured-holder {
width: 100%;
max-width: 765px;
margin: 0 auto;
}

.featured-holder-inline {
width: 100%;
display: inline-block;
}


.featured-col-a {
float: left;
width: 11.5%;
margin-right: 9%;
}
.featured-col-b {
float: left;
width: 27.5%;
margin-right: 9%;
}
.featured-col-c {
float: left;
width: 21%;
margin-right: 9%;
}
.featured-col-d {
width: 13%;
float: right;
}


@media only screen and (max-width: 750px){
.featured-holder {
width: 100%;
max-width: 648px;
}
.featured-col-a {
float: left;
width: 10.5%;
margin-right: 9%;
}
.featured-col-b {
float: left;
width: 27.5%;
margin-right: 9%;
}
.featured-col-c {
float: left;
margin-right: 9%;
width: 21%;
}
.featured-col-d {
    width: 14%;
    float: right;
}
}

@media only screen and (max-width: 525px){
.featured-holder {
width: 100%;
max-width: 648px;
}
.featured-col-a {
margin: 0px auto 25px;
float: none;
width: 28%;
}
.featured-col-b {
margin: 0px auto 5px;
float: none;
width: 65%;
}
.featured-col-c {
width: 52%;
margin: 0 auto 5px;
float: none;
}
.featured-col-d {
width: 35%;
margin: 0 auto;
float: none;
}
}

.attribution-container {
text-align: center;
font-size: 10px;
margin-top: 18px;
}

.attribution-container p {
margin: 0;
}

@media only screen and (max-width: 550px){
.footer-feature-area {
margin-bottom: 15px;
}
}


.page-title-wide-style {
margin: 3px auto 44px;
max-width: 100%
}

.page-title-medium-style {
margin: 3px auto 44px;
max-width: 65%
}

.page-title-narrow-style {
margin: 3px auto 44px;
max-width: 45%
}




.page-content-area {
background: white;
padding: 47px 0px 28px;
margin-bottom: 90px;
width: 100%;
}

.post-content-area {
background: white;
padding: 47px 0px 28px;
margin-bottom: 30px;
width: 100%;
}

.single-post-date-container {
font-weight: bold;
font-size: 14px;
color: #AE9A79;
text-align: center;
width: 100%;
padding: 0px 0px 20px;
}



.page-text-padding, .page-text-padding-single {
padding:  0 50px;
}
.page-text-padding-single {
margin-bottom: 21px;
}




@media only screen and (max-width: 550px){
.page-text-padding, .page-text-padding-single {
padding:  0 25px;
}
.page-title-style,  .page-title-medium-style, .page-title-narrow-style {
margin: 3px auto 29px;
}
.page-content-area, .post-content-area  {
background: white;
padding: 32px 0 8px;
margin-bottom: 50px;
}
}

.tri-img-container {
display: inline-block;
width: 100%;
margin-bottom: 17px;
}

.tri-img-top {
margin: 0 0 30px;
}

.tri-img-left {
float: left;
width: 472px;
}

.tri-img-right {
float: right;
width: 472px;
}

@media only screen and (max-width: 1023px){
.tri-img-top {
margin: 0 0 3.5%;
}
.tri-img-left {
float: left;
width: 48%;
}
.tri-img-right {
float: right;
width: 48%;
}
}

@media only screen and (max-width: 655px){
.tri-img-top {
margin: 0 0 6%;
}
.tri-img-left {
float: left;
width: 47%;
}
.tri-img-right {
float: right;
width: 47%;
}
}

@media only screen and (max-width: 472px){
.tri-img-top {
margin: 0 0 25px;
}
.tri-img-left {
float: none;
width: 100%;
margin: 0 0 25px;
}
.tri-img-right {
float: none;
width: 100%;
}
}



.bottom-social {
width: 174px; 
display: inline-block;
margin: 30px 0 0;
}

.bottom-social-bg {
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/03/sprite.png");
background-size: 1000px auto;
}


.bottom-fb {
width:20px;
 height: 20px; 
margin-right: 17px; 
float: left; 
background-position: -125px 0px;
}

.bottom-twitter {
width:20px; 
height: 20px; 
margin-right: 19px; 
float: left;
background-position: -150px 0px;
}

.bottom-pinterest {
width:20px; height: 20px; 
margin-right: 19px;
 float: left;
background-position: -175px 0px;
}

.bottom-instagram {
width:20px; height: 20px; float: left;
margin-right: 19px;
background-position: -200px 0px;
}

.bottom-youtube {
width:20px; height: 20px; float: left;
background-position: -125px -25px;
}




.blog-post-container {
position: relative;
display: inline-block;
width: 100%;
}


.blog-post-container .odd {
    width: 47%;
    float: left;
max-width: 452px;
margin-bottom: 50px;
}

.blog-post-container .even {
    width: 47%;
    float: right;
max-width: 452px;
margin-bottom: 50px;
}

@media only screen and (max-width: 502px){
.blog-post-container .odd, .blog-post-container .even {
width: 100%;
float: none;
}
.blog-post-container .even, .blog-post-container .odd {
max-width: 100%;
}
} 

.template-home .post_box:nth-of-type(odd){clear:both;}

.template-category .post_box:nth-of-type(odd){clear:both;}
.template-search .post_box:nth-of-type(odd){clear:both;}

.template-archive .post_box:nth-of-type(odd){clear:both;}
.template-tag .post_box:nth-of-type(odd){clear:both;}
.template-author .post_box:nth-of-type(odd){clear:both;}
.template-day .post_box:nth-of-type(odd){clear:both;}
.template-month .post_box:nth-of-type(odd){clear:both;}
.template-year .post_box:nth-of-type(odd){clear:both;}
.template-contact .post_box:nth-of-type(odd){clear:both;}

#blog-nav {
margin: 10px 0px 0px;
width: 100%;
display: inline-block;
}

.previous_posts a {
float: left;
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/older-posts-but.png");
background-size: 94px 22px;
background-repeat: no-repeat;
width: 94px;
height: 22px;
text-indent: -10000px;
}


.next_posts a {
float: right;
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/newer-posts-but.png");
background-size: 101px 23px;
background-repeat: no-repeat;
width: 101px;
height: 23px;
text-indent: -10000px;
}

.blog-keep-driving-intro {
    margin: 64px auto 26px;
    max-width: 55%;
}

@media only screen and (max-width: 550px){
.blog-keep-driving-intro {
    margin: 44px auto 26px;
    max-width: 55%;
}
#blog-nav {
margin-top: 0px;
}
}



.previous_post a {
float: left;
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/previous-post-sing.png");
background-size: 76px 22px;
background-repeat: no-repeat;
width: 76px;
height: 22px;
}


.next_post a {
float: right;
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/next-post-single.png");
background-size: 53px 23px;
background-repeat: no-repeat;
width: 53px;
height: 23px;
}

.single-navigation-container {
display: inline-block;
margin: 0 auto 40px;
width: 100%;
}

.post-share-area {
margin-bottom: 71px;
}

@media only screen and (max-width: 550px){
.post-share-area {
margin-bottom: 31px;
}
}

.related-container {
width: 105%;
    padding-bottom: 25px;
    margin: 10px -4.3% 0px 0px;
}

.related-posts {
width: 30%;
display: inline-block;
vertical-align: top;
margin: 0px 2% 0px 0px;
background: white;
}

.special-padding {
padding: 26px 50px 10px;
}


@media only screen and (max-width: 1023px){
.special-padding {
padding: 26px 20px 10px;
}
}

h1.headline.related-title, h1.headline.related-title a {
    font-size: 12px;
    margin: 0px 0px 13px 2px;
    letter-spacing: 2px;
    font-family: "Raleway",sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
color: black;
}




.related-excerpt .read-more {
display: table;
text-align: center;
margin: 10px auto 0;
width: 82px;
height: 23px;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/read-more-related.png');
background-size: contain;
}



@media only screen and (max-width: 800px){
.related-excerpt {
display: none;
}
.special-padding {
padding: 12px 10px 0px;
}
}

@media only screen and (max-width: 550px){
.related-container {
width: 100%;
    padding-bottom: 25px;
    margin: 0px;
}
.related-container img{
margin: 0 auto;
}
.related-posts {
width: 100%;
margin: 0px 0 25px;
}
.special-padding {
padding: 26px 25px 10px;
}
.related-excerpt {
display: inherit;
}
.related-excerpt .read-more {
display: table;
text-align: center;
margin: 30px auto 0;
width: 108px;
height: 30px;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/generic-read-more.png');
background-size: contain;
}
h1.headline.related-title, h1.headline.related-title a {
    font-size: 18px;
}
}






/*COMMENTS SECTION****/

.comments-intro {
margin: 64px auto 30px;
max-width: 252px;
width: 60%;
}



@media only screen and (max-width: 550px){
.comments-intro {
margin: 0px auto 30px;
}
}



.comment-paragraph-container {
position: relative;
margin: 20px 0px 28px;
background: #d7d2cc;
}







#comments.comments ul li:before {
display: none;
}





.comments {
width: 100%;
background-image: url('');
padding: 0px 0px 0px !important;
margin-bottom: 50px;
}
.comments a {text-decoration: none; color: #AE9A79;}
.comments_intro {
    text-transform: lowercase;
    color: #717171;
    font-size: 14px;
font-style: italic;
    text-decoration: none;
    padding: 5px 20px 0;
    margin: 0px -25px 30px;
    text-align: center;
}

.comments_intro a {
color: #717171;
}

.padding-comments {padding: 0px ;
}

.comment-header {
display: inline-block;
margin-bottom: -4px;
width: 100%;
}


.comments ul {
padding: 0px;
margin: 0px;
}



ul.comment_list {
    margin: 0px;
}

#comments ul {
 padding: 0px 0px 0px 0px;
}
#comments li{
list-style-type: none;
margin: 20px 0px 0px;
border-bottom: 0px solid #717171;
}

#comments li li{
list-style-type: none;
margin: 00px 0px 0px;
border-bottom: none;
}





#comments ul li li{
 padding: 0px 0px 0px 25px;
}







.avatar-date-container {
width: 100%;
display: inline-block;
}


.avatar-container {
width: 50px;
height: 50px;
margin: 5px 15px 0px 0px;
float: left;
}







.comment-author-container {
font-family: "Raleway",sans-serif;
font-size: 18px;
color: #AE9A79;
letter-spacing: 2.5px;
text-align: left;
text-transform: uppercase;
margin-top: 4px;
font-weight: bold;
}

.comment-author-container a{
color: #AE9A79;
}



.comment-date-container {
font-size: 12px;
color: #61BEAA;
display: block;
text-align: left;
font-family: 'Raleway', sans-serif;
	font-weight: 400;
letter-spacing: 1.5px;
padding-top: 17px;
text-transform: uppercase;
}

@media only screen and (max-width: 550px){
.comment-date-container {
padding-top: 26px;
}
}

.comments-inner {
padding: 15px 20px;
}

.comment-reply {
font-size: 11px;
padding: 0px 20px 10px 0px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: right;
position: relative;
margin-top: -5px;
color: #AE9A79;
font-family: 'Arial Black', sans-serif !important; font-weight: bold;
}

.comment-reply a{
color:  #AE9A79;
}







.comment-author-drew-edward-seamangmail-com> .comment-paragraph-container, .comment-author-julie-patricia-smith> .comment-paragraph-container  {
background: #313C61;
color: white;
}




.comment-author-drew-edward-seamangmail-com> .comment-paragraph-container .comment-form-title, .comment-author-julie-patricia-smith> .comment-paragraph-container  .comment-form-title {
color: white;
}



.comment-form-container {
margin: 0px;
}




#commentform {
padding: 0;
margin-bottom: 5px;
}




#commentform p{
padding: 5px 0 5px;
	background: none;
border-radius: 0px;
color: #AE9A79;
}

.comment-form-title-container{
padding: 30px 0px 0px;
border-top: 1px solid #AE9A79;
margin-top: 50px;
}

.comment_form_title{
font-size: 14px;
margin: 0px 0px 25px;
letter-spacing: 2px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
color: #AE9A79 !important;
font-weight: bold;
}

#comments label, #commentform label{
  display: inline-block;
	vertical-align: center;
  min-width: 80px;
}




.cancel-reply {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
color: #313C61;
font-family: 'Arial Black', sans-serif !important; font-weight: bold;
margin: -20px 0px 5px 0px;
}

.cancel-reply a{
color: #61BEAA !important;
}


#author, #email, #url{
  font-size: 12px;
  margin: 10px 5px 0 0;
  padding: 5px;
  max-width: 250px;
width: 90%;
border: solid 1px #717171;
font-family: helvetica;
}

#comments p.comment_form_title {
text-align: left;
}

#comment {
  height: 150px;
  margin: 10px 0;
width: 97%;
padding: 1.5%;
border: solid 1px #717171;
	font-size: 13px;
max-width: 500px;
letter-spacing: 1.5px;
font-family: helvetica;
}

#comment_form_comment {
margin-bottom: 5px;
}


p#comment_form_submit input#submit.input_submit, #comments input:hover[type="submit"] {
    background-color: #AE9A79;
    color: white;
	border: none;
    font-size: 12px;
    padding: 5px 8px;
	margin: -20px 0 0px;
	cursor: pointer;
border-radius: 0px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
font-family: 'Arial Black', sans-serif !important; font-weight: bold;
}

.comments-paragraph-padding {padding: 15px 0px 0px;}

#comments.comments ul li {   
 padding: 0px;
margin-left: 0px;
text-align: left;
}

#comments.comments ul li li{   
 padding: 0px;
margin-left: 30px;
text-align: left;
}

#comment.input_text {outline: none}


.cp-main-image img{
width: 100%;
height: auto;
margin: 0 auto;
max-width: 2000px;
}


.contact-page-content-area {
padding: 47px 0px 13px;
width: 100%;
font-size: 24px;
}


@media only screen and (max-width: 550px){
.contact-page-content-area {
padding: 32px 0 8px;
margin-bottom: 50px;
}
}


.contact-social {
width: 175px; 
display: inline-block;
margin: 27px 0 43px;
}


.navy-line-divider {
width: 100%;
 height: 3px; 
background: #313C61;
margin: 0 0 41px
}


@media only screen and (max-width: 550px){
.contact-social {
margin: 7px 0 23px;
}
.navy-line-divider {
margin: 0 0 21px
}
}



/* CONTACT FORM*/
/* contact form 7 and responses box****/


.contact-container {
width: 100%;
display: inline-bock;
}

.contact-container-left {
width: 46.5%;
float: left;
}

.contact-container-right {
width: 46.5%;
float: right;
text-align: center;
}

.contact-right-title {
font-size: 46px;
color: #AB8469;
letter-spacing: 4px;
margin-left: 4px;
text-align: center;
margin: 18px 0 12px;
}


@media only screen and (max-width: 700px){
.contact-container-left {
width: 100%;
float: none;
}
.contact-container-right {
width: 100%;
float: none;
margin: 30px 0 40px;
}
.contact-right-title {
font-size: 40px;
}
}


.contact-form-holder {
padding: 0px; 
border-radius: 15px; 
font-size: 18px; 
line-height: 30px;
max-width: 454px;
margin: 0 auto;
}



@media only screen and (max-width: 504px){
.contact-form-holder {
max-width: 80%;
}
}

@media only screen and (max-width: 400px){
.contact-form-holder {
max-width: 93%;
}
}


div.wpcf7-response-output{
font-size: 14px !important;
}

.contact-holder {
    border-top: 2px solid #717171;
margin: 40px 0px 44px;
padding: 30px 0px 0px
}


.wpcf7-response-output.wpcf7-mail-sent-ok {font-family: 'Raleway', sans-serif; letter-spacing: 2px; border: 1px solid #AE9A79;}
.wpcf7-response-output.wpcf7-validation-errors {font-family: 'Raleway', sans-serif; letter-spacing: 2px; border: 1px solid #AE9A79;}
INPUT.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {letter-spacing: 2px; border: 1px solid white; padding: 10px; font-size: 12px; margin-bottom: 19px; -webkit-appearance: none;
border-radius: 0;}
INPUT.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {letter-spacing: 2px; border: 1px solid white; padding: 10px; font-size: 12px; margin-bottom: 19px;}
TEXTAREA.wpcf7-form-control.wpcf7-textarea {letter-spacing: 2px; border: 1px solid white; padding: 10px; font-size: 12px; font-family: helvetica; height: 205px;}

@-moz-document url-prefix() { 
TEXTAREA.wpcf7-form-control.wpcf7-textarea {
height: 205px;
  }
}



INPUT.wpcf7-form-control.wpcf7-submit {
letter-spacing: 2px;
font-size: 17px;
border: medium none;
color: #FFF;
padding: 10px 0px;
text-transform: uppercase;
background-color: #313C61;
font-family: 'Raleway', sans-serif;
font-weight: bold;
text-align: center;
margin-top: 1px;
width: 80px;
}

input.wpcf7-form-control.wpcf7-text {letter-spacing: 2px; border: 1px solid white; padding: 10px; font-size: 12px; margin-bottom: 19px;}


.wpcf7-form-control  {
	width: 431px;
}
.wpcf7-submit {
	width: 100px;
	cursor: pointer;
}

@media only screen and (max-width:1023px){
.wpcf7-form-control {
		width: 95%;
}
}

@media only screen and (max-width:1023px){
.wpcf7-form-control {
		width: 92%;
}
}


@media only screen and (max-width:600px){
TEXTAREA.wpcf7-form-control.wpcf7-textarea {
height: 170px;
}
}


.media-kit, .media-kit  a{
text-align: center;
border: 3px solid #AE9A79;
color: #AE9A79;
font-size: 24px;
font-weight: bold;
padding: 14px 28px;
margin: 0 auto;
display: table;
letter-spacing: 3px;
}

.media-kit-p {
margin: 5px 0 47px 3px;
}

.media-kit-p a:focus {
border: 3px solid !important;
}


.feedback-blue-container {
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile.jpg");
width: 100%;
margin: 3px 0 25px;
}

.feedback-tan-container {
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile-gold.jpg");
width: 100%;
margin: 3px 0 25px;
}


.feedback-text {
color: white;
font-size: 18px; 
font-weight: bold;
letter-spacing: 2px;
margin: 0 0 25px 2px;
padding: 50px 50px 0;
}

.feedback-author {
color: white;
font-size: 18px; 
letter-spacing: 2px;
margin: 0 0 0 2px;
padding: 0 50px 50px;
text-align: left;
}

.feedback-author a {
color: white;
}

.contact-today {
color: #AE9A79;
font-size: 24px;
font-weight: bold;
text-indent: 3px;
display: table;
letter-spacing: 3px;
margin: 0 auto;
}


@media only screen and (max-width:550px){
.media-kit, .media-kit  a{
font-size: 20px;
padding: 10px 20px;
}
.media-kit-p {
margin: 5px 0 27px 3px;
}
.feedback-text {
padding: 30px 30px 0;
}
.feedback-author {
padding: 0 30px 30px;
}
.contact-today { 
font-size: 20px;
}
}


.media-center {
margin: 49px 0px 46px;
padding: 45px 0px 28px;
border-top: 2px solid #313C61;
border-bottom: 2px solid #313C61;
}

.media-grid {
width: 100%;
display: inline-block;
}


.media-row-one {
width: 100%;
display: inline-block;
margin-bottom: 29px
}

.media-row-two {
width: 100%;
display: inline-block;
margin-bottom: 25px;
}

.media-col-a, .media-col-b {
float: left;
width: 272px;
margin-right: 29px;
}

.media-col-c {
float: left;
width: 272px;
}

@media only screen and (max-width:1023px){
.media-col-a, .media-col-b {
float: left;
width: 32%;
margin-right: 2%;
}
.media-col-c {
float: left;
width: 32%;
}
.media-row-one {
margin: 0 0 2%;
}
}


@media only screen and (max-width:650px){
.media-col-a, .media-col-b {
float: none;
width: 100%;
margin: 0 0 25px 0;
}
.media-col-c {
float: none;
width: 100%;
}
.media-row-one {
margin: 0 0 25px;
}
}

@media only screen and (max-width:550px){
.media-center {
margin: 29px 0px 26px;
padding: 25px 0px 8px;
}
}




.page-content-non-white-area {
padding: 90px 0px 86px;
width: 100%;
}



.categories-intro {
background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile.jpg");
padding: 110px 0 90px;
}

@media only screen and (max-width:900px){
.categories-intro {
padding: 90px 0 70px;
}
}

@media only screen and (max-width:550px){
.categories-intro {
padding: 70px 0 50px;
}
.page-content-non-white-area {
padding: 50px 0px 46px;
}
}

@media only screen and (max-width:570px){
.cat-intro-img {
display: none;
}
}

@media only screen and (min-width:571px){
.cat-intro-img-responsive {
display: none;
}
}


.individual-categories-container p {
margin: 0px;
}

.individual-categories-initial-row {
display: inline-block;
width: 100%;
}

.individual-categories-col-a, .individual-categories-col-b, .individual-categories-col-c {
float: left;
width: 23.5%;
margin: 0 2% 0 0;
}

.individual-categories-col-d {
float: left;
width: 23.5%;
}

.individual-categories-additional-row {
display: inline-block;
width: 100%;
margin: 2% 0 0 0;
}

@media only screen and (max-width:900px){
.individual-categories-col-a {
width: 48%;
margin: 0 4% 4% 0;
}
.individual-categories-col-b {
width: 48%;
margin: 0 0 4% 0;
}
.individual-categories-col-c {
width: 48%;
margin: 0 4% 0 0;
}
.individual-categories-col-d {
width: 48%;
margin: 0 0 0 0;
}
.individual-categories-additional-row {
margin: 4% 0 0 0;
}
}

@media only screen and (max-width:450px){
.individual-categories-col-a {
width: 100%;
margin: 0 0 25px 0;
}
.individual-categories-col-b {
width: 100%;
margin: 0 0 25px 0;
}
.individual-categories-col-c {
width: 100%;
margin: 0 0 25px 0;
}
.individual-categories-col-d {
width: 100%;
margin: 0 0 0 0;
}
.individual-categories-additional-row {
margin: 25px 0 0 0;
}
}


/* Shop Pages*/ 

.feature-image-full {
width: 100%;
height: auto;
margin: 0 auto;
max-width: 2000px;
}

.feature-image-full img {
width: 100%;
}


.shop-content-area {
padding: 47px 0px 35px;
width: 100%;
}


.page-title-shop {
width: 80%;
max-width: 120px;
margin: 0 auto;
}

.purple-bg {
padding: 46px 50px;
    background-image: url("https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile.jpg");
}

.purple-bg-white-text {
color: white;
font-size: 18px;
}


.shop-ebook-container {
width: 100%;
display: inline-block;
margin-bottom: 45px;
}

.shop-ebook-left-container {
width: 31%;
margin-right: 4%;
float: left;
}

.shop-ebook-right-outer-container {
width: 65%;
float: left;
background: white;
}

.shop-ebook-right-inner-container {
padding: 43px 40px 50px;
font-size: 18px;
}


.shop-item-title {
font-size: 24px;
color: #313C61;
text-align: left;
font-weight: bold;
margin: 0 0 20px;
}

.tell-me-more {
width: 100%;
max-width: 268px;
margin: 0px 0 0 0;
}

.shop-page-ipad {
width: 100%;
margin: 0 auto;
max-width: 380px;
}


.shop-page-price {
width: 100%;
margin: -50px auto 0;
max-width: 150px;
}

.shop-divide-line {
width: 100%;
height: 3px;
background: #313C61;
margin: 0 0 50px;
}


/*Bullet Points for shop*/

.shop-ebook-right-inner-container ul {
list-style: none;
padding: 0px 0px 20px;
margin: 0px;
}

.shop-ebook-right-inner-container ul li:before {
   content: "•";
font-weight: bold;
font-family: Arial Black,Arial Bold,Gadget,sans-serif;
padding-right: 37px;
margin-left: -37px;
margin-right: -10px;
vertical-align: top;
color: #313C61;
}

.shop-ebook-right-inner-container ul li {   
text-align: left;
margin: 0 0 20px 35px;
padding: 0px;
}


@media only screen and (max-width: 800px){
.shop-ebook-left-container {
width: 100%;
margin: 0 0 40px 0;
float: left;
}
.shop-ebook-right-outer-container {
width: 100%;
}
.shop-item-title {
text-align: center;
}
.tell-me-more {
width: 100%;
max-width: 268px;
margin: 0px auto;
}
.shop-ebook-right-inner-container ul {
    padding: 0px 0px 20px;
    margin: 0px;
}
.shop-ebook-right-inner-container ul li::before {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 20px;
}
.shop-ebook-right-inner-container ul li {
    text-align: center;
    padding: 0px;
    margin: 0px 0px 20px;
}
}

@media only screen and (max-width: 550px){
.shop-content-area {
padding: 32px 0 0px;
}
.purple-bg {
padding: 26px 30px;
}
}

.ipad-interior {
width: 95%;
max-width: 380px;
margin: 50px auto 50px;
}

.just-price {
width: 80%;
max-width: 215px;
margin: 0 auto 50px;
}

.coming-summer {
width: 80%;
max-width: 375px;
margin: 0 auto 50px;
}

.coming-spring {
width: 80%;
max-width: 375px;
margin: 0 auto 50px;
}

.coming-2016 {
width: 80%;
max-width: 237px;
margin: 0 auto 50px;
}

.including {
width: 75%;
max-width: 197px;
margin: 0 auto 25px;
}

.not-including {
width: 80%;
max-width: 268px;
margin: 45px auto 25px;
}

.buy-now-button {
width: 90%;
max-width: 215px;
margin: 47px auto 20px;
}

.preserving-title {
width: 100%;
max-width: 567px;
margin: 0px auto 45px;
}

.preserving-title-responsive {
width: 100%;
max-width: 398px;
margin: 0px auto 45px;
}

@media only screen and (max-width: 500px){
.preserving-title {
display: none;
}
}

@media only screen and (min-width: 501px){
.preserving-title-responsive {
display: none;
}
}


.weekend-title {
width: 100%; 
max-width: 550px; 
margin: 0px auto 45px;
}

.weekend-title-responsive {
width: 100%; 
max-width: 320px; 
margin: 0px auto 45px;
}

@media only screen and (max-width: 500px){
.weekend-title {
display: none;
}
}

@media only screen and (min-width: 501px){
.weekend-title-responsive {
display: none;
}
}

.negotiate-title {
width: 100%; 
max-width: 745px; 
margin: 0px auto 45px;
}

.negotiate-title-responsive {
width: 100%; 
max-width: 411px; 
margin: 0px auto 45px;
}

@media only screen and (max-width: 700px){
.negotiate-title {
display: none;
}
}

@media only screen and (min-width: 701px){
.negotiate-title-responsive {
display: none;
}
}

.gluten-title {
width: 100%; 
max-width: 606px; 
margin: 0px auto 45px;
}

.gluten-title-responsive {
width: 100%; 
max-width: 321px; 
margin: 0px auto 45px;
}

@media only screen and (max-width: 550px){
.gluten-title {
display: none;
}
}

@media only screen and (min-width: 551px){
.gluten-title-responsive {
display: none;
}
}

#ebook-sign-up-area  {
padding: 45px 0 20px;
margin-top: -40px;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile.jpg');
}

@media only screen and (max-width: 550px){
#ebook-sign-up-area  {
margin-top: 0px;
}
}



#fancy-drive-area-shop {
padding: 45px 0 20px;
background-image:url('https://www.driveontheleft.com/wp-content/uploads/2015/04/textured-tile.jpg');
}

/*Resources Page */

.resources-content-area {
padding: 50px 0px 27px;
width: 100%;
}


.resources-divide-line {
width: 100%;
height: 3px;
background-color: #313C61;
margin: 20px auto 47px;
}

@media only screen and (max-width: 900px){
.resources-divide-line {
margin: 0px auto 40px;
}
}

.resource-row-container {
width: 100%;
display: inline-block;
margin-bottom: -5px;
}

.resource-column-inner-padding {
background: white;
padding: 20px;
}


.resource-column-a, .resource-column-b, .resource-column-c {
width: 221px;
margin:  0 30px 30px 0;
float: left;
}

.resource-column-d {
width: 221px;
margin:  0 0 30px;
float: left;
}

.resource-column-title, .resource-column-title a {
width: 100%;
float: left;
font-family: 'Raleway', sans-serif;
font-size: 15px;
color: #navy;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
margin: -5px 0px 9px 2px;
min-height: 45px;
}

.resource-column-text {
text-align: left;
}


@media only screen and (max-width: 1023px){
.resource-column-a, .resource-column-c {
width: 47%;
margin:  0 6% 0 0;
float: left;
}
.resource-column-b, .resource-column-d {
width: 47%;
margin:  0 0 0 0;
float: right;
}
.resources-two-column-split {
float: left;
width: 100%;
margin: 0 0 30px;
}
.resource-column-title, .resource-column-title a {
min-height: 0px;
font-size: 18px;
}
}

@media only screen and (max-width: 700px){
.resource-column-a, .resource-column-c {
width: 45%;
margin:  0 10% 30px 0;
float: left;
}
.resource-column-b, .resource-column-d {
width: 45%;
margin:  0 0 0px 0;
float: right;
}
.resource-column-title, .resource-column-title a {
font-size: 15px;
}
}

@media only screen and (max-width: 550px){
.resource-column-a, .resource-column-b, .resource-column-c, .resource-column-d {
width: 100%;
margin:  0 0 50px 0;
float: left;
}
.resource-column-title, .resource-column-title a {
font-size: 18px;
}
}

@media only screen and (max-width: 350px){
.resource-column-title, .resource-column-title a {
font-size: 15px;
}
}

.view-here {
width: 100%;
max-width: 123px;
margin: 20px auto 0;
}
/*---:[ custom CSS ]:---*/
.blockUI.blockMsg.blockPage {
font-family: helvetica !important;
	text-transform: uppercase;
	padding: 50px 0
}



/* Shareaholic custom css*/

div#badge {
    display: none;
}

.flat i.shareaholic-service-icon {
background-size: 1000px auto !important;
}

ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon {
width: 25px !important;
	height: 25px !important;
}



.shareaholic-share-button i.shareaholic-service-icon, .flat i.shareaholic-service-icon  {
    background-image: url('https://www.driveontheleft.com//wp-content/uploads/2015/03/sprite.png') !important;
	background-color: transparent !important;
	font-size: 0 !important;
}

i.shareaholic-service-icon.service-facebook {
    background-position: -225px 0px !important;
}

i.shareaholic-service-icon.service-twitter {
    background-position: -250px 0px !important;
}

i.shareaholic-service-icon.service-google_plus {
    background-position: -275px 0px !important;
}

i.shareaholic-service-icon.service-pinterest {
    background-position: -300px 0px !important;
}
i.shareaholic-service-icon.service-email_this {
    background-position: -325px 0px !important;
}

i.shareaholic-service-icon.service-all {
    background-position: -350px 0px !important;
}




.cluv {
border: 1px solid #AE9A79 !important;
border-left: none !important;
border-right: none !important;
    padding: 5px 0px !important;
    display: block !important;
    font-size: 100% !important;
    text-transform: none !important;
    margin: 20px 0 !important;
}

div#commentluv {
    clear: both !important;
    margin: 10px 0px 30px !important;
}

.comments-area-container input.cl_error{
    border: 1px solid #AE9A79 !important;
}