/* Enter Your Custom CSS Here */

/* TOP HEADER MENU */

.menu-item-759 a {
    border: 2px solid;
    padding: .5em .5em;
}

.navigation-top a {
    color: #222222;
    font-weight: 500 !important;
}

.navigation-top {
    background-color: #fabdbd;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 1.1em;
}

.navigation-top .menu-toggle {
    color: #ffffff;
    font-size: 1.1em;
}

.navigation-top .wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navigation-top .main-navigation .menu-top-menu-container .menu {
    background: #fabdbd !important;
  	text-align: center !important;
}
/* END OF TOP HEADER MENU */

/* FOOTER AREA */
.site-footer {
    background-color: #222222;
    color: #f7f7f7;
}

.site-footer .wrap {
    padding-bottom: 0.7em !important;
    padding-top: 0.9em !important; 
}

.site-footer .custom-info {
    width: 100%;
    text-align: center !important;
    padding-top: 0.7em;
    padding-bottom: 1em;
}

/* END OF FOOTER AREA */


/* GENERAL SEARCH SEARCH-RESULTS SETTINGS */
button.search-submit {
    background-color: #fabdbd !important;
}

.widget-column.footer-widget-2 button.search-submit {
    background-color: #f96161 !important;
}


/* BLOG CUSTOM SETTINGS */
.post-template-default.single .entry-title,
.widget.widget_recent_entries .widget-title {
    color: #be1931;
}

.post-template-default.single .entry-title {
		text-shadow: 0px 2px 3px rgba(0,0,0,0.3)
}

.post-template-default.single {
    font-family: "Raleway", sans-serif;
}

/* THE POST GRID FOR POST GALLERY PAGE */
.page.page-id-207 .container-fluid.rt-tpg-container .rt-detail .entry-title,
.page.page-id-19 .container-fluid.rt-tpg-container .rt-detail .entry-title {
    color: #222;
    font-family: "Raleway", sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    letter-spacing: 0 !important;
    text-transform: unset !important;
}

/* SOCIAL LINKS */

.follow-me-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
}

ul.social-menu-list {
    margin: 0;
}

.social-menu-list ul {
    list-style: none;
    margin: 0 !important;
}

.social-menu-list li {
    list-style: none;
    display: inline-block;
}

.social-menu-list img {
    box-shadow: none !important;
    width: 2.4em !important;
    text-decoration: none !important;
    margin-right: .5rem !important;
}

.social-menu-list a {
    text-decoration: none !important;
  	box-shadow: none !important;
    -webkit-box-shadow: none !important
    
}


@media screen and (min-width: 48em){
	/* BLOG CUSTOM SETTINGS */
  .post-template-default.single .wrap { max-width: 82.2%;}
  .post-template-default.single .content-area { width: 63% !important;}
  .post-template-default.single #secondary { 
    	width: 34% !important; 
			padding-top: 1em !important;
  }
  
  .post-template-default.single .entry-title {
      font-size: 36px !important;
  }

  .post-template-default.single .widget.widget_recent_entries .widget-title {
      text-transform: unset;
      font-size: 19px;
    	font-weight: 700;
      margin-bottom: 1.2em;
  }

  .post-template-default.single .widget.widget_recent_entries {
      font-size: 16px;
  }

}

@media screen and (max-width: 767px) {
	
  /* SOCIAL LINKS */
  .custom-html-widget .social-menu-list {
	    text-align: center;
		}
  
 
}

@media screen and (max-width: 768px) {
  /* MAIN NAVI BUTTONS */
  .navigation-top {
     font-size: .9em !important;
		}


}