/*Remove link underlines from Footer*/
.footerContent .blockInnerContent a, .footerContent .blockInnerContent a:hover{
    text-decoration: none;
}

/*Footer link hover effect*/
.footerContent .blockInnerContent a:hover, .footerSocialIcons li a:hover{
    color: #28A0AA;
}

/*Style Second Button under "Why Chriopractic Care"*/

.blockWrap_a2330d033db9420a875e48443b480102 a.button:nth-child(2){
    background-color: #155054;
    border: 2px solid #ffffff;
    }
.blockWrap_a2330d033db9420a875e48443b480102 a.button:nth-child(2):hover{
    background-color: #dcc0ab;
    border: 2px solid #bd835a;
    color: #727272;
    }
/*Desktop Dropdown Nav Style*/
.navContent ul li ul a {
    font-family: Helvetica;
    text-transform: capitalize;
    font-weight: 200;
    }
    
.navContent ul li ul li:hover {
    background-color: #797979;
    }
.navContent ul li ul a:hover, .navContent ul li ul a.selected {
    color: #ffffff;
    background-color: #797979;
    }
    
/*Mobile Styles*/
@media only screen and (max-width: 767px) {
   /*---Nav Style---*/

.navContainer.mobileSideNav {
    background-color: #1c2429;
    }

.navContent li a, .navContent li .navLabel {
    color: #ffffff;
    font-family: Helvetica;
    text-transform: capitalize;
    font-weight: 200;
    }
    
.navContent li a.selected {
    color: #28A0AA;
    }
    
   /*---FOOTER---*/
.footerContent .blockInnerContent, .footerContent .contentTitle, .footerContent .blockContent {
    text-align: center;
    }
    
   /*---HOMEPAGE---*/
/*Hero*/
div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
background-image: url(https://static.mywebsites360.com/a232268f28574b89bc9b67de4aeb12b5/i/eb8eb65fa3aa46958f7090caf39316f3/1/5feFb8zhrk/hero-v2-5d8a78e682c04.jpg);
    background-attachment: scroll;
    background-position: 50% 0%;
    background-size: 250%;
    padding-bottom: 120px !important;
    }
    
.blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
    font-size: 22px;
    width: 300px;
    margin: auto;
    }
/*Removes "invisible" image from row to reduce top spacing on mobile*/   
.items_a2330d033db9420a875e48443b480102 .item.itemPreview.hasImg {
    display: none;
}

div.blockWrap_a2330d033db9420a875e48443b480102 {
background-image: none;
background-color: #f1f1f1;
padding-top: 30px !important;
padding-bottom: 30px;
    }
/*General Styling To More Accurately Represent Original Site*/    
.blockWrap_a0a0f2486ede46789947e6907b8e8bff p {
    font-size: 14px;
    }
    
div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
    padding-top: 80px;
    padding-bottom: 80px;
    }
    
.blockWrap_dbbbd7552c2d418da16d4475414c9e97 {
    padding-top:30px;
    }

div.blockWrap_f0e82db978a144e1b098f7552b18cc4c {
    padding-bottom: 20px;
    padding-top: 10px;
    }
}
/*End Mobile Styles*/

/*Change BG colors for Simple List Items*/
.items_a2330d033db9420a875e48443b480102  .item:nth-child(1) {
    background-color: #ffffff00;
    }
    
.button {
    padding: 15px 20px;
    }
    
div.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    font-family: "Proxima Nova", Helvetica;
    font-weight: 200;
    }

.footerInner h2.contentTitle {
    color: #bd835a;
    }

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}
    
/* Responsive Inline Simple List */

@media only screen and (max-width: 767px) {
    
    
    .listView.vAlgn1 .itemPreview.hasImg, 
    .listView.vAlgn2 .itemPreview.hasImg {
        display: block !important;
    }
    
    
    .listView .itemPreview.hasImg .itemImg {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .listView .itemPreview.hasImg .itemContent {
        width: 100% !important;
    }
}

/*Mobile Header*/
@media only screen and (max-width: 767px) {
.headerContent h1.logo img {
    content: url("https://static.mywebsites360.com/a232268f28574b89bc9b67de4aeb12b5/i/ca33028b75934cc08ff77a3851be19ce/0/4SoifmQp45JMgBnHjfgmz");
    }
.headerContainer {
    background-color: #28A0AA;
    padding-top: 5px;
    padding-bottom: 5px;
    }
}

/* Responsive Inline Simple List - Treatment of Common Chiropractic Conditions Page*/

@media only screen and (max-width: 767px) {
    .listView.vAlgn1 .itemPreview.hasImg, 
    .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
    .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}
.listView .itemPreview.hasImg .itemImg {
    width: 25%
    }
.listView .itemPreview.hasImg .itemContent {
    width: 75%;
    }