/*
Theme Name:     twentytwelvechild
Theme URI:      http://cafelamed.com/
Description:    Child theme
Author:         Michael Catanzaro
Template:       twentytwelve
Version:        0.1.0
Tags:
*/
/* @import url('../twentytwelve/style.css'); */
@import url("//hello.myfonts.net/count/2e022b");
@font-face {font-family: 'Copperplate-Lig';
	src: url('webfonts/2E022B_0_0.eot');
	src: url('webfonts/2E022B_0_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2E022B_0_0.woff2') format('woff2'),
		 url('webfonts/2E022B_0_0.woff') format('woff'),
		 url('webfonts/2E022B_0_0.ttf') format('truetype');
}
@font-face {font-family: 'StrayhornMTStd-Light';
	src: url('webfonts/2E022B_1_0.eot');
	src: url('webfonts/2E022B_1_0.eot?#iefix') format('embedded-opentype'),
		 url('webfonts/2E022B_1_0.woff2') format('woff2'),
		 url('webfonts/2E022B_1_0.woff') format('woff'),
		 url('webfonts/2E022B_1_0.ttf') format('truetype');
}
@font-face {
    font-family: 'lucida_granderegular';
    src: url('webfonts/lucida-grande-webfont.eot');
    src: url('webfonts/lucida-grande-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/lucida-grande-webfont.woff2') format('woff2'),
         url('webfonts/lucida-grande-webfont.woff') format('woff'),
         url('webfonts/lucida-grande-webfont.ttf') format('truetype'),
         url('webfonts/lucida-grande-webfont.svg#lucida_granderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    background-color: #ffffff;
}
body .site {
    padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0;
}
body.custom-font-enabled {
    font-family: 'lucida_granderegular';
}
.main-navigation li a,
a {
    color: #0066b3;
	text-decoration: underline;
}
a:focus {
    outline: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
    color: #ffffff !important;
}
.wpb_wrapper a:visited {
    color: #0066b3 !important;
}
.site {
    max-width: 100%;
}
.site-content article {
    word-wrap: normal;
    -moz-hyphens: none;
}





/* header information */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    border-radius: 0 !important;
    box-shadow: none !important;
}
hgroup {
    height: 9.85rem;
    margin: 0 auto !important;
    width: 1000px;
}
.site-header {
	background-image: url("images/LaMed-home-bg-repeat-header.jpg");
	background-repeat: repeat-x;
    padding: 0px;
	height: 100%;
}
img.header-image {
	width: 50%;
	margin: 0 auto;
	display: block;
	padding-top: .7rem;
}
.home .entry-content h1 {
    font-size: 14px;
    margin: .6rem 0;
}
.site-header h1, .site-header h2 {
    text-align: center;
}
.site-header .site-description {
    font-size: 119%;
    color: #0066b3;
	text-align: center;
}
/* navigation information */
.main-navigation {
	background-image: url("images/LaMed-home-bg-repeat-nav.jpg");
    background-repeat: repeat-x;
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
    border-bottom: 0;
    border-top: 0;
    display: inline-block !important;
    text-align: center;
    width: 100%;
}
.main-navigation li {
    font-family: 'Copperplate-Lig', serif;
    font-size: 1rem !important;
	letter-spacing: 1px;
	margin: 0;
}
.main-navigation li:not(:first-child) {
    margin: 0 0 0 3rem;
}
.main-navigation li ul li:not(:first-child) {
    margin: 0;
}
.main-navigation li#menu-item-587,
.main-navigation li#menu-item-128,
.main-navigation li#menu-item-104,
.main-navigation li#menu-item-105 {
    margin-left: 0;
}
.main-navigation li a {
    color: #ffffff;
    text-transform: uppercase;
	line-height: 2;
	font-size: 12px;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation li a:hover,
.main-navigation li a:focus {
    color: #ffffff !important;
	text-decoration: underline;
}
.main-navigation li ul li.current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation li ul li.current_page_item > a,
.main-navigation li ul li.current_page_ancestor > a,
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
    color: #636363 !important;
}
.main-navigation li ul {
    left: 0px;
    text-align: center !important;
}
.main-navigation li ul li a {
    border-bottom: 1px solid #ededed;
}
.main-navigation li ul li a {
	background: none repeat scroll 0% 0% #FFF;
	font-weight: bold;
	color: #505050 !important;
    line-height: 1.5;
	font-size: 11px !important;
}
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
    background: none repeat scroll 0% 0% #ffffff;
	color: #0066b3 !important;
    text-decoration: underline;
}
/* main section */
#main {
    width: 1000px;
    display: block;
    margin: 0 auto !important;
}
.page-id-426 h1,
.page-id-41 h1 {
    display: block;
	font-family: "Copperplate-Lig";
	width: 50%;
	margin-left: 2.6rem;
}
.entry-header .entry-title {
    display: none;
}
.site-content {
    margin: 0;
}
.home .site-content article {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.entry-header {
    margin-bottom: 0;
}
.entry-content p {
    margin: 0px 0px 5px;
	line-height: 1.4;
    font-size: 13px;
}
.home footer.entry-meta {
    display: none;
}
.metaslider {
    margin: 0 !important;
    text-align: left;
}
.site-content article {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
footer.entry-meta {
    margin-top: 0;
}
.page-id-33 .wpb_row,
.page-id-39 .wpb_row,
.page-id-37 .wpb_row,
.page-id-35 .wpb_row,
.page-id-6 .wpb_row {
    margin-bottom: 0;
}
.color-blue {
    color: #0066b3;
    text-transform: uppercase;
    font-weight: 600;
}
.page-id-6 td {
    vertical-align: top;
}
.page-id-6 .wpb_content_element {
    margin-bottom: 0;
}
.page-id-39 .wpb_content_element {
    margin-bottom: 10px;
}
.page-id-37 .wpb_content_element {
    margin-bottom: 13px;
}
.page-id-6 .entry-content table,
.page-id-6 .entry-content td {
    border: 0;
}
.catering-menu {
    border: 1px solid #888888;
    color: #0066b3 !important;
    display: inline-block;
    font-family: "Copperplate-Lig";
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 15px !important;
    margin-top: 25px;
    padding: 2px;
    text-transform: uppercase;
}
.catering-menu a:visited {
    color: #0066b3 !important;
}
.pressPage1 {
    margin-top: 25px !important;
    display: block;
}
.since-1979-w {
	color: #0066b3;
    display: inline-block;
    font-family: "Copperplate-Lig";
    font-size: 15px;
    font-weight: bold;
    margin-top: 13px;
}
.since-1979-c {
	color: #0066b3;
    display: inline-block;
    font-family: "StrayhornMTStd-Light";
    font-size: 25px;
    line-height: 1;
    margin-top: 13px;
}
.wpb_wrapper {
  /*  margin-bottom: 20px; */
}
.page-id-39 .vc_col-sm-4 .wpb_wrapper,
.page-id-33 .wpb_wrapper {
    margin-bottom: 0px;
}
.page-id-35 .vc_col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
/* footer information */
footer[role="contentinfo"] {
    border-top: 0;
	margin-top: 0;
    max-width: 100%;
    background-image: url("images/bng-footer.jpg");
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0;
    height: 77px;
}
.site-info {
    width: 1000px;
    margin: 0px auto !important;
    padding-top: 3px;
}
.foot1 {
    margin: 0 auto !important;
	display: block;
	width: 100%;
}
.foot1 ul,
.foot2 ul {
	font-family: 'Copperplate-Lig';
	letter-spacing: 1px;
    text-align: center;
}
.foot2 img {
    vertical-align: bottom;
}
.site-info li:not(:last-child):after {
    content: ' | ';
}
.site-info li {
    color: #ffffff;
	display: inline-block;
}
footer[role="contentinfo"] a:visited {
    color: #FFF !important;
}
footer[role="contentinfo"] a {
    color: #FFFFFF;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
    color: #fff !important;
	text-decoration: underline;
}
.foot-li-1 > div {
    display: inline;
}
.acmecredits {
    font-size: 77% !important;
    color: #ffffff !important;
    text-align: center;
}
/* menu styling */
.fdm-menu, .fdm-section {
    margin-top: 25px !important;
}
.fdm-item-price-wrapper {
    width: auto !important;
}
.fdm-section-header {
    border-bottom: 0 !important;
}
.fdm-section-header h3 {
	font-family: 'StrayhornMTStd-Light';
    font-size: 170%;
    font-weight: 900 !important;
	line-height: 1.2;
}
.entry-content p.fdm-item-title {
    line-height: 1.1 !important;
	margin-top: 7px !important;
}
.fdm-item-panel p {
    margin: 0;
}
.fdm-sectionid-24 .fdm-section-header h3 {
    line-height: 1 !important;
    margin-top: 15px !important;
}
.fdm-sectionid-24 .fdm-item-content h4 {
    margin-top: 0px !important;
    font-size: 110% !important;
}
.page-id-426 .fdm-sectionid-32.fdm-section-4 h3 {
    display: none;
}
.page-id-426 .fdm-item-title b {
    font-size: 120%;
}
.page-id-426 .fdm-sectionid-28 .fdm-section-header h3 {
    width: 70%;
}
.entry-content table {
	color: #333 !important;
    border-bottom: 0 !important;
	line-height: 1.5 !important;
}
.entry-content td {
	border-top: 0 !important;
}
.layoutArea > h3,
.fdm-item-content > h3 {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-top: 7px;
}
/* Jobs */
.page-id-548 .entry-content h1 {
    font-weight: 100;
    font-size: 2.1rem !important;
	margin: 1rem 0 !important;
}
.page-id-548 .entry-content h2 {
    font-weight: 100;
    color: #0066b3 !important;
    margin: 1rem 0px 0.5rem !important;
}
.vc_tta-title-text {
    color: #0066b3;
}

/* special gift card insert */
.gift-card {
    display: flex;
    border: 5px solid 
    #0068db;
    padding: 20px;
    margin: 25px 0 0;
}
.gift-card-bottom {
    border: 5px solid #0068db;
	border-top: 0;
    margin-bottom: 30px;
    padding: 20px;
}
.right-card {
    margin-left: 30px;
}
.right-card h2 {
    margin-bottom: 0;
}
.right-card a {
    font-size: 18px;
}
.gift-card-bottom p {
    font-size: 18px;
}

/* media break 800px
@media only screen and (min-width: 1024px) and (max-width: 1280px)
@media only screen and (max-width: 767px)*/
@media only screen and (min-width: 831px) and (max-width: 1023px) {
	hgroup,
	#main,
	.site-info {
	    width: 100%;
	}
	footer[role="contentinfo"] {
	    background-repeat: repeat;
	    height: 114px;
	}
	.catering-menu {
	    margin-bottom: 15px !important;
	}
	.page-id-6 td {
	    display: inline-block;
	    width: 47% !important;
	}
	nav.main-navigation {
	    width: 100%;
	}
	.main-navigation li:not(:first-child) {
	    margin: 0 0 0 1.9rem;
	}
	nav {
	  /*  display: none !important;*/
	}
	a:visited {
	  /*  color: #0066b3 !important;*/
	}
	.catering-menu a:visited {
	    color: #0066b3 !important;
	}
	img.header-image {
	    width: 50%;
	    margin: 0 auto;
	    display: block;
	    padding-top: 20px;
	}
	.vc_col-sm-8 {
	    width: 64% !important;
	}
	.vc_col-sm-6 {
	    width: 48.5% !important;
	}
	#wprmenu_menu.left {
	    width: 25% !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
.main-navigation,
hgroup,
#main,
.site-info {
    width: 100%;
}
footer[role="contentinfo"] {
    background-repeat: repeat;
    height: 114px;
}
.catering-menu {
    margin-bottom: 15px !important;
}
.page-id-6 td {
    display: inline-block;
    width: 47% !important;
}
nav.main-navigation {
    width: 100%;
}
.main-navigation li:not(:first-child) {
    margin: 0 0 0 1.9rem;
}
nav {
  /*  display: none !important;*/
}
a:visited {
  /*  color: #0066b3 !important;*/
}
.catering-menu a:visited {
    color: #0066b3 !important;
}
img.header-image {
    width: 60%;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
}
.vc_col-sm-8 {
    width: 64% !important;
}
.vc_col-sm-6 {
    width: 48.5% !important;
}
#wprmenu_menu.left {
    width: 25% !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.main-navigation,
hgroup,
#main,
.site-info,
.site-info li.foot-li-2,
.site-info li.foot-li-5 {
    width: 100%;
}
footer[role="contentinfo"] {
    background-repeat: repeat;
    height: 270px;
}
.site-info li:not(:last-child):after {
    content: '';
}
.site-info li.foot-li-1 {
    width: 62%;
}
.foot-li-1 > div {
    display: block !important;
}
.site-info li.foot-li-3 {
    clear: both;
    width: 200px;
}
.page-id-6 td {
    display: inline-block;
    width: 100% !important;
}
.catering-menu {
    margin-bottom: 15px !important;
}
nav {
    display: none !important;
}
a:visited {
    color: #ffffff !important;
}
.catering-menu a:visited {
    color: #0066b3 !important;
}
img.header-image {
    width: 50%;
    margin: 0 auto 0 !important;
    display: block;
    padding-top: 20px;
}
.vc_col-sm-8 {
    margin: 0 12px !important;
}
.vc_col-sm-6 {
 	padding-left: 25px !important;
	padding-right: 24px !important;
}
#wprmenu_menu.left {
    width: 45% !important;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item:nth-child(3) a {
    font-size: 20px;
    background-color: red;
}
}
