/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


.td-restro-section-title::first-letter {
        font-size: 2em; /* Makes the first letter twice the size of the base font */
        color: #ff0000; /* Changes the color of the first letter */
        font-weight: bold; /* Makes the first letter bold */
    }


	
	.td-header-wrap .td-header-menu-wrap .sf-menu>li>a, .td-header-wrap .td-header-menu-social .td-social-icon-wrap a, .td-header-style-4 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-5 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-6 .td-header-menu-social .td-social-icon-wrap i, .td-header-style-12 .td-header-menu-social .td-social-icon-wrap i, .td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search {
    color: black !important;
}

.td-header-wrap .td-header-menu-wrap-full, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full {
    background-color: #fff !important;
}

/* Base (Mobile First) */
.home-welcome {
  font-size: 36px;
/* 	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25); */
}

.home-tagline {
  font-size: 28px;
/* 	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25); */
}

/* Tablet (min-width: 768px) */
@media (min-width: 768px) {
  .home-welcome {
    font-size: 56px;
  }

  .home-tagline {
    font-size: 44px;
  }
}

/* Desktop (min-width: 1024px) */
@media (min-width: 1024px) {
  .home-welcome {
    font-size: 80px;
  }

  .home-tagline {
    font-size: 70px;
	  
  }
}

.sf-menu ul .td-menu-item > a {
  font-size: 16px;
}
.td-theme-wrap .sf-menu ul .td-menu-item > a:hover{
	color:#996666 !important;
}