/*
Theme Name: My Theme
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Chirandip Saha
Author URI: http://aotwo.pro/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. lyb's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://aotwo.pro/
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*==================================================================================*/

.dropdown-menu > li > a {
  font-size: 16px;
font-weight: 400;
    color: #1b8bd4;
    white-space: nowrap;
    padding: 10px 17px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1b8bd4 !important;
}
.navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu .dropdown-menu  {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 4px solid #1b8bd4;
    border-bottom: 4px solid #1b8bd4;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1b8bd4 !important;
}

.navbar-nav > li > .dropdown-menu .dropdown-menu {width:250px;}
.dropdown:hover .dropdown-menu ul.dropdown-menu{display:none !important;}
.dropdown .dropdown-menu ul.dropdown-menu{display:none !important;}
.dropdown ul.dropdown-menu .dropdown:hover ul.dropdown-menu{display:block !important; width: 450px;  position: absolute;}

.dropdown .dropdown-menu ul.dropdown-menu {
left: 100%;
position: absolute;
top:0
}
.navbar-nav > li > .dropdown-menu .dropdown-menu .dropdown-menu {
    max-width: 250px;
}

.dropdown  .dropdown-menu:hover ul.dropdown-menu ul.dropdown-menu{display:none !important;}
.dropdown ul.dropdown-menu ul.dropdown-menu .dropdown:hover ul.dropdown-menu{display:block !important; }
/*===================================Dropdown Menu====================================================*/




.entry-title{text-transform:uppercase;font-size: 44px;}
#breadcrumbs{
    list-style:none;
    margin-top:20px;
    overflow:hidden;
    padding: 0;
    margin-bottom: 0;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    text-transform: uppercase;
}/*
.bread-current{border-bottom:10px solid rgba(255,255,255,0.7);}  */
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#fff;
    font-weight: bold;
}

/*================================================================*/
.inner-page-header{text-align: center;color: #fff;
padding: 130px 0;}


/*---------------------------------Blog page-------------------------------*/
.blg h3{color:#f69;}
.updated{display:none;}
.blg .entry-title{max-width:100% !important;}
.blg .entry-title a{
	text-align: left;
margin: 0;
font-weight: 500;
font-size: 20px;
color:#ff6699 !important;
line-height: 50px;
margin-bottom: 13px;
border-bottom: 5px solid rgba(255,102,153,0.3);
	/*! overflow: hidden; */
	position: relative;
	display: block;
}

.blg .entry-title a:after{
  content:"";
  height:5px;
  border-bottom: 5px solid #ff6699;
  /*! top: 0; */
  bottom: -5px;
  width: 30%;
  left: 0;
  /*! right: 0; */
  position: relative;
  display: block;
  /*! line-height: 64px; */
  /*! z-index: 99999999; */
}
.blg .entry-title{
    margin: 0;
}


.blg  h1.entry-title:after{
  content:"";
  height:5px;
  border-bottom: 5px solid #ff6699;
  bottom: -5px;
  width: 30%;
  left: 0;
  position: relative;
  display: block;
  z-index: 1;
}
.blg h1.entry-title {
    text-align: left;
    margin: 0;
        margin-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
    color: #ff6699 !important;
    line-height: 56px;
    margin-bottom: 13px;
    border-bottom: 5px solid rgba(255,102,153,0.3);
    position: relative;
    display: block;
}
.posted-on .screen-reader-text{
  font-weight: bold;
  padding-right: 7px;
}
.comments-link{ text-align: right;float: right;}
.blg .entry-title a, .blg .entry-footer a{color:#ff6699;}
a:hover{text-decoration:none;}
.blg img.wp-post-image{
    width: 100%;
    height: auto;
}
.entry-content h2{
  color:#ff6699;
}
.blg{
        border-bottom: 5px solid rgba(255,102,153,0.3);
margin-bottom:20px;}
.blg .entry-content{
    
    padding:15px;
}
.blg .entry-footer{
   /* background: #fdb632;*/
    padding: 8px 0;
    text-align: left;
    color:#ff6699;
    
}
.bg-heading{
}
.bg-heading h2{
    color: #000;
    letter-spacing: 0.4px;
    font-size: 35px;
    padding-bottom: 5px;
    margin: 0;
}
.bg-heading p{
    color: #000;
    padding-top:10px;
    padding-bottom:10px;
}
.secondary #widget-area aside.widget {
    /*! border: 1px solid #017f3f; */
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.secondary #widget-area aside.widget  h3{
	text-align: left;
margin: 0;
font-weight: 500;
font-size: 24px;
color:#ff6699 !important;
line-height: 50px;
margin-bottom: 13px;
border-bottom: 5px solid rgba(255,102,153,0.3);
	/*! overflow: hidden; */
	position: relative;
}

.secondary #widget-area aside.widget  h3:after{
  content:"";
  height:5px;
  border-bottom: 5px solid #ff6699;
  /*! top: 0; */
  bottom: -5px;
  width: 30%;
  left: 0;
  /*! right: 0; */
  position: relative;
  display: block;
  /*! line-height: 64px; */
  /*! z-index: 99999999; */
}
.secondary #widget-area aside.widget  .form-control{
	min-height:40px;
	border: 1px solid #ff6699;
}
.widget_recent_entries ul{
	padding: 0 20px;
	margin: 0;
}
.widget_recent_entries ul li{
	color:#ff6699;
	list-style-type:disc;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    border-radius: 50%;
    border: 2px solid #ff6699;
}

.rpwwt-widget ul li a{
	color:#ff6699;
  line-height: 40px
}
/*==============================================================================================================================*/
