/* 
 Theme Name:     restery divi child theme
 Author:         Mark Hendriksen
 Author URI:     https://www.markhendriksen.com
 Template:       Divi
 Version:        1.0
 Description:   A Divi Child Theme
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ##### COLORS ##### */

/* ##### CTA BUTTON IN MENU ##### */
.cta_menu a {
	background-color: #c47f17;
}

.cta_menu.current-menu-item a,
.et-fixed-header #top-menu li.cta_menu.current-menu-item>a {
	color: #fff !important;
}

/* ##### CONTACT SUCCESS MESSAGE BOTTOM FORM ##### */
.contact_bottom .et-pb-contact-message {
    color: #fff;
}

/* ##### CONTACT FORM 7 SUCCESS MESSAGE BORDER COLOR ##### */
div.wpcf7-mail-sent-ok {
    border: 2px solid #c47f17 !important;
}

/* ##### BLOG BUTTON ##### */
a.more-link {
	color: #fff !important;
    background-color: #c47f17;
}

/* ##### FOOTER CREDITS TOP BORDER ##### */
#footer-bottom .container {
	border-top: 1px solid #c47f17;
}

/* ##### END COLORS ##### */

.cta_menu a {
    padding: 12px 15px !important;
}

.contact_bottom .et-pb-contact-message {
    text-align: center;
}

@media (max-width: 980px) {
.menu_section .menu_title .et_pb_column_3_4 {
	margin-bottom: 0px !important;
}

.menu_section .menu_price {
	margin-top: -35px;
	text-align: right;
}}

#page-container {
	overflow-x: hidden;
}

@media (min-width: 1100px) {
#top-menu li {
    padding-right: 50px !important;
}
	
#top-menu li.cta_menu {
	padding-right: 22px !important;	
}}

.et-fb .custom_footer {
	display: none;
}

.et_pb_newsletter_form input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text] {
    padding: 10px 4%!important;
    border-width: 0px;
    border-radius: 2px;
    font-size: 14px;
}

a.more-link {
    display: inline-block !important;
    padding: 3px 15px;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-top: 15px;
}

/* ############ CATEGORY AND RESULT HEADER ############ */

@media (min-width: 981px) {
.category #left-area {
	width: 64.833%;
}

.category #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.category #main-content .container:before {
    display: none !important;
}}

.category .et_pb_post a img {
    padding-bottom: 25px;
}

.category h2 {
	font-size: 24px;
	font-weight: bold;
}

.category h4.widgettitle {
	font-size: 20px;
	font-weight: bold;
}

.category #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 20px;
}

/* ###### SEARCH RESULT PAGE ###### */

@media (min-width: 981px) {
.search #left-area {
	width: 64.833%;
}

.search #sidebar {
	width: 29.666%;
	border-left: 1px solid #e2e2e2;
}

.search #main-content .container:before {
    display: none !important;
}}

.search .et_pb_post a img {
    padding-bottom: 25px;
}

.search h2 {
	font-size: 24px;
	font-weight: bold;
}

.search h4.widgettitle {
	font-size: 20px;
	font-weight: bold;
}

.search #sidebar .et_pb_widget {
	padding: 25px;
	margin-bottom: 20px;
}

#footer-bottom .container {
    padding-top: 10px;
}