/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/



#Animink_Action_bar{
	position: absolute;
	z-index: 1000000000;
	left: 0;
	right: 0;
	color: rgba(69,140,148,1.00); /*#5b5b5b;*/
	background-color: rgba(0,0,0,0.1);
	/*background-color: rgba(84,171,182,0.23);*/
	font-size: 15px;
}

#Animink_Action_bar .contact_details li{
	padding: 0px !important;
}

#Animink_Action_bar .column{
	margin-bottom: 0px;
}

#Animink_Action_bar .top_info_line {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

#Animink_Action_bar .top_info_line a{
	color: rgba(69,140,148,1.00); /*#5b5b5b;*/
}
#Animink_Action_bar .top_info_line a:hover{
	text-decoration: underline;
}
#Animink_Action_bar .container{
	max-width: none !important;
	padding-right: 33px;
}



#menu-top-menu li{
	display: inline;
}
#menu-top-menu li:first-child{
	border-right: 1px solid gray;
	padding-right: 10px !important;
}
#menu-top-menu li a{
	padding: 0 5px !important;
	font-weight: bold;
}

/*controlling the client portal sign in box that pops up*/
.sdl_login_button_box{
	width: 80% !important;
	margin: 0 auto !important;
}



#Subheader h1.title{
	color: white !important;
	/*background-color: rgba(101,101,101,.4) !important;*/
	padding: 15px 25px !important;
	text-align: center !important;
	margin: 0 auto !important;
	text-shadow: 0px 0px 10px black;
	
}

#Subheader .title{
	float: none !important;
	display: table !important;
	width: auto !important;
}



h2 {
    font-family: "Anton", Helvetica, Arial, sans-serif !important;
}





#Top_bar{
	background-image: url(/wp-content/uploads/2021/02/header-white-grad.png);
	background-repeat: repeat-x;
	position: top center;
}



#Top_bar .menu {
    margin-top: 80px;
}
#Top_bar .menu > li > a {
    padding: 0px 0px !important;
    text-transform: uppercase;
    /*text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.64);*/
}
#Top_bar .menu > li > a span {
    padding-left: 15px !important;
	padding-right: 15px !important;
}
#Top_bar {
    /*top: 20px !important;
    margin-top: 40px !important;*/
}
#Top_bar .menu > li:nth-last-child(-n+4) > a span {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
#Top_bar .menu > li:last-child > a span {
    margin-right: 30px !important;
}
#Top_bar .logo {
    margin-left: 100px;
}
#Top_bar #logo {
    padding: 55px 0 20px 0 !important;
}


#Action_bar .contact_details {
    float: right !important;
    margin-right: 35px !important;
}
.menu-main .current_page_item {
    /*background-color: rgba(255, 255, 255, 0.45);*/
}
.turquoiseButton {
    color: white !important;
}
blockquote {
    text-decoration: none !important;
    background-image: url() !important;
}
.callout2 {
    font-size: 30px;
    line-height: 45px;
    color: rgba(62, 62, 62, 1.00);
}
/* homepage contact form */
.homepage-contact-form > div {
    margin: 0.5% 0px;
}
.homepage-contact-form input {
    background-color: #fff;
	border-radius: 4px !important;
}
.homepage-contact-form textarea {
    background-color: #fff;
	border-radius: 4px !important;
    height: 100px;
}
.homepage-contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(85, 85, 85, 1.00) !important;
}
.homepage-contact-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(85, 85, 85, 1.00) !important;
    opacity: 1;
}
.homepage-contact-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(85, 85, 85, 1.00) !important;
}
.homepage-contact-form :-moz-placeholder { /* Firefox 18- */
    color: rgba(85, 85, 85, 1.00) !important;
}
#Content {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}
#Subheader {
    height: 450px;
    position: relative;
}
#Subheader .container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 0;
    right: 0;
}
#Footer {
    background-color: #000;
    color: #CDCDCD;
    font-size: 14px;
}
#Footer a {
    color: #CDCDCD;
}
#Footer a:hover {
    color: #54abb6;
}


/* control the action buttons that are in the muffin builder stuff. this will affect items on homepage */
.mcb-wrap .column_attr{
	border-radius: 6px !important;
	position: relative;
	margin-bottom: 45px;
}
.turquoiseButton{
	position: absolute;
	bottom: -10px !important;
	margin-bottom: 35px !important;
	left: 50%;
  	transform: translateX(-50%);
}
.turquoiseButton, .wpcf7-submit{
	border-radius: 4px !important;
	transition: 0.2s ease-out background-color;
	background-color: #54ABB6 !important;
}

.turquoiseButton:hover, .wpcf7-submit:hover{
	background-color: #2D6971 !important;
}




.service-call-to-action{
	text-align: center; 
	font-size: 40px; 
	line-height: 55px;
}


.call-to-action-red{
	background-color: #a32035 !important;
	transition: 0.2s ease-out background-color;
	border-radius: 6px !important;
	color: white !important;
}
.call-to-action-red:hover{
	background-color: #691522 !important;
}


.call-to-action-white{
	background-color: white !important;
	transition: 0.2s ease-out background-color;
	border-radius: 6px !important;
	color: #a32035 !important;
	margin-top: 0;
}
.call-to-action-white:hover{
	background-color: #C9C9C9 !important;
}

/*testimonial page css*/
#testimonial-video-container .column{
	padding: 20px;
	background-color: #cccccc;
}
#testimonial-video-container .mcb-item-cew5ktmq7 {
	background-color: transparent !important;
}
#testimonial-video-container .column_video{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#testimonial-video-container .column_visual{
	font-weight: bold;
}

/*remove margin under photos on team page*/
.page-id-154 .column_image{
	margin-bottom: 10px !important;
}




.service-call-to-action-btn{
	background-color: #a32035 !important;
	transition: 0.2s ease-out background-color;
	border-radius: 6px !important;
	color: white !important;
}
.service-call-to-action-btn:hover{
	background-color: #691522 !important;
}


.mel-trend .mel-trend-wrap{
	background-color: #f2f2f2;
	padding: 5px;
	box-sizing: border-box;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 6px !important;
}
.mel-trend .mel-trend-1, .mel-trend .mel-trend-2, .mel-trend .mel-trend-3{
	height: 180px !important;
	padding: 5px 5px 15px 15px;
	text-align: center;
}
.mel-trend .mel-trend-1 h3, .mel-trend .mel-trend-2 h3, .mel-trend .mel-trend-3 h3{
	text-align: center !important;
	margin-bottom: 10px;
}
.mel-trend .mel-trend-1 em, .mel-trend .mel-trend-2 em, .mel-trend .mel-trend-3 em{
	font-size: 14px;
	color: rgba(122,122,122,1.00);
	/*padding-top: 15px;*/
}
.mcb-section-cb6akirhx .column_counter{
	margin-bottom: 0px !important;
}

/* youtube gallery styles used for Breakfast with Bacon page */
.epyt-gallery-list{
	background-color: #DCDCDC;
	margin-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
}
.epyt-gallery-thumb{
	padding-left: 20px;
	padding-right: 20px;
}

.subpageSubHeadline{
	font-size: 25px;
	line-height: 35px;
	color: #8A8A8A;
	margin-bottom: 20px;
	
}

.testimonial-with-video{
	margin:0 auto; 
	text-align:center;
}
.testimonial-with-video iframe{
	width: 650px !important;
	height: 366px !important;
}


@media only screen and (max-width: 1240px) {
	
	
	
	.mcb-wrap .column_attr{
		margin-bottom: 80px;
	}
	.turquoiseButton{
		margin-bottom: 45px !important;
	}
	
	.section_wrapper, .container, .with_aside .content_wrapper{
		max-width:none !important;
		padding: 0 40px;
	}
	
	.mel-trend .mel-trend-1, .mel-trend .mel-trend-2, .mel-trend .mel-trend-3{
		height: 230px !important;
	}
	
	
}



/* added to move the logo left to work with Julie's laptop screen size. */
#Top_bar .logo{
	margin-left: 30px !important;
}




@media only screen and (max-width: 768px) {
	
	#Action_bar {
		background-color: #ccc !important;
		padding: 0 !important;
		
	}
	#Action_bar .container {
		width: 100% !important;
		margin: 0 15px !important;
		max-width: 92% !important;
	}
	#Action_bar .container a{
		color: black !important;
	}
	
	#Top_bar{
		margin-top: 0px !important;
		background-image: url();
	}
	
    #Footer {
        text-align: center;
    }
	
	.turquoiseButton{
		position: relative;
		bottom: -10px !important;
		margin-bottom: 35px !important;
		left: 0%;
		transform: translateX(0%);
		margin-left: auto;
		margin-right: auto;
	}
	
	#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link{
		margin: 10px 0 !important;
		
	}
	#Top_bar .logo{
		margin-left: 40px !important;
	}
	

	.logo-mobile{
		float: left;
		clear: right;
	}
	
	.mcb-wrap .column_attr{
		margin-bottom: 10px !important;
	}
	.mcb-item-g5es506gi div{
		line-height: 32px;
	}
	.testimonials_slider .testimonials_slider_ul li .bq_wrapper{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.testimonials_slider .testimonials_slider_ul li{
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	
	
	#Animink_Action_bar{
		position: relative;
	}
	#Animink_Action_bar .top_info_line {
		text-align: center;
	}
	
	#Animink_Action_bar{
		font-size: 13px;
	}
	
	.service-call-to-action{
		text-align: center; 
		font-size: 30px; 
		line-height: 45px;
	}
	.mel-trend .mel-trend-wrap{
		margin-bottom: 10px;
	}
	.mel-trend .mel-trend-1, .mel-trend .mel-trend-2, .mel-trend .mel-trend-3{
		height: auto !important;
	}
	
}














