.four_columns>.column2>.column_inner {
    padding: 0 30px 0 5px;
}
/** Change the background colour of the grid header area */
.tribe_mini_calendar_widget thead,
.tribe_mini_calendar_widget .tribe-mini-calendar-nav td {
	background: #CA9A79 !important;
border: 0px solid #d2d2d2 !important;
}

/** Change the colour scheme of the days of the week */
.tribe_mini_calendar_widget .tribe-mini-calendar-dayofweek {
	background: #CA9A79;
	color: #ffffff;
padding: 0 0px 10px 0px;
}


/** Remove the "dot icon" for populated days */
.tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
	display: none;

}
.tribe-mini-calendar td, .tribe-mini-calendar th {
    width: min-content;
    text-align: center;
    vertical-align: top;
    border: 0px solid #d2d2d2 !important;
}
nav.main_menu>ul>li>a {
    position: relative;
    padding: 0 10px;

}
/** Center the button (inside it's column) **/
.caldera-grid .btn {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

/** Make button the full width of the column **/
.caldera-grid .btn {
    width:50%
}

/** Change Background color and text color **/
.caldera-grid .btn {
    background-color: #CA9A79;
    color:white;
}

/** Change Background color and text color on hover **/
.caldera-grid .btn:hover {
    background-color:white;
    color:black;
}
/*** MAIN FORM CONTAINER ***/
.caldera-grid {
    background: #EAE3B9;
    padding: 30px 25px 15px 25px;
 
  
}
/*** FIELD STYLING ***/
.caldera-grid .form-control {
    color: #EAE3B9 !important;
    background: #ca9a79;
    border: none;
    height: auto;
    padding: 10px 15px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    transition: box-shadow .2s ease-in-out;
}
/*** TEXTAREA TRANSITION ***/
.caldera-grid textarea.form-control {
    height: 10em;
    transition: height .3s ease-out;
}
/*** TEXTAREA FOCUS HEIGHT ***/
.caldera-grid textarea.form-control:focus {
    height: 25em;
}
/*** PLACEHOLDER STYLING ***/
input::-webkit-input-placeholder {
    color: #ffffff !important;
}
textarea::-webkit-input-placeholder {
    color: #ffffff !important;
}
nav.main_menu>ul>li>a {

    letter-spacing: 0px;
}
.blog_holder article .post_info {
display: none !important;
}
