/* Theme Name: Mel and Mary's */

body{
	 font-family: Helvetica, Arial, sans-serif;

}
#wrapper{
	background: url('/wp-content/themes/melandmarys/img/bg.jpg') no-repeat;
	background-size: cover;
}

#headerImage{
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35);
}

h1{
	font-size: 30px;
}
hr{
	border-top: 2px #525e38 solid;

}
.fancy {
  line-height: 1.2;
  text-align: center;
	overflow-x: hidden;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #525e38;;
  top: 50%;
  width: 400px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

p{
	font-size: 17px;
}
.white{
	color: #ffffff;
}
.gray{
	color: #707070;
}
.blue{
  color: #526a74;
}
.btn.patternBG{
	background: url('/wp-content/themes/hambleton/img/button.jpg') no-repeat;
	color: #766200;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 15px;

}
.button-group{
	margin-top: 50px;
}

form input[type="text"], form input[type="tel"], form input[type="email"], textarea{
	border: 2px #95adb9 solid!important;
	border-radius: 0px!important;
	-wekbit-border-radius:0px!important;
}
::-webkit-input-placeholder {
	color:#95adb9;
}

.frm_submit input{
	background-color: rgba(170,196,207,0.39);
	color: #526a74;
	border: 1px #526a74 solid;
	font-size: 16px!important;
	font-weight: bold!important;
	padding: 9px 15px!important;
	border-radius: 0!important;
	min-width: 100px!important;
	margin: 10px 0!important;
}
.blue-btn, .frm_submit input{
	background-color: rgba(170,196,207,0.39);
	color: #526a74;
	border: 1px #526a74 solid;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 15px;
	border-radius: 0;
	min-width: 100px;
	margin: 10px 0;
}
.blue-btn:hover, .frm_submit input:hover{
	background-color: #526a74!important;
	border: 1px #aac4cf solid;
	color: #aac4cf!important;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 15px;
	border-radius: 0!important;
	min-width: 100px;
	margin: 10px 0;
}

.grayBG{
	background-color: #ebebeb;
}
.mt0{
	margin-top: 0px;
}
.mb0{
	margin-bottom: 0;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mt40{
	margin-top: 40px;
}
.mb40{
	margin-bottom: 40px;
}
a{
  color: #526a74;
}
/* Toggle Styles */
#menu-toggle.green{
	max-width:35px;background-color: transparent;border: 3px #525e38 solid;padding: 4px 5px 2px 5px;
}
#menu-toggle.white .fa-bars{
	color: #ffffff;font-weight:bold;font-size: 20px;
}
#menu-toggle.dark{
	max-width:35px;background-color: transparent;border: 3px #766200 solid;padding: 4px 5px 2px 5px;
}
#menu-toggle.dark .fa-bars{
	color: #766200;;font-weight:bold;font-size: 20px;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 320px;
}

#sidebar-wrapper {
    z-index: 100;
    position: fixed;
    left: 320px;
    width: 0;
    height: 100%;
    padding-bottom: 15px;
    margin-left: -320px;
    overflow-y:hidden;
    background: #fffcea url('/wp-content/themes/hambleton/img/sidebarBG.jpg') repeat-y;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 320px;
}

#page-content-wrapper {
    width: 100%;
    min-height: 100%;
    position: absolute;
    padding: 0px 0;
}

#page-content-wrapper.home p{
	line-height: 28px;
}
#page-content-wrapper.inner{
	padding: 0 50px;
	color: #526a74;
}
#page-content-wrapper.inner h1 span{
	font-weight: bold;
}
#page-content-wrapper.inner ul{

}
#homeContent{
	color: #526a74;
	background-color: rgba(255, 255, 255, .92);
	width: 55%;
	min-height: auto;
	height: 100%;
	max-width: 700px;
	margin: 0;
	padding: 15px 35px;
	text-shadow: none;
	overflow-x: auto;

}
#innerContent{}
#innerContent p{
	font-size: 15px;
	color: #526a74;
}
#innerContent ul{
	list-style-type: disc;
	padding-left: 7px;
	font-size:17px;
}
#innerContent h1{
	color: #526a74;
}
#innerContent h3{
	font-size: 17px;
	color: #526a74;
	font-weight: bold;
}
.paddedContent{
	padding: 75px 50px;
}

#homeContent{

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -320px;
}

.sub-page-nav{
	max-width:650px;
	margin:auto;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
		min-height: 100%;
		max-height: 100%;
		background-color: #aac4cf;
    top: 0px;
    width: 100%;
    margin: 0;
    padding: 10px 0 20px 0;
    list-style: none;
    font-family: Helvetica, Arial, sans-serif;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 20px;
    font-size: 14px;
}

.sidebar-nav li.navLink a{
	font-size: 14px;
	text-align: center;
	color: #526a74;
	padding-top: 5px;
	padding-bottom:5px;
	border-bottom: 1px #95adb9 solid;
	display: block;
}
.sidebar-nav li.navLink.first a{
	border-top: 1px #95adb9 solid;
}

/*.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    text-align: center;
}*/

.sidebar-nav li a:hover {
    text-decoration: none;
    background-color: #e7f1f5;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 180px;
    font-size: 14px;
    line-height: 16px;
		color: #fffcea;
}
.sidebar-nav > .sidebar-brand p{
	font-size: 14px;
	color: #526a74;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
		text-align: center;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#logo{

}


/* GUEST ROOMS */
.room{

}
.room-content p{
	line-height: 1.6em;
}

/* AVAILABILITY & RESERVATIONS */
.see-more{
	margin-top: 17px;
	float: left;
	margin-left: 50px;
}

/* CONNECT PAGE */
.blog-post h2{
	font-size: 22px;
}

/* CONTACT US */

.frm_style_formidable-style{
	font-family: Georgia, Times, 'Times New Roman', serif!important;
}
/* Trip Advisor*/
#CDSWIDSSP{
	margin: 20px auto!important;
}

/*@media(min-width:992px){
	#wrapper{
		background: #ffffff;
	}
}*/
@media(min-width:768px) {
    #wrapper {
        padding-left: 320px;
    }
		div#wrapper.home{
			overflow-x: hidden;
		}

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 320px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {

        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(max-width:768px){
	  #innerContent{
				padding: 25px 50px;
		}
		#homeContent{
			color: #526a74;
			background-color: rgba(255, 255, 255, .89);
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 15px 35px;
			text-shadow: none;

		}
		body{
			background: none;
      
		}
		#innerContent, .paddedContent, .room{
			padding: 15px;
		}
		/* AVAILABILITY & RESERVATIONS */
		.see-more{
			margin-top: 20px;
			float: left;
			margin-left: 10px;
			font-size:14px;
		}
}
