/*
Theme Name: Coffee Lounge Child
Theme URI: http://themefuse.com/wp-themes-shop/coffee-lounge-wordpress-theme/
Description: Child theme for the Coffee Lounge. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: coffeelounge-parent
*/

@import url("../coffeelounge-parent/style.css");

.topmenu .dropdown {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  z-index: 1300;
  margin: 0;
  padding: 23px 0 0 0;
  float: right;
}


.m_image {
	margin-right: 26px;
	margin-left: 10px;
	margin-top: 10px;
}

.menu_item {
	background: #f0eff2;
	height: 130px;
	text-align: left;
	clear: both;
	margin-bottom: 10px;
}

.m_name {
	width: 500px;
	padding-right: 14px;
}


.post-detail .entry h3 {
	margin: 40px 0 10px;
	/* font-size: 28px; */
}

.entry .title_cursive h3 {
	font-size: 43px;
	color: #454773;
	font-family: 'Arizonia', cursive;
	margin: 20px 0 10px 0;
}



h3 {
	font-size: 21px;
	margin-bottom: 10px;
	text-align: left;
}



.menu_circle .circle {
	width: 262px;
	height: 262px;
	border: 7px solid #f5f4f8;
	-moz-border-radius: 156px;
	-webkit-border-radius: 156px;
	border-radius: 156px;
	overflow: hidden;
	background: transparent no-repeat 0 0;
	background-position-x: 30%;
	position: static;
}

.contact-box .box span {
	display: inline;	
	width: 60px;
	margin-right: 5px;
}

.social-yelp {
	background: url(http://www.michelleboone.com/wp-content/uploads/2013/05/yelp-logo.png) no-repeat;
}

.styled_table table {
	width: 95%;
	border-collapse: separate;
	padding-bottom: 1px;
}

.sidebar .widget_search {
	margin-bottom: 0px;
}

li {
	margin: 2px 25px;
}

.post-detail .entry h2 {
	margin: 0px 0px 10px;
	font-size: 26px;
}

.box h3 {
font-size: 21px;
margin-bottom: 10px;
text-align: center;
}

.container_12 .grid_2 {
    margin-bottom: 15px;
}



/* Adjustments to headers and body to account for phone number at top */

.header_bot {
background: url(http://www.michelleboone.com/wp-content/themes/coffeelounge-parent/images/header_bot_bg.png) 0 375px repeat-x;
height: 455px;
}

.middle .container_12 {
min-height: 200px;
padding: 60px 0 30px 0;
z-index: 2;
}

.header_thin .header_bot {
background: url(http://www.michelleboone.com/wp-content/themes/coffeelounge-parent/images/header_bot_bg.png) 0 173px repeat-x;
height: 181px;
}

.middle .container_12 {
min-height: 200px;
padding: 65px 0 30px 0;
z-index: 2;
}



/* FAQS */

#qaplus_searchform {
margin-bottom: 20px;
float: right;
margin-top: -1px;
}

.post-detail .entry h2 {
margin: 10px 0px 10px;
font-size: 23px;
}

.post-detail .entry h3 {
margin: 40px 0 10px;
/* font-size: 18px; */
}


.list_check li {
list-style: none;
background: url(http://www.michelleboone.com/wp-content/uploads/2014/02/icon_check_18.png) 0 0 no-repeat;
margin: 0 0 10px 0;
line-height: 25px;
padding: 0 0 0 32px;
/* background-size: inherit; */
}


/* Before & After Photo Gallery */

.thumbnail {
    width: 120px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 15px;
}

.thumbnail:hover {
    position: relative;
    top:-10px;
    left:0px;
    width:115px;
    height:auto;
    display:block;
    z-index:999;
}


/* iFrame Border */

.frame_center {
    display: block;
    margin: 10px auto;
    text-align: center;
    width: 50%;
}

.divider_thin_home {
    margin-bottom: 30px;
    padding-top: 15px;
    background: url(images/divider_line.gif) bottom repeat-x;
    width: 75%;
    margin-left: 10%;
}

.menu_circle .caption {
    display: block;
    position: relative;
    z-index: 2;
    width: 262px;
    height: 80px;
    -moz-border-radius: 156px;
    -webkit-border-radius: 156px;
    border-radius: 156px;
    background-position: 0px 0px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    margin-top: 222px;
}