@charset "utf-8";
/* CSS Document */

/* * {
	padding: 0;
	margin: 0 auto;
} */
		
body {
	color: #333;
	background: #ffffff !important;
	font-family: "Mukta";
	font-size: 16px;
}

/********************************************/
/* Advertisement Section */
/********************************************/
.preHeadAd img {
    margin-bottom: 20px;
}

.sponsorAd {
	margin-top: 20px;
}

.sponsorAd img {
    margin-bottom: 20px;
}

.ad-img {
    margin-bottom: 30px;
}

.header-ad img {
    margin-bottom: 0;
}



/***************************************************/
/* Extra Styling */
/***************************************************/
#Reloadpage{
    cursor:pointer;
}

ul.pagination > li {
    border: none !important;
	background: none !important;
}

.pagination > li {
    border: none !important;
}

.parent {
    height: 645px;
    overflow: hidden;
}

.child {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.parent-fnt {
    height: 415px;
    overflow: hidden;
}

.child-fnt {
    height: 100%;
    margin-right: -65px; /* maximum width of scrollbar */
    padding-right: 50px; /* maximum width of scrollbar */
    overflow-y: scroll;
}

.fbLikeBox {
    margin-bottom: 30px;
}

.fbComments {
    width: 100%;
    overflow: hidden;
}

.fbComments iframe {
    width: 100% !important;
}

button.close {
    color: #ffffff !important;
    z-index: 99999 !important;
    position: absolute;
    /*top: -30px;*/
    background: #1d62b1 !important;
    padding: 5px 10px !important;
}

.breadcrumb {
    background: #c7c7c7;
    border-radius: 0;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #adadad;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #333;
}

.cat-border-rt {
    border-right: 1px solid #c9c9c9;
}



/********************************************/
/* Pre Header Section */
/********************************************/
.pre-head-social, .pre-head-language {
    /* line-height: 168px;
    text-align: center; */
}

.pre-head-social ul, .pre-head-language ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.pre-head-social ul li, .pre-head-language ul li {
    display: inline-block;
    margin-right: 8px;
}

.pre-head-social ul li:last-child, .pre-head-language ul li:last-child {
    margin-right: 0;
}

.pre-head-social ul li a {
    color: #23527c;
}

.pre-head-language {
    float: right;
}

.pre-head-language ul li a {
    color: #23527c;
    font: 600 15px 'Open Sans', sans-serif;
}

.pre-head-social ul li a:hover,
.pre-head-language ul li a:hover {
    color: #df1d1d;
    text-decoration: none;
}

li.youtubeLive span {
    background: red;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}




/********************************************/
/* Header Section */
/********************************************/
.headerSection {
    padding: 25px 0 35px 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	box-shadow: 0 0 6px 3px rgba(0,0,0,.11);
	background-color: rgba(255, 255, 255, 1);
	border-width: 0;
    z-index: 99999;
    border-bottom: none !important;
}

.nepali-datetime {
    float: right;
}

.mainNav {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #272264;
    /* border-bottom: 4px ridge #df1d1d; */
}



/***************************************************/
/* Banner News Section */
/***************************************************/
.bannerNews {
    text-align: center;
}

.widget {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.tagRibbon span {
    background: #272264;
    color: #fff;
    padding: 5px 15px;
    border-bottom: 3px solid #fec434;
}

.bannerNewsTitle {
    color: #23527c;
    font: 500 50px/72px 'Mukta', sans-serif;
    margin-top: 20px;
    display: block;
}

.bannerNewsTitle:hover {
    color: #242424;
    text-decoration: none;
}

.bannerNewsSubTitle {
    display: block;
    color: #e4315b;
    font-size: 34px;
    font-style: italic;
}

.bannerNewsImg {
    margin: 20px 0;
    display: inherit;
}

.bannerNewsDetail {
    color: #000000a8;
    font: 400 20px/36px 'Mukta', sans-serif;
    margin-bottom: 0;
}

.bannerNewsAuthorDetail {
    margin-top: 10px;
}

.bannerNews-author-image {
    width: 50px;
    margin-right: 8px;
    /* padding: 2px; */
    border: 1px dashed #e7315a;
}

.bannerNews-author-name {
    color: #000000a1;
    font: 500 20px 'Mukta', sans-serif;
}

.bannerNews-author-name:hover {
    color: #4b408e;
    text-decoration: none;
}







/**********************************************************/
/* Category Title Design 1 */
/**********************************************************/
.cat-title-section {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

/* .cat-title-section:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #015655;
    position: absolute;
    top: 55%;
    right: 0;
    z-index: 1;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
} */

/* .cat-title {
    color: #474747;
    font: 500 24px 'Khand', sans-serif;
} */

.cat-title {
    color: #474747;
    font: 500 24px/18px 'Khand', sans-serif;
}

.cat-title:hover {
    color: #db315e;
	text-decoration: none;
}

/* .align-icon {
    background: url(/img/align-icon.svg) no-repeat center center;
    width: 18px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
} */

.align-icon {
    background: url(/img/align-icon.svg) no-repeat left;
    padding-left: 30px;
    display: block;
    margin-bottom: 5px;
}

.cat-read-more {
    color: #db315e;
    float: right;
    font: 500 17px 'Khand', sans-serif;
    padding-top: 12px;
}

.cat-read-more:hover {
    color: #000;
    text-decoration: none;
}



/**********************************************************/
/* News Image Hover Effect */
/**********************************************************/
.img-zoom-effect {
    /* overflow: hidden; */
	position: relative;
	margin-bottom: 20px;
}

.img-zoom-effect:hover .hover {
	transform: scale(1.1);
	transition: 1s;
}



/**********************************************************/
/* NBC1 Section */
/**********************************************************/
.nbc1-lg {
    /* margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b0b0b0; */
}

.nbc1-lg-post-created {
    position: absolute;
    top: 0;
    right: 0;
    background: #3b63ae;
    color: #fff;
    padding: 5px 15px;
    font: 300 14px 'Mukta', sans-serif;
}

.nbc1-lg-title {
    color: #fff;
    font: 600 24px/36px 'Mukta', sans-serif;
    width: 100%;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    padding: 10px 20px;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.nbc1-lg-title:hover {
    color: #fff;
    text-decoration: none;
}

.nbc1-lg-para {
    color: #555;
    font: 400 18px/28px 'Mukta', sans-serif;
}

.nbc1-md {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #c9c9c9;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}

.nbc1-md:last-child,
.nbc5-md:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    min-height: auto;
    max-height: none;
}

.nbc1-md .img-zoom-effect,
.nbc5-md .img-zoom-effect,
.nbc5-md .img-zoom-effect,
.nbc7-sm .img-zoom-effect {
    margin-bottom: 0;
}

.nbc1-md-img,
.nbc5-md-img {
    width: 70px;
    float: right;
    margin-left: 15px;
    border-radius: 5px;
}

.nbc1-md-title,
.nbc5-md-title {
    color: #242424;
    font: 500 17px/26px 'Mukta', sans-serif;
    display: block;
    /* margin-bottom: 10px; */
}

.nbc1-md-title:hover,
.nbc3-md-title:hover,
.nbc2-lg-title:hover,
.nbc2-md-title:hover,
.nbc2-sm-title:hover,
.nbc4-lg-title:hover,
.nbc4-md-title:hover,
.nbc5-lg-title:hover,
.nbc5-md-title:hover,
.nbc5-sm-title:hover,
.nbc7-sm-title:hover,
.tab-news-title:hover {
    text-decoration: none;
}




/**********************************************************/
/* NBC2 Section */
/**********************************************************/
.nbc2-lg-title {
    color: #242424;
    font: 500 24px/36px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.nbc2-lg-para {
    color: #555;
    font: 400 18px/28px 'Mukta', sans-serif;
}

.nbc2-lg-post-created {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #db315e;
    color: #fff;
    padding: 5px 15px;
    font: 300 14px 'Mukta', sans-serif;
}

.nbc4-md-cont {
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 20px;
}

.nbc4-md-cont:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.nbc2-md-title {
    color: #242424;
    font: 500 18px/32px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.nbc2-sm-title {
    color: #242424;
    font: 400 18px/32px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b0b0b0;
}

.nbc2-sm-title:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}



/**********************************************************/
/* NBC3 Section */
/**********************************************************/
.nbc3-md {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.nbc3-md:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nbc3-md .img-zoom-effect {
    margin-bottom: 0;
}

.nbc3-md-img {
    margin-bottom: 15px;
}

.nbc3-md-title{
    color: #242424;
    font: 500 18px/30px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 5px;
}


.nbc3-md-post-created {
    text-align: center;
    font: 400 15px 'Mukta', sans-serif;
    color: #db315e;
}





/**********************************************************/
/* NBC4 Section */
/**********************************************************/
.nbc4-lg {
    margin-bottom: 20px;
}

.nbc4-lg-title {
    color: #242424;
    font: 600 28px/40px 'Mukta', sans-serif;
}

.nbc4-md-title {
    color: #242424;
    font: 500 18px/32px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.nbc4-md-img {
    float: right;
    margin-left: 20px;
}

.nbc4-md-para {
    color: #555;
    font: 400 18px/28px 'Mukta', sans-serif;
}






/**********************************************************/
/* NBC5 Section */
/**********************************************************/
.nbc5-lg-title {
    color: #242424;
    font: 500 20px/30px 'Mukta', sans-serif;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.nbc5-md {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #c9c9c9;
    /* min-height: 100px;
    max-height: 100px;
    overflow: hidden; */
}

.nbc5-sm {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #c9c9c9;
}

.nbc5-sm:first-child {
    border-top: 1px solid #c9c9c9;
    padding-top: 13px;
    margin-top: 10px;
}

.nbc5-sm:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.nbc5-sm-title {
    color: #242424;
    font: 500 17px/26px 'Mukta', sans-serif;
    display: block;
}

.nbc5-sm a span,
.nbc2-sm-title span,
.nbc4-md-title span {
    margin-right: 10px;
}




/**********************************************************/
/* NBC7 Section */
/**********************************************************/
.nbc7-sm-img {
    margin-bottom: 10px;
}

.nbc7-sm-title {
    color: #242424;
    font: 400 18px/30px 'Mukta', sans-serif;
    margin-bottom: 15px;
    display: block;
    min-height: 90px;
    max-height: 90px;
    overflow: hidden;
}






/**********************************************************/
/* NBC8 Section */
/**********************************************************/



/**********************************************************/
/* News View Section */
/**********************************************************/
.news-view-content h1 {
    color: #242424;
    font: 500 34px/50px 'Mukta', sans-serif;
}

.news-view-content h1 span {
    display: block;
    font-size: 24px;
    color: #000000a1;
    font-style: italic;
}
.newsDetail ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.newsDetail li {
    display: inline-block;
    margin-right: 15px;
}

.newsDetail li:last-child {
    margin-right: 0;
}

.news-view-content p,
.post-content p,
.post-content p span,
.post-content p span font,
.post-content p div,
.post-content div {
    color: #474747;
    font: 400 20px/36px 'Mukta', sans-serif !important;
    text-align: justify;
}

.newsMainImg span,
.post-content-caption {
    border-bottom: 1px solid #b0b0b0;
    display: block;
    padding: 5px 0;
    text-align: center;
    font: 300 14px 'Lato', sans-serif;
}

.related-news-title {
    color: #242424;
    font: 500 20px/32px 'Mukta', sans-serif;
}

.related-news-title:hover {
    text-decoration: none;
}
/***************************************************/
/* News Author Detail Section */
/***************************************************/
/* .author-info {
    border-bottom: 1px solid #e9ebee;
    padding-top: 15px;
    overflow: hidden;
} */

.author-info .author-image {
    /* float: left; */
    width: 50px;
    margin-right: 8px;
}

.author-info .author-name {
    font: 500 20px/68px "Mukta",sans-serif;
}

.author-info .author-name:hover {
    text-decoration: none;
}

.author-info .author-description {
    color: #888 !important;
    font: 500 16px/36px "Mukta",sans-serif !important;
    display: block !important;
}

.author-info .image .img-circle {
    width: 150px;
    margin: 0;
}

.author-info .info {
    color: #242424;
    font: 300 16px/24px 'Lato', sans-serif;
    text-align: justify;
}







/**********************************************************/
/* Category News Section */
/**********************************************************/
.cat-news-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #b0b0b0;
}

.cat-news-img {
    float: left;
    margin-right: 15px;
}

.cat-news-title {
    color: #474747;
    font: 500 20px/32px 'Mukta', sans-serif;
    display: block;
    margin-bottom: 10px;
}

.cat-news-title:hover {
    text-decoration: none;
}

.cat-news-para {
    color: #555;
    font: 400 17px/28px 'Mukta', sans-serif;
}







/**********************************************************/
/* Video Gallery Section */
/**********************************************************/
.yt-video-section {
    background: #000;
    padding: 20px;
}

.yt-video-md iframe,
.yt-video-sm iframe {
    height: 100%;
}

.yt-video-md {
    background: #fff;
    margin-bottom: 30px;
    padding: 10px 10px 4px 10px;
}

.yt-video-sm {
    background: #fff;
    padding: 10px 10px 4px 10px;
}




/*************************************************/
/* Back to Top Section */
/*************************************************/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 9999;
}
#return-to-top i {
    color: #eb8d02;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    /* background: rgba(0, 0, 0, 0.9); */

}
#return-to-top:hover i {
    color: #2760d4;
    top: 5px;
}











/***************************************************/
/* Pop Ad Section */
/***************************************************/
.popupContents {
    display: flex;
    justify-content: center;
}
  
#thover{
    position:fixed;
    background:#000000;
    width:100%;
    height:100%;
    opacity: 0.8;
    z-index: 999999;
    top: 0;
}

#tpopup{
    position:absolute;
    background:#fff;
    top: 50px;
    border-radius:5px;
    padding: 5px;
    text-align:center;
    /* height: 600px; */
    box-shadow:0 0 10px 0 #000;
    z-index: 9999999999999999999999999999999;
}

#tclose {
    position: absolute;
    background: #fa812e;
    color: white;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    font-family: 'Arial Black', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #007ba5;
}

.img.adImg {
    height: 100%;
    /* max-height: 85vh; */
    width: auto;
}



/*************************************************/
/* Tab News Section */
/*************************************************/
.tab {
    margin-bottom: 30px;
}

.tab-new-img {
    float: left;
    margin-right: 15px;
    width: 28%;
}

.tab-news-title {
    color: #242424;
    font: 500 18px/28px 'Mukta', sans-serif;
}

.tab-news-content {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b0b0b0;
}

.tab-news-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.tab-news-section .tab-news-content .img-zoom-effect {
    margin-bottom: 0;
}

.tab .nav-tabs{
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 3px solid #4ba6ed;
}   

.tab .nav-tabs li a{
    color: #222;
    background: #fff;
    font: 500 20px 'Mukta', sans-serif;
    text-align: center;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    margin: 0 2px 1px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background: transparent;
    border: none;
    box-shadow: none;
}

.tab .nav-tabs li a:before{
    content: "";
    background: #4ba6ed;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    opacity: 1;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.tab .tab-content{
    color: #222;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px;
    background: #fffbf6;
    border: 1px solid #fff0de;
}

@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 10px;
        border-bottom: none;
        border-left: 3px solid #4ba6ed;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 5px; }
}





/*************************************************/
/* Footer Section */
/*************************************************/
.footerSection {
    background: url("/img/dhankuta-chowk.png") no-repeat top center #23527c;
    background-size: cover;
    border-top: 5px solid #fec434;
}

.footerbg {
    /* background: linear-gradient(to bottom,rgba(80,61,143,0) 0%,rgb(80,61,143) 100%); */
    padding: 75px 0;
}

.footerAboutUs h2, .footerContactUs h2 {
    color: #242424;
    font: 600 25px 'Mukta';
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
}

.footerAboutUs p {
    color: #242424;
    font: 400 18px/28px 'Mukta';
}


.footerContactUs {
    border-right: 1px solid rgba(255,255,255,.2);
    padding-right: 30px;
}

.footerContactUs ul {
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 10px;
    padding-left: 0;
}

.footerContactUs ul:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.footerContactUs li {
    color: #ffffff;
    font: 400 17px/28px 'Mukta', sans-serif;
    /* list-style: devanagari;
    margin-left: 15px; */
    list-style: none;
}

.footerContactUs ul li span {
    color: #ffcc2a;
    font: 400 18px 'Roboto', sans-serif;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}

.footerContactUs ul li a {
    color: #ffcc2a;
    font: 400 18px 'Roboto', sans-serif;
}

.footerContactUs ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footerContactUs .primaryText {
    font: 600 20px/28px 'Mukta', sans-serif;
}

.footerContactUs p {
    color: #fff;
    font: 500 20px/32px 'Mukta', sans-serif;
}





/* .footerOurTeam {
    margin-left: 50px;
} */

.footerOurTeam h2 {
    color: #fff;
    font: 600 24px Mukta;
    margin-top: 0;
}

.footerOurTeam ul {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 15px;
    padding-left: 0;
}

.footerOurTeam ul:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.footerOurTeam ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    width: 48%;
}

.footerOurTeam ul li span {
    display: block;
    font: 600 18px 'Mukta', sans-serif;
}









.btnFooterNav {
    margin-bottom: 5px;
}

.btnFooterNav ul {
    margin-bottom: 0;
}

.btnFooterNav li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.btnFooterNav li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.btnFooterNav a {
    color: #fff;
}

.btnFooterNav a:hover {
	color: #ffcc2a;
	text-decoration: none;
}





.copyrightSection {
    background: #272264;
    padding: 20px 0;
    text-align: center;
}

.copyrightSection p {
    color: #fff;
    font: 500 15px 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.copyrightSection p a {
    color: #fec434;
}

.copyrightSection p a:hover {
    color: #fff;
    text-decoration: none;
}





.pagination > li {
    border: none !important;
}




/**************************************************/
/* Search Section */
/**************************************************/
.searchSection {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 4px;
}

.searchTerm {
    float: left;
    width: 83%;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 3px 0 0 3px;
    outline: none;
    font-size: 12px;
    color: #242424;
}

.searchTerm:focus{
  color: #000000;
}

.searchButton {
    position: absolute;
    border-left: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #ccc;
    text-align: center;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 11px;
}

.searchButton:hover {
	background: #ed5554;
    border-left: none;
    border-top: 1px solid #ed5554;
    border-right: 1px solid #ed5554;
    border-bottom: 1px solid #ed5554;
}






