/*

Theme Name:     CasinoEventDenver

Theme URI:      http://www.templatemonster.com/demo/26458.html

Description:    CasinoEventDenver (Education Theme)

Author:         TEQ Media

Author URI:     http://www.templatemonster.com/

Version:        1.0.0

License:        GNU General Public License v2 or later

License URI:    http://www.gnu.org/licenses/gpl-2.0.html

Tags:           fixed-layout, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready

Text Domain:    child-theme-domain

Template:       cherryframework4

Cherry Version: 4.0.5.1

*/



/* Theme customization starts here

-------------------------------------------------------------- */
/* Modify Footer Style   /themes/theme58872/assets/css/main.css */



/* MODIFY FOOTER STYLE */

#footer {
	padding-top: 30px; /* Add spacing at top of footer 1 */
/*  text-align:left; /*left-align content (ALL footer content centered by default. Looks very bad */
}

/* Add spacing at top of footer 2 (copyright/site info) */
#static-area-footer-bottom {
    border-top: none;
	padding-top: 30px;
}

/* Center copyright/site info */
.static-footer-info {
    padding-bottom: 30px;
    text-align: center;
}

/* Modify footer 2 style */
.static-footer-info {
    padding-bottom: 30px;
}
#static-area-footer-bottom {
	border-top: 1px solid #FFFFFF;
	padding-top: 31px;
}

/* CHANGE CTA BOX COLOR STYLE (Original location: /plugins/motopress-content-editor/includes/css/theme.css */
.motopress-cta-obj .motopress-cta.motopress-cta-style-3d{
	background-color:#b10000;
	border:1px solid transparent;
	color:#E9E9E9;
	box-shadow:0 5px 0 #000000
}

/* CHANGE HOVER OVER LINK/BUTTON COLORS FROM PINK TO RED */

#menu-primary .menu-item.cherry-mega-menu-hover > a, #menu-primary .simple-menu > .menu-item.menu-hover > a, #menu-primary > #menu-primary items > .menu-item.menu-item-has-children:hover > a {
	background: #bb1e1e !important;
}

  .navigation.post-navigation .nav-links a {
    background: #bb1e1e !important;
  }
  
 .title-box_content .title-box_title::after {
    background: #bb1e1e !important;
}

footer a:hover {
    color: #bb1e1e !important;
}



/* MISC MODIFICATIONS */
/* Hide blog post title (due to format) to manually use a title box style for page title instead */
.entry-title {
	display:none;}

/* Disable hypenation */
.site {
    hyphens: none;
}

/* add red border around single image element */
.motopress-image-obj .motopress-image-obj-basic {
    border: 4px solid #b31600 !important;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.BorderRed {border: 3px solid #b31600;}