/*Level-2 Drop-downs*/

.wp-core-ui .button, .wp-core-ui .button-secondary
{
background: #333;
}
.dropdown-submenu 
{
position:relative;
}

.dropdown-submenu>.dropdown-menu 
{
top:0;
left:100%;
margin-top:-6px;
margin-left:1px;
margin-top: 2px;
border-radius: 0px solid #fff !important;
}

.dropdown-submenu:hover>.dropdown-menu 
{
display:block;
}

.dropup .dropdown-submenu>.dropdown-menu 
{
top:auto;
bottom:0;
margin-top:0;
margin-bottom:-2px;
}

.dropdown-submenu>a:after 
{
display:block;
content:" ";
float:right;
width:0;
height:0;
margin-top:5px;
margin-right:-10px;
border-color:transparent transparent transparent #ccc;
border-style:solid;
border-width:5px 0 5px 5px;
}

.dropdown-submenu:hover>a:after 
{
border-left-color:#fff;
}

.dropdown-submenu.pull-left 
{
float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu 
{
left:-100%;
margin-left:10px;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a 
{
text-decoration:none;
color:#fff;
background-color:#0081c2;
background-image:linear-gradient(tobottom,#0088cc,#0077b3);
background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}

/*Navigation & Drop-down Nav*/

.dropdown-menu
{
background: #6f5499;
border: 0px solid #6f5499;
border-radius: none;
}
.open > .dropdown-menu
{
background: #6f5499;
border: 0px solid #6f5499;
}
.navbar-nav > li > .dropdown-menu
{
margin-top: 3px;
}
 .dropdown-menu > li > a, .dropdown-menu > li > a:hover
{
background: #6f5499 !important;
color: #333;
border: 0px solid #6f5499;
}

.current-menu-item
{
border-top: 0px solid #ffcc00;
}

.navbar-nav > li:active {
color: #fff;
border-top: 0px solid #ffcc00;
padding-top: -10px;
margin-top: -5px;
}

.navbar a
{
color: #fff !important;
}

/*Sticky Post and Gallery Caption*/

.gallery-caption
{	
font-style: italic;	
font-size: 12px;	
font-size: 0.857142857rem;
line-height: 2;
color: #757575;
width: 90%;
}
.gallery-caption a 
{
display: inline;
}
article.sticky .featured-post 
{
border-top: 4px double #ededed;
border-bottom: 4px double #ededed;
color: #757575;
font-size: 13px;
font-size: 0.928571429rem;
line-height: 3.692307692;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
text-align: center;
}

/*Custom CSS Start*/


.home-icon-back {
display: table;
margin: 0 auto;
font-size: 45px;
color: #fff;
background-color: #6f5499;
line-height: 1;
border-radius: 50%;
width: 70px;
height: 70px;
text-align: center;
}

.home-icon
{
text-align: center;
font-size:45px;
}


.comments-link
{
font-size: 16px;
color: #333;
}

.main-meta
{
border-bottom: 1px dotted #ddd;
padding-bottom: 20px;
margin-top: 20px;
margin-bottom: 20px;
}

/*Comments*/

button, html input[type="button"], input[type="reset"], input[type="submit"]
{
color: #fff !important;
background: #6f5499;
border: none !important;
padding: 5px;
margin-bottom: 20px;
}

blockquote
{
border-left: 2px solid #6f5499 !important;
}

label
{
display: block !important;
}
.sidebar-left ul
{
list-style-type: none;
list-style-image: url(images/arrow.png);
}

.sidebar-left li
{
border-bottom: 1px dotted #6f5499;
padding-bottom: 4px;
padding-top: 4px;
margin-left: -20px;
}

.bypostauthor
{
margin-left: -40px;
}

.widget-title
{
color: #6f5499;
font-size: 24px;
}
.comment-content
{
margin-top: 10px;
padding-left: 15px;
border-left: 2px solid #6f5499;
}
.fn
{ 
margin-left: 15px;
margin-right: 15px;
margin-top: -20px;
}

cite
{ 
margin-right: 20px;
}

.comment
{
margin-bottom: 20px;
}


/*Sidebar*/
.sidebar-left
{
border-left: 1px dotted #6f5499;
border-right: 1px dotted #6f5499;
padding-left: 20px;
padding-right: 20px;
}

/*Page Not Found*/
.page-not-found
{
min-height: 300px;
}
.main-header, .main-archive-header
{
font-size: 30px;
color: #333;
}
.main-title, .main-archive-title
{
font-size: 30px;
color: #333;
}
.main-content
{
text-align:left;
}

/*Header*/
.logo-top
{
text-align:left;
float: left;
}

.header
{
height: 100px;
padding-top: 0px;
padding-bottom: 30px;
}

.main-title
{
font-size: 30px;
}

.main-description
{
font-size: 15px;
}

.navbar-inverse {
background-color: #6f5499;
border-bottom: 3px solid #ddd;
color: #fff !important;
padding-top: 0px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #6f5499;
}

.navbar-inverse .navbar-nav > li > a {
color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
color: #777;
}

#wp-calendar
{
width: 100%;
}

/*Other CSS*/

ul.arrow-class { 
    list-style-image: url(images/arrow.png);
}

/* Footer */

footer[role="contentinfo"] a {
color: #fff !important;
font-size: 15px !important;
}
footer[role="contentinfo"]  {
color: #fff !important;
font-size: 15px !important;
}

.footer-black
{
background: #333;
border-top: 2px solid #ffcc00;
margin-top: 10px;
margin-bottom: 0px !important;
min-height: 300px;
color: #fff !important;
}
h3.footer-title
{
margin-bottom: 15px;
padding-bottom: 20px;
border-bottom: 1px solid #555;
font-size: 18px;
width: 250px;
}

h3.footer-title::after {
content: url(../images/5.jpg);
border-right: 0px solid #ffcc00;
padding-top: -10px;
padding-left: 10px;
}
.footer-left
{
text-align: left;
color: #fff;
line-height: 25px;
margin-left: -25px;
}

.footer-center
{
text-align: left;
color: #fff;
line-height: 25px;
margin-left: -25px;
}

.footer-right
{
text-align: left;
color: #fff;
line-height: 25px;
margin-left: -25px;
}

.footer-left li
{
 border-bottom: 1px dotted #fff;
margin-left: -26px;
color: #fff;
}

.footer-left li a
{
color: #fff;
}
.footer-center li
{
 border-bottom: 1px dotted #555;
margin-left: -26px;
color: #fff;
}

.footer-center li a
{
color: #fff;
}

.footer-right li
{
 border-bottom: 1px dotted #fff;
margin-left: -26px;
color: #fff;
}

.footer-right li a
{
color: #fff;
}
.cheader
{
font-size: 28px;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}
.contact-heading
{
font-size: 25px;
font-weight: lighter;
margin-bottom: 30px;
display: block;
}
.home-columns
{
line-height: 21px;
font-size: 14px;
padding: 30px;
border-radius: 3px;
margin-bottom: 20px;
border: 1px solid #6f5499;
text-align: justify;
}
.top-area
{
font-size: 32px;
text-align:center;
margin-bottom: 30px;
}

.bottom-area
{
font-size: 24px;
text-align:center;
font-weight: lighter;
margin-top: 50px;
margin-bottom: 30px;
display: block;
line-height: 34px;
}

.sub-area
{
text-align:center;
}
.green-button
{
background:#ED564B;
padding: 10px;
width: 150px !important;
text-align:center;
color:#fff;
display: inline-block;
}

.orange-button
{
background:#ffcc00;
padding: 10px;
width: 150px !important;
text-align:center;
color:#fff;
display: inline-block;
}

@media (max-width: 768px) {
  .orange-button {
    margin-left: -4px;
    margin-top: 5px;
  }
.footer-left, .footer-center, .footer-right
{
padding: 20px;
}
}
.blue-button
{
background:#ED564B;
padding: 10px;
width: 100px !important;
text-align:center;
color:#fff;
display: inline-block;
}

body {
border-top: 3px solid #6f5499 !important;
}
.fa
{
color: #6f5499 !important;
padding-left: 10px;
}
.hfeed
{
background: #6f5499;
}
navigation div.nav-menu > ul 
{
width: 900px;
margin-left: auto;
margin-right: auto;
}

.main-navigation 
{
margin-top: -60px;
}

body .site 
{
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.footer-grey
{
background:#6f5499;
border-top: 2px solid #6f5499;
min-height: 50px;
color: #fff !important;

}

.footer-bottom-left
{
text-align: left;
padding-left: 10px;
}
.footer-bottom-center
{
text-align: center;
}
.footer-bottom-right
{
text-align: right;
}