

/* Fix links to have underlines - Gabe */
.container a { text-decoration: underline; } 
.full_width a { text-decoration: underline; } 
a.qbutton { text-decoration: none; }
.q_font_awsome_icon a { text-decoration: none; }



/* Custom fix for recipes - to remove the feature image, title, author - Gabe */

.single-cp_recipe .post_image {
    display: none !important;
}

.single-cp_recipe .entry_title {
    display: none !important;
}

.single-cp_recipe .post_info {
    display: none !important;
}

.single-cp_recipe .container_inner.default_template_holder {
    padding-top: 0px !important;
}

/* END */

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text{
text-align:center;
}

div.wpcf7 img.ajax-loader {
display: block;
margin: 0 auto;
}

.q_icon_with_title.tiny .icon_text_holder {
    padding: 0 22px 0 30px;
}

@media only screen and (mix-width: 1001px) {
header.fixed_hiding.centered_logo .header_inner_left {
    margin: 14px 0;
}
}

header.fixed_hiding.centered_logo .side_menu_button {
    height: 60px;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a{
    opacity: 1;
}

.carousel-inner h2.with_title_border span{
    padding: 0.3em 0.5em;
}

.q_dropcap{
margin: 0px 18px 0px 0px;
}
@media only screen and (max-width: 1000px){
.title.title_size_large h1 span {
font-size: 40px;
display: block;
}

.title.title_size_large h1 {
line-height: 1.5em!important;
letter-spacing: 10px;
}

.subtitle {
font-size: 22px;
line-height: 1.6em;
}

.title.title_size_medium h1 {
font-size: 35px;
line-height: 1.2em!important;
letter-spacing: 7px;
}
}

@media only screen and (max-width: 700px){
.title.title_size_large h1 span {
font-size: 35px;
}

.title.title_size_large h1 {
letter-spacing: 7px;
line-height: 0.7em;
}

.subtitle {
display: none;
}

.title.title_size_medium h1 {
font-size: 22px;
line-height: 1.2em!important;
letter-spacing: 5px;
}

.book-launch-spacer { display: none; }

}

.carousel-inner .slider_content .text .qbutton {
margin: 10px 9px 0px 0;
padding: 6px 34px;
}

.testimonials_holder .flex-direction-nav li {
margin-top: 54px;
}

.footer_top .three_columns>.column2>.column_inner {
padding: 0;
}

.footer_top .three_columns>.column2>.column_inner > div {
margin: 0;
}

.comments .comment .text .comment_date {
    font-size: 13px;
    font-weight: 600;
    color: #303030;
}

.comments .comment .text .text_holder {
    margin: 13px 0 0;
}

.comment_holder .comment {
padding: 34px 25px 37px;
background-color: #f9f9f9
}

.blog_holder article .post_text .post_text_inner {
    padding: 35px 36px 41px;
}

.blog_holder article .post_more .qbutton.small {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
}
input[type="submit"] {
	color: #303030  !important;
    border-color: #303030 !important;
    font-size: 12px !important; /* originally 13px, dropped to 12px to prevent overflow - Gabe */
    line-height: 41px !important;
    height: 45px !important;
    font-style: normal;
    font-weight: 700;
    background-color: #fff !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 2px !important;
    padding: 0 10px !important; /* originally 20px, dropped to 10px to properly balance - Gabe */
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}

input[type="submit"]:hover {
	background-color: #303030 !important;
	color: #fff !important;
	border-color: #303030 !important;
}

input[type="checkbox" i] {
	margin: 3px 7px 3px 0;
}

.mc4wp-form-fields input[type=text] {
min-height: 28px;
    width: 100%;
    max-width: 480px;
}
.mc4wp-form-fields input[type=text], .mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=tel] {
	min-height: 28px;
    width: 96%;
    max-width: 480px;
}
.mc4wp-form-fields label {
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    width: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
    line-height: normal;
    margin: 14px 0;
}
.form-margin {
	margin: 14px 0;
}
body #cooked-plugin-page .load-more {
    padding-bottom: 20px !important;
}

.blog_holder article .post_info { display: none; }

.title.title_size_medium h1 { font-size: 45px; line-height: 46px; }

.single-post hr { margin-top: 32px; margin-bottom: 32px; }

.page-id-2572 .title_subtitle_holder_inner h1 { font-size: 45px; line-height: 46px; width: 70%; margin: auto; }

@media only screen and (max-width: 700px) {
    .page-id-2572 .title_subtitle_holder_inner h1 {
        width: 100%; }
}