/*
Theme Name:     tdminimal-child
Description:    Child theme of TD Minimal
Author:         Harshana Nishshanka
Template:       tdminimal

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*Change Site's Font Styles*/
body{
    font-family: "proxima-nova",'Lato', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    line-height: 1.7em;
  }
/*Change Mobile Menu Color */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
}
/*Change the HIGHLIGHT color*/
::selection {
	background: #4678B4;
    color: white;
}
::-moz-selection {
	background: #4678B4;
    color: white;
}

/*Size the Header Logo*/
img.logo-image {
  max-height: 60px !important;
  margin-top: 8px;
}
#masthead{
  padding: 12px 0;
}
/*Search Icon Fix*/

.main-navigation {
    display: inline-block !important;
    width: 53%;
}
.sticky-navigation{
    width: auto !important;
}
#masthead #header-search-button {
    line-height: 22px;
}
/*.main-navigation #header-search-button{
    visibility: hidden
}
.sticky-navigation #header-search-button{
    visibility: visible;
        display: block !important;
}
*/

/*Set Cursor*/
#slider1_container > div > div{
    cursor: auto !important;
}
   .jssor_slider_slides {
    cursor: default !important;
}
/*Making Navigation Same as Sister Site*/
#masthead, .main-navigation ul ul, #site-navigation.sticky-navigation{
    background: rgba(255, 255, 255, 0) !important;
}
.nav-bar > li > a{
    color: #fff !important;
}
#masthead .main-navigation a:hover{
    color: #4678B4 !important;
}
.main-navigation ul a:hover {
  border-bottom: none;
}
/*Active Menu*/
.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a, .main-navigation .nav-bar li.current-menu-item .sub-menu li a:hover{
    color: #4678B4 !important;
    border-bottom: none !important;
}
#masthead .main-navigation a{
    color: #FFFFFF !important;
}

/*Sticky*/
#masthead #site-navigation.sticky-navigation{
      background: rgba(10, 12, 15, 0.9) !important;
}
/*End*/
.sticky-navigation .navigation-inner {
    top: 15px !important;
}
/*Remove extra space under the main slider*/
#featured-content.fullscreen, #featured-content.fullscreen .bx-wrapper ul li, #featured-content.fullscreen .feautured-info {
    background-image: url('http://www.the21convention.com/wp-content/uploads/2015/04/bg-1.jpg');
  background-repeat: repeat;
  height: auto;
}
/*Removing the Dark Effect on the HOMEPAGE*/
#featured-content.fullscreen .hentry.has-post-thumbnail .post-thumb {
     opacity: 100; 
	filter:alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*Removing the Dark Effect on the Single Post Pages*/
#primary-header.has-featured-image .hentry-overlay{
    background: rgba(0, 0, 0, 0);
}

/*Removing the Home Page Widget Title Bar*/
#homepage-widgets .widget_tdminimal_homepageposts_single_widget .widget-title{
    display: none;
}

/*Removing the hover effect for the imges*/
.hentry .post-thumb:hover > img, .hentry .post-thumb .thumb-mask-link-icon:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.hentry .post-thumb:hover .thumb-mask-link-icon,
.hentry .post-thumb .thumb-mask-link-icon{
    display: none;
}
.hentry .post-thumb:hover > a.thumb-mask{
    opacity: 0;
}
/*HomePage Boxes White Spaces Reduce*/
#homepage-widgets .widget .homepage-post .hentry{
    background: none;
}
#homepage-widgets .widget .homepage-post{
    padding: 0;
}
/*Glow Effect on HomePage Boxes*/
#homepage-widgets .widget .hentry-two-columns .post-thumb, #homepage-widgets .widget .hentry-three-columns .post-thumb, #homepage-widgets .hentry-standard.homepage-post .entry-summary{
    box-shadow: 0 0 79px rgba(64, 110, 203, 0.6);
    background: rgba(64, 110, 203, 0.6);
}
/*backquote fix*/
blockquote{
      padding: 20px 30px 20px 80px;
}
/*Relaated Items*/
.related-post-item-summary a,
.related-post-item-summary{
  color: #fff;
}

/*mETA iNFO From Category Pages*/
.hentry-container> article > .entry-header > .entry-meta {
  display: NONE;
}

/*Category Thumbnails*/
.hentry-container > article > .featured-video > a > img,
.hentry-container > article > .post-thumb > img{
    width: 100%;
}

/*Events Landing Page*/
.events-landing-section{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-image: url('img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
#events-logo{
    text-align: center;
    margin: 30px auto 10px;
}
#events-title{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
#events-title > h1{
    text-align: center;
    font-size: 65px;
    margin-bottom: 0;
    line-height: 0.826;
    color: #fff;
    text-shadow: 5px 5px 45px #3f7ec7;
    font-weight: normal;
}
#events-title > h4{
    text-align: right;
    color: #787c82;
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
}
.events-content{
    text-align: center;
    color: #fff;
    width: 48%;
    margin: 20px auto 20px; 
}
.events-content h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1em;
}
.events-content h3 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: normal;
}
.events-contact-form{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.events-email > span > input{
    padding:8px;
      font-size:16px;
      border:1px solid #b6b6b6;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
}
.events-submit > input{
    margin-top: 15px;
  padding: 8px 35px;
  font-size: 16px;
  background-color: #00cb55;
  border: none;
  color: #fff;
  border-radius: 5px;
}
@media (max-width:880px){
    #events-title > h1{
        font-size: 40px;
    }
    .events-content{
        width: 88%;
    }
    .events-contact-form{
        width: 80%;
    }
}
@media (max-width:480px){
    .events-email > span > input{width: 100%;}
}

/*Remove Advertiesment Title*/
.ad-title{display: None !important;}

.caption-home {
  position: relative;
  top: 120px;
}

/*Remove Colorbar from newsletter section in video pages*/
.widget-tdminimal-style.widget_tdminimal_newsletter_widget:before, .hentry .newsletter-container:before{
    background: none !important;
}
.hentry .newsletter-container .newsletter-inner{
    padding: 10px;
}

/*Homepage Slider Cursor*/
#slider1_container > div > div > div > div, .home-sliders-h
{
    cursor: auto !important;
}
.menu-social li a[href*="apple.com"]::before {
  content: '\f179';
}     
#homepage-widgets .widget .hentry-three-columns .post-thumb {
    background: transparent !important;
    box-shadow: none !important;
}
/*.linkedin, .email, .pinterest {
    display: none;
    visibility: hidden;
}*/