/**
* Theme Name:   Burke’s Seafood Divi CHILD THEME
* Theme URL:    http://www.serpcom.com
* Description:  Divi Child Theme
* Author:       SERPCOM
* Author URI:   http://www.serpcom.com
* Template:     Divi
* Version:      1.0.0
* Tags:       
*/

/** =Theme customization starts here
-------------------------------------------------------------- */

/* Custom */
a {
	transition: opacity .3s linear;
}

a:not(.et_pb_button):not(.mobile_nav.opened):hover, a:not(.et_pb_button):not(.mobile_nav.opened):focus {
	opacity: 0.5;
}

.white_link a, .white_link a[href^="tel:"] {
	color: #fff !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

.hr_cut {
    border-top: 1px solid #ddd;
	width: 30%;
	margin: 0 0 20px;
}

.hr_cut_center {
    border-top: 1px solid #ddd;
	width: 30%;
	margin: 10px auto 20px;
}

.cut_row {
	max-width: 600px !important;
}

.last_p_fix p:last-of-type, .market_blurb p:last-of-type {
	padding-bottom: 1em !important;
}

.lead, .lead_p p, .lead_p li {
	font-size: 22px;
	line-height: 1.4em;
}

.airy_list li {
  padding-bottom: 10px;
}

/* Dropcap */
.dropcap p:nth-of-type(1):first-letter {
	color: #df5439;
	float: left;
	font-family: 'Dancing Script',handwriting;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

/* Hide 'Home' Link on Nav on medium screens, before mobile size */
@media (min-width: 981px) {
	.menu-item-971 a.da11y-submenu {
		letter-spacing: .18em !important;
		padding-left: 11px !important;
	}
}



/* Hide Show */
.show767, .show980, .mobile_only {
	display: none !important;
}

@media (max-width: 980px) {
	.show980 {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.hide767 {
		display: none !important;
	}
	.show767 {
		display: inline !important;
	}
	.mobile_only {
		display: block !important;
	}
}

/* Tighter Line-Height Menu */
#top-menu li li {
	line-height: 1.3em;
}

#top-menu li li a {
	font-size: 14px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

/* Dropdown background color change on hover */
#top-menu li li a:hover {
    background-color: #024590 !important;
	color: #fff !important;
	transition: none;
	opacity: 1;
}

/* Flex */
.flex, .flex_col {
	display: flex;
	align-items: center;	
}

.flex .et_pb_module {
	align-items: center;
	width: 100%;
}

@media (min-width: 981px) {
	.vertical_center_desk {
	   display: flex;
	   align-items: center;
	}
}

/* Fullscreen */
.fullscreen_section {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Blog, Search, Archive Pages */
.author article, .archive article, .et_pb_posts article, .archive .entry {
	border-bottom: solid 1px #ddd;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.author #left-area article img, .archive #left-area article img {
	margin-bottom: 20px;
}

.single #left-area .post-meta, .archive #left-area .post-meta, .archive small {
	padding-top: 4px !important;
	padding-bottom: 6px !important;
}

.archive small, .et_pb_posts .et_pb_post p.post-meta, .single p.post-meta, .archive .post-meta, .et_pb_blog_grid .et_pb_post .post-meta {
	width: 100% !important;
    display: block;
    font-size: 15px;
	border-top: 1px solid #d8d8d8;
	padding-bottom: 5px;
	margin-bottom: 0;	
	padding-top: 8px;
	font-size: 15px !important;
	line-height: 1.2em;
}

.archive .entry-title {
	margin-top: 15px !important;
	font-size: 26px !important;
}

.archive .entry img {
	width: 100% !important;
	margin-bottom: 20px;
}

.archive .entry-title, .archive #left-area h2 {
	margin-top: 15px !important;
	font-size: 26px !important;
}

.archive-meta {
	margin-bottom: 25px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-left: 18px solid #F8D295;
}

.category #main-content .container {
    padding-top: 0;
}

.single article img.alignright, .single article img.alignleft, .single article img.aligncenter, .single article img.alignnone {
	margin-bottom: 15px;
}

.serp_tags {
	margin-bottom: 10px;
}

.serp_byline {
	margin-bottom: 15px;
}

.instagram_image {
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.instagram_image img {
	width: 100%;
}

.wp-video {
	margin: 0 auto;
} /* Center Instagrate video */

.single h1 {
	padding-bottom: 0 !important;
}

.et_monarch .et_pb_section .et_social_inline_top {
    margin-bottom: 15px !important;
}

/* Truncate Blog Module */
.et_pb_blog_grid .et_pb_post h2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	padding-bottom: 0!important;
	margin-bottom: 10px;
    margin-top: -10px;
}

/* Recent Posts Widget */
.rpwwt-post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-bottom: 0!important;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3em;
}

@media (min-width: 981px) {
	#main-content .container:before {
	    background-color: rgba(255,255,255,0);
	}
}


/* Sidebar */
.et_pb_widget ul li {
	padding: 8px 0 6px 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 1.3em;
}

.et_pb_widget ul li:last-child {
	border-bottom: none;
}

.et_pb_widget ul li, .sidebar_menu li {
	padding-left: 0;
}

.et_pb_widget {
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 10px;
	margin-bottom: 20px !important;	
}

.et_pb_widget:last-child {
	border-bottom: none;
}

.widget_search {
	padding-bottom: 25px !important;
}

.widgettitle {
	font-size: 16px;
}

.et_monarch .et_social_inline_top {
    margin-bottom: 0;
    margin-top: -15px;
}

/* Hide 'Rule' on single sidebar */
@media (min-width: 981px) {
	#main-content .container:before {
	    background-color: rgba(0,0,0,0);
	}
}

/* Tag Block */
.tag_block_section {
	background: #f3f3f3;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tag_block_row {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.tag_block {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.4em;
}

.tag_block p span {
	background-color: #ccc;
	padding: 6px 10px;
	border-radius: 5px;
	color: #4f4f4f;
	margin: 3px 5px;
	display: inline-block;
}

@media ( max-width: 479px ) {
	.tag_block {
		font-size: 11px;
	}
}

/* Form */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea.textarea, .gform_wrapper.gravity-theme .ginput_complex select {
	padding: 10px 15px !important;
	font-size: 16px !important;
	color: #000 !important;
	background: #fff !important;
	border: 1px solid #ccc !important;
	height: auto !important;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_page_footer input.button {
	font-family: "Open Sans",Arial,sans-serif !important;
}

.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button, body .gform_wrapper .gform_page_footer input[type=submit].button.gform_button {
	background-color: #df5439 !important;
	color: #ffffff !important;
	border-width: 0px !important;
	border-color: #df5439 !important;
	border-radius: 2px !important;
	font-size: 16px !important;
    margin: 8px 0 0 !important;
    padding: 6px 20px !important;
    border: 2px solid !important;
    line-height: 1.7em !important;
	cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_previous_button.button:hover, .gform_wrapper.gravity-theme .gform_save_link.button:hover, body .gform_wrapper .gform_page_footer input[type=submit].button.gform_button:hover {
	opacity: 0.7 !important;
}

.gform_wrapper .gform_footer {
    padding: 5px 0 0 !important;
    margin: 0 !important;
}

body .gform_wrapper .gf_progressbar, body .gform_wrapper .gf_progressbar_percentage {
    height: auto !important;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
    padding: 0 !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_quantity_label {
    display: block !important;
    margin-top: 10px !important;
}

.ginput_container_singleproduct {
	margin-bottom: 10px !important;
	padding-bottom: 40px !important;
	border-bottom: 1px solid #ddd !important;
}

.gform_wrapper.gravity-theme .gfield input#choice_6_21_0, .gform_wrapper.gravity-theme .gfield input#choice_6_21_1, .gform_wrapper.gravity-theme .gfield input#choice_6_6_0 {
	width: 32px !important;
}

.gform_heading {
	display: none !important;
}

#input_6_18_1::after {
    content: "lbs";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #cd9933;
}

@media (min-width: 641px) {
	.gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 0 !important;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: 8px !important;
	}
	.gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: 8px !important;		
	}
}

@media (max-width: 400px) {
	.ginput_recaptcha {
		margin-left: -23px;
	}
}

/* Footer */
#footer-info {
	text-align: center;
	float: none;
	line-height: 1.6em;
}

#footer-info, #footer-info a {
	color: #999;
}

.sticky-footer-reveal.et_pb_sticky_placeholder {
	z-index: -2 !important;
}

.sticky-footer-reveal h4 {
	font-size: 22px;
}



/* Home */
.home_lead_section {
	
}

.row_discover {
	margin-top: -6%;
}

.headline_row {
	padding-bottom: 0;
}

.headline_box {
	margin: 0 auto 0 !important;
	color: #024590;
}

.headline_box h1 {
	font-size: 4vw;
	padding-bottom: 0;
	color: #024590;
}

.headline_box p {
	font-size: 20px;
	line-height: 1.4em;
}

.headline_box_interior {
	padding: 30px;
}

.big_text_script p {
	font-size: 7vw;
	font-style: italic;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgb(255 255 255 / 60%), -1px -1px 4px rgb(255 255 255 / 60%);
	color: #df5439;
}

@media (min-width: 1500px) {
	.headline_row {
		padding-bottom: 4%;
	}
}

@media (min-width: 2000px) {
	.headline_row {
		padding-bottom: 8% !important;
	}
}

.row_special1 {
	padding-top: 6%;
	padding-bottom: 1%;
}

.column_special1, .column_special2, .column_special3 {
	padding: 3% 5%;
	background: #189dad;
	margin-top: -5%;
	margin-bottom: -9%;
	/* box-shadow: 10px 0 10px rgba(0,0,0,0.25); */
	border: 8px solid #fff;
	box-shadow: 0 22px 16px -16px rgba(0,0,0,0.35);
}

.column_special2, .column_special3 {
	margin-top: 0;
	margin-bottom: -12%;
	background: #024590;
	box-shadow: 0 -22px 16px -16px rgba(0,0,0,0.35);
	border: 8px solid #ddd;
}

.column_special3 {
	background: #189dad;	
}

.special_box h2, .home_subhead h2, .fish_tales_code h2 {
	font-size: 45px;
    line-height: 1em;
}

.special_box p:first-of-type {
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: .5em;
}

@media (max-width: 980px) {
	.big_text_script p {
		font-size: 8vw;
	}
	.row_discover {
		margin-top: -8.5%;
	}
	.headline_box h1 {
		font-size: 5vw;
	}
	.home_lead_section2, .home_lead_section3 {
		padding-bottom: 0 !important;
	}
	.column_special1, .column_special2, .column_special3 {
		width: 50% !important;
		margin-right: 0% !important;
		margin-top: -2% !important;
		margin-bottom: -14% !important;
	}
	.special_box h2, .home_subhead h2, .fish_tales_code h2 {
		font-size: 35px;
	}
	.special_box.lead_p p {
		font-size: 18px;
	}
	.column_special2 {
		float: right;
		margin-bottom: -10% !important;
	}
	.column_special3 {
		margin-bottom: -6% !important;
	}
}

@media (max-width: 767px) {
	.big_text_script p {
		font-size: 11vw;
	}
	.row_discover {
		margin-top: -25px;
		padding-bottom: 5px !important;
	}
	.headline_box h1 {
		font-size: 7vw;
	}
	.home_lead_section2 {
		border-bottom: none !important;
		padding-bottom: 8% !important;
	}
	.column_special1, .column_special2, .column_special3 {
		width: 85% !important;
		margin-bottom: 0 !important;
	}
	.special_box h2, .home_subhead h2, .fish_tales_code h2 {
		font-size: 32px;
	}
	.special_box.lead_p p {
		font-size: 17px;
	}
	.special_box {
		margin-bottom: 0;
	}
	.column_special2, .column_special3 {
		border: 8px solid #fff;
	}
	.column_special1, .column_special2, .column_special3 {
		padding: 15px 20px;
	}
	.headline_row {
		padding-top: 5px;
		margin-bottom: 5px !important;
	}
	.home_lead_section {
		background-position-x: -1250px !important;
	}
}

/* Home Boxed Buttons */
.et_pb_section.boxed_button_section {
	background: #ddd !important;
}

.boxed_button_row .et_pb_column {
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.boxed_button_row .et_pb_column:first-of-type {
	border-left: none;
}

.boxed_button_row .et_pb_column:last-of-type {
	border-right: none;
}

.boxed_button_row .et_pb_column .et_pb_button {
	background: #000;
}

@media (max-width: 980px) {
	.boxed_button_row .et_pb_column {
		border: none;
	}
	.boxed_button_row .et_pb_column:first-of-type {
		border-bottom: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.boxed_button_row .et_pb_column:nth-of-type(2) {
		border-bottom: 4px solid #fff;
		border-left: 4px solid #fff;
	}
	.boxed_button_row .et_pb_column:nth-of-type(3) {
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.boxed_button_row .et_pb_column:last-of-type {
		border-top: 4px solid #fff;
		border-left: 4px solid #fff;
	}
}

@media (max-width: 767px) {
	.et_pb_section.boxed_button_section {
		background: #fff !important;
	}
	.boxed_button_row.et_pb_gutters1 .et_pb_column {
		border: none !important;
		margin-bottom: 40px !important;
	}
}

/* Fish Market */
.market_blurb_row .et_pb_column:not(.et_pb_column_empty) {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
	background: #fff;
}

.market_blurb .et_pb_main_blurb_image {
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.market_blurb h4 {
	font-size: 20px;
}

.market_blurb, .market_blurb p {
	font-size: 14px;
	line-height: 1.4em;
}

.over_head_p {
	font-family: 'Taviraj',Georgia,"Times New Roman",serif;
	font-size: 32px;
	line-height: 1.4em;
}

.text_columns .et_pb_text_inner {
    columns: 300px 2;
    column-gap: 35px;
	padding: 0 3%;
}

.big_list li {
	font-size: 20px;
	padding-bottom: .6em;
	padding-left: 15px;
}

.big_list li::marker {
	content: "🐟 ";
	font-size: 20px;
}

.big_list2 li {
	padding-bottom: 1em;
}

.big_list2 li a {
	font-size: 20px;
}

.big_list2 li {
	font-size: 16px;
}



@media (min-width: 981px) {
	.text_columns p {
		padding-bottom: 0;
	}
}

.no_pb_head h1, .no_pb_head h2, .no_pb_head h3 {
	padding-bottom: 0;
}

@media (max-width: 980px) {
	.over_head_p {
		font-size: 27px;
	}
}

@media (max-width: 767px) {
	.over_head_p {
		font-size: 22px;
	}
	.big_list li {
		font-size: 18px;
		padding-bottom: .5em;
	}
}

.breadcrumbs {
	padding: 6px !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* Menu */
.fmp-wrapper .fmp-layout-free .fmp-food-item {
	border-radius: 6px;
	border: 1px solid #efefef;
}

.fmp-wrapper .fmp-layout-free .fmp-food-item h3 {
	font-size: 20px;
}

.fmp-wrapper .fmp-layout-free .fmp-food-item span.price {
	font-size: 18px;
}

.fmp-content-wrap p {
    font-size: 14px;
    line-height: 1.6em;
	font-style: italic;
}

@media (max-width: 767px) {
	.fmp-content-wrap {
	    margin-top: 0;
	}
}


/* Hide prices:
Seafood Chowder
Haddock Chowder
Clam Chowder
Lobster Bisque
Whole Clams
Fish & Chips
Sea Scallops
Clam Strips
Chicken Tenders
Whole Clams side
Sea Scallops side
Shrimp side
Haddock side
Clam Strips side
Chicken Tenders side
Onion Rings
French Fries
Cole Slaw


 */
.fmp-item-934 .price, 
.fmp-item-884 .price, 
.fmp-item-880 .price, 
.fmp-item-885 .price,
.fmp-item-887 .price, 
.fmp-item-891 .price, 
.fmp-item-880 .price, 
.fmp-item-885 .price, 
.fmp-item-889 .price, 
.fmp-item-894 .price, 
.fmp-item-896 .price, 
.fmp-item-912 .price, 
.fmp-item-914 .price, 
.fmp-item-916 .price, 
.fmp-item-918 .price, 
.fmp-item-920 .price, 
.fmp-item-922 .price, 

.fmp-item-939 .price, 
.fmp-item-941 .price, 
.fmp-item-943 .price 
{
	display: none;
}

/* Highlight Specialties:
Lobster Roll
Haddock Sandwich
Fishermans Platter
Whole Clams
Fish & Chips
Broiled Haddock

 */
.fmp-item-934 h3, 
.fmp-item-859 h3,
.fmp-item-868 h3,
.fmp-item-897 h3, 
.fmp-item-887 h3,
.fmp-item-891 h3, 
.fmp-item-903 h3
{
	color: #024590;
}

.fmp-food-item_custom p {
	padding-bottom: 1em !important;
	font-style: italic;
}

.fmp-custom_body p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 5px !important;
	font-size: 16px;
	font-style: normal;
}

.fmp-wrapper .fmp-layout-free .fmp-title h3, .fmp-wrapper .fmp-layout-free .fmp-food-item span.price {
    width: auto !important;
}

.fmp-wrapper .fmp-layout-free .fmp-title {
	display: flex !important;
}

/* Lobster Mac & Cheese on its own row */
@media (min-width: 981px) {
	#fmp-container-1570897465 {
		width: 50%;
	}
}


/* Constant Contact Widget */
.white_text h4, .white_text p {
	color: #fff !important;
}

.ctct-form-wrapper .ctct-form .ctct-label-top label {
	font-size: 15px;
	margin-bottom: 0;
}

.ctct-form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin-bottom: 10px;
}

#ctct-form-wrapper-0 .widgettitle {
	color: #fff;
	padding-bottom: 5px;
}

.ctct-form-wrapper .ctct-form-field {
    margin: 0;
    padding-bottom: 10px;
}

.ctct-form-wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-bottom: 0;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    padding: 10px;
    font-size: 15px;
    width: 100%;
}

.ctct-form-wrapper .ctct-submit {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: bold;
	border: none;
    cursor: pointer;
    padding: 10px;
    background: #000;
    color: #fff;
	transition: all .3s linear;
}

.ctct-submit:hover {
    background: #189dad;
	opacity: 1 !important;
	color: #000 !important;
}

.ctct-disclosure {
	display: none;
}


/* Secondary Nav Highlighted Item */
#top-header .container {
    padding-top: 0;
}

#et-info, #et-secondary-menu>ul>li a {
    padding-bottom: 0.75em;
    display: block;
    padding-top: 0.75em;
}

#et-secondary-nav li>ul {
    padding-top: 0.75em;	
}

#et-secondary-nav .menu-item-has-children>a:first-child:after {
    top: 6px;
    right: 3px;
}

#et-secondary-menu>ul>li.nav_highlight a {
    background: #189dad;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.08em;
	font-weight: bold;
}

.et_mobile_menu li.nav_highlight a {
    background: #189dad;
	color: #fff;
	font-weight: bold;
} 


/* Fish Tales Section */
.fish_tales_code h2 {
	color: #fff;
	text-align: center;
	font-family: 'Dancing Script',handwriting;
	margin-bottom: 15px;
}

.fish_tales_code p {
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 1.4em;
}

.fish_tales_code p.ctct-form-field {
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7em;
}

.fish_tales_code .ctct-form-wrapper {
    max-width: 50%;
    margin: 0 auto 20px;
	border-radius: 8px;
    padding: 30px 30px 35px;
	background: #024590;
    box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
}

.fish_tales_code .ctct-form-wrapper .ctct-form-wrapper .ctct-submit:hover, .fish_tales_code .ctct-form-wrapper .ctct-form-wrapper .ctct-submit:hover {
	background: #df5439;
}

@media (max-width: 980px) {
	.fish_tales_code .ctct-form-wrapper {
	    max-width: 75%;
	}
}

@media (max-width: 767px) {
	.fish_tales_code .ctct-form-wrapper {
	    max-width: 90%;
	}
}








