/*
    Theme Name: macmillanlibrary
        Author: EbizOn
        Author URI: http://www.ebizontech.com
        Description:  In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
    Version: 1.1
    Tags: gray, red, three-columns, right-sidebar
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =WOOCOMMERCE
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
    =RESPONSIVE
*/

/* =GENERAL
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Oswald);

body {
  background:#fff url('images/background1.png') no-repeat scroll center top;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  background-repeat: no-repeat;
  font-size: 12px;
}
p, .p {
  margin: 16px 0;
}
.article p,#content .post p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0;
}

.article p iframe,#content .post p iframe {
  height: 220px;
  width: 100%;
}
a {
  color: #008a8a;
  text-decoration: none;
}

a:hover, a:focus {
  color: #004848;
  text-decoration: none;
}

a:focus { 
  outline: none;
}
h1, h2, h3, h4, h5 {
  color: #ff7d2a;
  font-family: Georgia, serif;
  font-weight: normal;  
  margin: 16px 0 12px;
}


h1{
  font-size: 25px;
  line-height: 28px;  
}

h2{
  margin-top:0;
  font-size: 19px;
  line-height: 21px;
}

h5 {
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
}

div,p,h1,h2,h3,h4,h5,h6,ul,li{
  box-sizing: border-box;
}

.search h2.page-title {
  margin: 16px 0 12px;
}
/* =LAYOUT
-------------------------------------------------------------- */

#container {
  max-width: 970px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}

#main {
  /*padding: 15px;*/
  background: #fff;
}

#main-fullwidth {
  padding: 15px;
  background: #fff;
}

#content {
  overflow: hidden;
  float: left;
  width: 66%;
  margin: 0px;
}

#sidebar-primary {
  overflow: hidden;
  float: left;
  width: 17%;
  padding-left: 20px;
  margin-top:0px;
}

#sidebar-secondary {
  overflow: hidden;
  float: right;
  max-width: 16%;
  padding-left: 10px;
  margin-top: 0px;
}

/* =HEADER
-------------------------------------------------------------- */

#header {
  background: #FFFFFF;
}

.logo {
  float: left;
  margin: -54px 0 -2px -4px;
}

.logo h1.site_title {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size:48px;
  line-height: 40px;
  font-weight: bold;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
  color: #050505;
  text-decoration: none;
}

.logo h2.site_description {
  margin: 0;
  padding:0;
  color: #C81F22;
  font-family: Arial, Helvetica, Sans-serif;
  font-size:14px;
  line-height: 14px;
}

.header-right {
  float: right;
  margin-right: 15px;
}

#top-social-profiles {
  padding-top: 8px;
  height: 28px;
  text-align: right;

}
#top-social-profiles img {
  margin: 0 0 0 6px !important;
}

#top-social-profiles img:hover {
  opacity: 0.8;
}
#top-social-profiles .widget-container {
  background: none;
  padding: 0;
  border: 0;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
  float: right;
  /*padding:0;
  position:relative;
  height: 34px;
  background: #FFFFFF;
  z-index: 400;
  -webkit-box-shadow: 0 5px 10px 0 #F3F3F3;
  box-shadow: 0 5px 10px 0 #F3F3F3;
  margin-top: 10px;*/

}

.menu-primary {
}

.menu-primary li {
  /*background: url('images/menu-primary-separator.png') left center no-repeat;*/
  border-left: 1px solid #cbf0f0;
  display: inline;
  margin-left: 6px;
  padding-left: 6px;
}

.menu-primary li:first-child {
  border-left: 0;
}

.menu-primary ul {
  min-width: 160px;
}

/* First Level - Menu Primary */

.menu-primary li a {
  color: #58b7b7;
  text-decoration: none;
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a,
.menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
  color: #008a8a;
  outline: 0;
  text-decoration: underline;
  background: none;
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
  color: #C81F22;
  text-transform: none;
  background: #ECECEC;
  padding: 10px 15px;
  margin: 0;
  border: 0;
  font-weight: normal;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
  color: #fff;
  background: #C81F22;
  outline: 0;
  border-bottom:0;
  text-decoration: none;
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
  padding-right: 20px;
  min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  top:  0;
  padding: 10px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
  padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
  background:	url('images/menu-primary-shadow.png') repeat-x bottom right;
}

/* Menu Secondary
----------------------------*/

.menu-secondary-container {

  background: #008a8a url('images/nav-bg.png') repeat-y scroll center top;
  font-size: 13px;
  height: 38px;
  padding: 0 0 0 7px;
}

.menu-secondary ul {
  min-width: 160px;
}

.menu-secondary li {
  border-right: 1px solid #75cfd0;
  margin-top: 11px;
}

.menu-secondary li.menu-item-object-page.menu-item-80{
  border-right: 0px solid #75cfd0;
}
/* First Level - Menu Secondary */
.menu-secondary li a {
  color: #fff;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin:3px 11px;
}

.menu-secondary li.current-menu-item a,
.menu-secondary li.current-cat > a,
.menu-secondary li.current_page_item > a,
.menu-secondary li a:focus{
  color: #008a8a;
  background:#fff;
  padding: 3px 6px;
  margin:0 5px;
}
.menu-secondary li a:hover{
  border-bottom:1px dashed #fff;
}
/* Child Levels - Menu Secondary */

.menu-secondary ul {
  margin-top: 2px;
}

.menu-secondary ul ul{
  margin-top: 0;
}

.menu-secondary li li a {
  color: #fff;
  background: #C81F22;
  padding: 10px 15px;
  text-transform: none;
  margin: 0;
  font-weight: normal;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
  color: #fff;
  background: #050505;
  outline: 0;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
  padding-right: 26px;
  min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  top:  0;
  padding: 13px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {

  padding: 9px 13px 0 0;
}


.mfp-bg{
  position:absolute!important;
  background: #033 url(images/overlay-bg.png) no-repeat fixed center bottom !important;
  width: 100% !important;
  opacity: 0.9 !important;
}
.mfp-container,.mfp-arrow{
  opacity: 0.9 !important;
}
.mfp-wrap{
  background-color: rgb(255, 255, 255)!important;
  color: rgb(0, 0, 0)!important;
  display: block!important;
}
.mfp-arrow-right{
  background: transparent url(images/lightbox-arrow-right.png) no-repeat scroll right 50%!important;
}
.mfp-arrow-left{
  background: transparent url(images/lightbox-arrow-left.png) no-repeat scroll left 50%!important;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  border-left:0px solid #FF7D2A!important;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  border-right: 0px solid #FF7D2A!important; 
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a{
  border-right: 0px solid #FF7D2A!important;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  border-left: 0px solid #FF7D2A!important;
}
button.mfp-arrow-left{
  left: 37%;
}
button.mfp-arrow-right{
  right: 37%;
}
/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
  background:	url('images/menu-secondary-shadow.png') repeat-x bottom right;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
  margin-bottom: 0px;
  border-bottom: 0;
}

.page, .post-single {
  border-bottom: 0;
  margin-bottom: 0;
}

.featured_image {
  padding: 6px;
  border: 1px solid #BDBDBD;
  background: #fff;
}

#content .fp-slider {
  margin: 20px 0;
}

.p{
  margin: 16px 0 12px;
}
/* Post Metas
----------------------------*/

.postmeta-secondary {
  color: #999999;
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
}

.postmeta-comment {
  float: right;	
  background: url(images/comments-big.png) repeat-x 0 0;
  width: 39px;
  height: 32px;
  padding: 4px 0 0 2px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.postmeta-comment a {
  color: #222222;
  text-decoration: none;
}

.postmeta-primary span, .postmeta-secondary span {
  padding:3px 0 3px 20px;
  background-position:left center;
  background-repeat: no-repeat;
}

.meta_date {
  background-image: url(images/date.png);
}

.meta_author {
  background-image: url(images/author.png);
}

.meta_comments {
  background-image: url(images/comments.png);
}

.meta_edit {
  background-image: url(images/edit.png);
}

.meta_categories {
  /*  background-image: url(images/category.png);*/
}
.meta_categories a{
  color: #008A8A;
}

/*.custom-background .meta_categories{
  position: absolute;
  margin-top: -4.2%;
  font-family: Georgia,Palatino,serif;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 11px;
  text-decoration: none;
  margin-left: -1.5%;
}
*/
/*.custom-background .type-post h2{
  margin-top: 5%;
}*/
.type-post h2 a,.article-post-details h2 a{
  color: #FF7D2A;
  font-family: Georgia,serif;
  font-weight: normal;
  text-decoration:none;
}


.type-post h2 a:hover,.article-post-details h2 a:hover{
  color: #8D2B03;
}
/*
.type-post .popup-gallery a{
  height: 215px;
  float: left;
  padding: 0 20px 20px 0;
}
*/
/*
.type-post .popup-gallery img{
  width: 140px;
  height: 215px;
}
*/
.macmillan-titles img{
  max-width: none;
}

.books-per-rowall a.inline_link{ 
  height: 215px; 
  float: left; 
  padding: 0 20px 20px 0;
  *padding: 0 17px 20px 0;
}
.books-per-rowall a.inline_link img { 
  width: 140px
}
.books-per-row-4 a.inline_link{
  height: 154px;
  padding: 0 15px 15px 0;
  *padding: 0 14px 15px 0;
  float: left;
}
.books-per-row-5 a.inline_link img {
  width: 85px;
}

.books-per-row-5 a.inline_link {
  height: 135px;
  padding: 0 10px 10px 0;
  *padding: 0 9px 10px 0;
  float: left;
}

.type-post .entry{
  /*float:left;*/
  width:460px;
  *width:auto;
  margin-bottom:5px;
}

.type-post .entry h5 {
  margin-top: 0px;
}

.type-post .entry img{
  height:none;
}

.type-post .entry a,.type-post .entry a:hover{
  text-decoration: underline;
} 
.mfp-bottom-bar,.mfp-image-holder .mfp-content{
  *width:172px!important;
}
.mfp-bottom-bar{  
   *margin-left:-85px!important;
}
.article-post-details{
  border-bottom: 1px dashed #add;
  margin-bottom: 16px;
  padding-bottom: 16px;
  *float:left;
  *width:100%;
}

.custom-background .postmeta-comment{
  display: none;
}

.meta_tags {
  background-image: url(images/tags.png);
}

/* Read More
----------------------------*/
.readmore{
  float: left;
  width: 100%;
  margin-top:5px;
}
.readmore a {
  background: #ffa76f;
  color: #fff;
  float: left;
  font-family: Georgia, serif;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 1px 5px;
  text-decoration: none !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.readmore a:hover {
  color: #fff;
  background: #FF7D2A;
  text-decoration: none;
}

/* =WOOCOMMERCE
-------------------------------------------------------------- */

.woocommerce .content, .woocommerce #main-fullwidth {
  background: #fff;
}

.variations .label {
  background-color:inherit;
  color: inherit;
  display: block !important;
  font-size: inherit;
  font-weight: inherit;
  line-height:inherit;
  text-shadow: none;
  vertical-align: inherit;
  white-space: inherit;
  padding: 8px 8px 8px 0 !important;
} 
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
  margin: 0;  
  padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
  margin: 0;  
  padding: 0 !important;
}

.woocommerce img {
  width: auto !important;
  height: auto !important;
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
  width: 30%;
  padding: 0 0 0 10px;
}

.sitemap-col-archives {
  width: 45%;
  padding: 0 0 0 10px;
}

.sitemap h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.sitemap h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.sitemap-list {
  font-size: 13px;
  line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
  padding: 0 0 0 20px;
}

/* =CONTACT FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
  width: 90px;    
  font-weight: bold;
  font-size: 14px;
  padding: 7px 0;
}

.contact-form-input {
  margin-left: 90px;    
}

.contact-form input[type=text] {
  padding: 6px;
  width: 60%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.contact-form input[type=submit] {
  padding: 5px 50px;
  border: 1px solid #ccc;
  background: #eee;
}
.contact-form textarea {
  width: 96%;
  padding: 6px;
  height: 160px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

.contact-form-required {
  color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
  margin: 0 0 15px 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
  width: 460px;
}

.fp-slides, .fp-thumbnail {
  height: 200px;
  width: 620px;
  overflow: hidden;
  position: relative;
}

.fp-title {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 2px 0;
  margin: 0;
}

.fp-title a, .fp-title a:hover {
  color: #fff;
  text-decoration: none;
}

.fp-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #006161;
  padding: 28px 15px;
  width: 288px;
  left: 291px;
}

.fp-content p {
  color: #006161;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
}

.fp-more,  .fp-more:hover{
  color: #fff;
  font-weight: bold;
}

.fp-nav {
  height: 12px;
  text-align: center;
  padding: 10px 0;
  background: #333;
}

.fp-pager a { 
  background-image: url(images/featured-pager.png); 
  cursor:pointer;  
  margin: 0 8px 0 0; 
  padding: 0;
  display: inline-block;
  width: 12px; 
  height: 12px;
  overflow: hidden;
  text-indent: -999px; 
  background-position: 0 0;
  float: none;
  line-height: 1;
  opacity: 0.7;
  filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  { 
  text-decoration: none;
  background-position: 0 -112px;
  opacity: 1.0;
  filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
  position: relative; 
  z-index: 200; 
}

.fp-prev-next {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  height: 37px;  
}

.fp-prev {
  float:left;
  margin-left: 14px;
  width:37px;
  height:37px;
  background:url(images/featured-prev.png) left top repeat-x;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

.fp-prev:hover {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}

.fp-next {
  float:right;
  width:36px;
  height:37px;
  margin-right: 14px;
  background:url(images/featured-next.png) right top no-repeat;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

.fp-next:hover {
  opacity: 0.8;
  filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
  float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 5px 8px;
  margin: 2px;
  font-size: 15px;
  line-height: 15px;
  float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
  color: #333333;
  background:none;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #fff;
  background:#CC2F32;
}

.wp-pagenavi a:hover {
  color: #CC2F32;
  background:#EFEFEF;
}

.wp-pagenavi span.pages {
  color: #333333;
  background: none;
  padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
  background:transparent;
  color: #333333;
  background: none;
}

/* =FOOTER
-------------------------------------------------------------- */

#footer {
  background: transparent url(images/orange-dot.png) repeat-x scroll left top;
  color: #ccc;
  font-size: 11px;
  line-height: 18px;
  margin-top: 60px;
  padding: 20px 0 60px;
}

#copyrights {
  text-align: left;
  float: left;
  width: 100%;
}
/*
#credits_new {
  font-size: 11px;
  padding: 10px 0 0 0;
  float: left;
}
*/
#credits_new a {
  color: #999;
  text-decoration: underline;
} 

#credits_new a:hover {
  color: #666;
}
/* Footer Widgets
----------------------------*/

#footer-widgets {
  background: #FFFFFF;
  padding: 20px 0 0 0;
  border-top: 2px solid #F1F1F1;
  display: none;
}

.footer-widget-box {
  width: 300px;
  float: left;
  margin-left: 15px;
}

.footer-widget-box-last {

}

/* Footer Widgets Color */

#footer-widgets .widget-container {

}

/* Footer Widgets Links */

#footer-widgets .widget-container a {

}

#footer-widgets .widget-container a:hover {

}

/* Footer Widget Title */

#footer-widgets .widgettitle {

}

#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {

}

/* Footer List Items */

#footer-widgets .widget ul li {

}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {

}

#footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {

}

/* Footer Widgets Seaarch */

#footer-widgets #search {

}

#footer-widgets #search #s {

}


/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
  list-style-type: none;
  list-style: none;
  margin: 0 0 22px 0;
  padding: 0;
  /*color: #666666;*/
  color : #222222;
  font-size: 11px;
  line-height: 15px;
}

.widget-container a {
  color: #666666;
  text-decoration: none;
}

.widget-container a:hover {
  color: #5e2603;
  text-decoration: none;
}

.widgettitle {
  color: #099;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

/********Add background images widget*****/
#sidebar-primary .widget-container .widget_links ul li{

  background: transparent url(images/bullet.png) no-repeat scroll 0 5px;
  padding-left: 12px;
  margin: 2px 0;
}

#sidebar-primary .widget-container .widget_tag_cloud .tagcloud a{
  width: 100%;
  clear: both;
  float: left;
  background: #fff;
  border-left: 2px solid #9cc;
  color: #999 !important;
  display: block;
  font-size: 9px !important;
  font-weight: normal;
  line-height: 12px;
  margin: 0 0 -1px 0;
  padding: 3px 3px 3px 8px;
  text-decoration: none;
}
#sidebar-primary .widget-container .widget_tag_cloud .tagcloud a:hover{
  background: #00acac;
  border-left: 2px solid #066;
  color: #fff !important;
}

h3.widgettitle{
  padding-top:20px;
  margin-top:20px;
  *padding-top:0px;
}
#sidebar-primary .widget-container .social-profiles-widget h3.widgettitle {

  font-size: 0px;
  background: #fff url(images/follow-us.png) no-repeat scroll left bottom;
}

#sidebar-primary .widget-container .widget_recent_entries h3.widgettitle {

  font-size: 0px;
  background: #fff url(images/recent-articles.png) no-repeat scroll left bottom;
}

#sidebar-primary .widget-container .widget_links h3.widgettitle {

  font-size: 0px;
  background: #fff url(images/blog-roll.png) no-repeat scroll left bottom;
}

#sidebar-primary .widget-container .widget_tag_cloud h3.widgettitle {

  font-size: 0px;
  background: #fff url(images/popular-tags.png) no-repeat scroll left bottom;
}

#sidebar-secondary .widget-container #text-3 h3.widgettitle {

  font-size: 0px;
  background: #fff url(images/library-resources.png) no-repeat scroll left bottom;
}
#sidebar-secondary .widget-container #text-7 h3.widgettitle {
  font-size: 0px;
  background: #fff url(images/library-resources.png) no-repeat scroll left bottom;
}
/*
.widget widget_recent_entries ul li {
  background
}
*/
.widgettitle, .widgettitle a, .widgettitle a:hover {
  color: #414445;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.widget ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget a {
  color: #ff7d2a;
  text-decoration: underline;
  clear: both;
}

.widget_recent_entries .post-date {
  font-size: 9px;
  line-height: 14px;
  color: #aaa;
  float: left;
  width: 100%;
  padding-bottom: 6px;
}

.widget ul li .children {
  padding-top: 17px;
}


/* Search
----------------------------*/
.header_search #search{
  float: right;
}
/*** Header search css*****/
.header_search #search #searchform input#s {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  padding: 4px 4px;
  width: 290px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff url(images/search.png) 99% 50% no-repeat;
  border: 1px solid #99dede;
}
.header_search #search #searchform input#s:hover,.header_search #search #searchform input#s:focus {
  border-color: #008a8a;
}
#search #s {
  background: none;
  color: #979797;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

#content-search {
  width: 300px;
  padding: 15px 0;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
  background: #CB2A2D;
  color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
  color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
  line-height: 15px;
}

/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
  text-align: center;
  margin-bottom: -10px;
}

.banners-125 img {
  margin: 0 5px 5px 5px;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.posts-widget ul li {
  list-style-type: none; 
  list-style: none;
  padding: 0 0 15px 0; 
  margin: 0 0 15px 0;
  border-bottom: 0;
}

.posts-widgettitle {
  font-weight: normal;
  padding: 0 0 5px 0; 
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta { 
  font-style: italic;  
  padding: 0 0 5px 0;
}

.posts-widget-entry {
  font-family: Arial, Helvetica, Sans-serif; 
  line-height: 20px;
}

.posts-widget-more {
  font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
  border: 1px solid #BDBDBD;
  padding: 4px;
  background-color: #fff;
}

.posts-widget .alignleft {
  margin: 0 8px 8px 0;
}

.posts-widget .alignright {
  margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
  margin-bottom: 8px;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
  list-style-type: none;
  list-style: none;
  padding: 0; 
  margin: 10px 0 0 0;
}

.comments-widget ul li {
  list-style-type: none; 
  list-style: none;
  padding: 0 0 10px 0; 
  margin: 0 0 10px 0;
  border-bottom: 1px solid #BDBDBD;
}

.comments-widget-author {
  text-decoration: none; 
  font-weight: bold; 
  padding: 0 0 5px 0; 
  margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
  font-family: Arial, Helvetica, Sans-serif; 
  line-height: 20px;
}

.comments-widget-more {
  font-weight: bold; 
}

.comments-widget-more:hover {}

.comments-widget-avatar {
  border: 1px solid #BDBDBD;
  padding: 4px;
  background-color: #fff;
}

.comments-widget .alignleft {
  margin: 0 8px 0 0;
}

.comments-widget .alignright {
  margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
  margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.infobox-widget ul li {
  list-style-type: none; 
  list-style: none;
  padding: 0; 
  margin: 5px 0 0 0;
}

.infobox-widget ul li a {
  text-decoration: none;
}

.infobox-widget-description {
  line-height: 20px;
}

.infobox-widget-more {
  font-weight: bold;    
}

.infobox-widget-more:hover {   
}


.infobox-widget .alignleft {
  margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
  margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
  margin-bottom: 10px;
}

.infobox-widget .inbottom {
  margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
  /*margin: 0 4px 0 0;*/
} 

.social-profiles-widget img:hover {
  opacity: 0.8;
}
.social-profiles-widget .social_profile_list {
  margin-top: 20px;
  margin-bottom: 28px;
}
.social-profiles-widget .social_img_anchor {
  width: 100%;
  clear: both;
  font-family: Georgia,serif;
  font-weight: normal;
  margin: 0 0 20px;
  *margin-bottom:0;
  font-size: 19px;
  line-height: 21px;
  padding-bottom: 11px;
}
.social-profiles-widget .social_img_anchor a {
  margin: 0 0 5px 0;
  padding: 2px 0 2px 6px;
  color: #ff7d2a;
  text-decoration: underline;
}
.social-profiles-widget .social_img_anchor .social_img img {
  /*width: 16px;*/
  padding-top: 2px;
}

.social-profiles-widget .social_img_anchor .social_img {
  float: left;
  margin-bottom: 4px;
}
.social-profiles-widget .social_img_anchor .social_anchor {
  float: left;
}
/* Tabs Widget
----------------------------

.tabs-widget {
  list-style: none; 
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0; 
  height: 26px;
}

.tabs-widget li {
  list-style: none; 
  list-style-type: none; 
  margin: 0 0 0 4px; 
  padding: 0; 
  float: left;
}

.tabs-widget li:first-child {
  margin: 0;
}

.tabs-widget li a {
  color: #707070;
  background: #EFEFEF;
  padding: 6px 16px;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
  background: #CC2F32;
  color: #fff;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
  list-style-type: none; 
  list-style: none;
  margin: 0; 
  padding: 0; 
  line-height: 20px;
  font-family: Arial, Helvetica, Sans-serif; 
}

.tweets-widget ul li {
  list-style-type: none;
  list-style: none;
  padding: 0; 
  margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
  margin-top: 5px;
}

.tweets-widget li.tweets-bird {
  padding-left: 24px;
  background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
  text-decoration: underline; 
}

a.tweets-widget-time:hover {
  text-decoration: none; 
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
  list-style-type: none; 
  list-style: none;
  margin: 0; 
  padding: 0;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
  margin-bottom: 15px;
}

#comments p {
  margin: 5px 0 10px 0;
}

h3#comments-title {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0 0 15px 0;
}

.commentlist { 
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist li.comment {
  line-height: 24px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0px;
  position: relative;
}

.commentlist li:last-child {
  border-bottom:none;
  margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
  margin-bottom: 15px;
}

.commentlist .avatar {
  border: 3px solid #ffffff;
  margin-right: 10px; 
  width: 40px; 
  height: 40px; 
  vertical-align: middle;
  margin-bottom: 2px;
}

.comment-author {
  padding: 5px;
  display: block;
  background: #F2F2F2;
  border: 1px solid #DFDFDF;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.comment-author cite {
  font-style: normal;
  font-weight: bold;
}

.comment-author .says {
  font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 16px; 
  font-style: normal; 
  font-weight: bold;
  text-decoration: none;
}

.comment-meta {
  /*margin: -23px 0 0 65px;*/
  display: block;
  font-size: 11px;
  padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
  text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
  text-align: right;
  margin-bottom: 10px;
}

.comment-reply-link  {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  background: #EDEDED;
  color: #333;
  padding: 2px 8px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border:  1px solid #999999;
}

.comment-reply-link:hover {
  background: #F5F5F5;
  color: #333;
}


.commentlist .children {
  list-style: none;
  margin: 0;
}

/* Children */

.commentlist .children li {
  border: none;
  margin: 0;
}

.nocomments {
  display: none;
}

#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
  margin-top: -6px;
}

#comments .pingback p {
  font-size: 12px;
  line-height: 18px;
  display:block;
  margin: 0;
}

#comments .pingback .url {
  font-style: italic;
  font-size: 13px;
}

/* Comments form */

#respond {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

h3#reply-title {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 15px 0 15px 0;
}

#respond .required {
  color:#FF4B33;
}

#respond .comment-notes {
  margin-bottom: 1em;
}

.form-allowed-tags {
  display: none;
}

.children #respond {
  margin: 0 48px 0 0;
}

#comments-list #respond {
  margin: 0 0 18px 0;
}

#comments-list ul #respond {
  margin: 0;
}

#cancel-comment-reply-link {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

#respond .required {
  color:#FF4B33;
  font-weight:bold;
}

#respond label {
  font-size: 12px;
  font-weight: bold;
}

#respond input {

}

#respond textarea {
  width: 60%;
  background: #fcfcfc;
  border: 1px solid #aaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 5px 6px;
  float: left;
  height: 242px;
}

#respond .form-allowed-tags {
  font-size: 12px;
  line-height: 18px;
}

#respond .form-allowed-tags code {
  font-size: 11px;
}

#respond input[type=submit] {
  margin: 0;
}

#respond .form-submit {
  margin: 0;
  clear: both;

}

#respond .form-submit input {
  width: auto;
  font-size: 14px;
}
#respond dl {
  margin: 0 0 10px;
}

#respond dt {
  display: inline;
  font-weight: normal;
}

#respond dd {
  display: inline;
}


/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
  display: none;
  margin: 10px;
}

.menu-primary-responsive, .menu-secondary-responsive  {
  padding: 5px;
  border: 1px solid #ddd;
  width: 100%;
}
/* =END
-------------------------------------------------------------- */
#crumbs {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  margin-top: 14px;
  margin-bottom: -4px;
  padding: 0;
}
#crumbs a,#crumbs a:visited,#crumbs a:active {
  color: #999;
  font-weight: normal;
  text-decoration: underline;
}
#crumbs a:hover{
  color:#222;
}
#recent-artical .recent-artical-t1{
  color:#44C3C2;
  font-weight: bold;
}
#recent-artical .recent-artical-t2{
  color:#FF8346;
  font-weight: bold;
}
#recent-artical .recent-artical-border{
  border-top: 2px dotted #FF9755;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 2%;
  /*margin-top: -3px\9;*/  
}
.custom-background .postmeta-primary .meta_date{
  display: none;
}
#main .pager{
  background: none repeat scroll 0 0 #EFFAF9;
  color: #FF7D2A;
  font-family: Georgia,serif;
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 17px;
  padding: 9px 0;
  text-align: center;
}
div.pager {
  background: #effaf9;
  color: #ff7d2a;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 17px;
  padding: 9px 0;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.pager a.active:link, 
.pager a.active:visited, 
.pager a.active:active, 
.pager a{
  color: #ff7d2a;
  font-weight: normal !important;
  text-decoration: none !important;
}
.pager a:hover{
  color: #222;
}
.pager .older-posts a{
  background: url('images/blue-arrow-right.png') no-repeat scroll 100% 50%;
  padding-right: 15px;
  padding-left: 5px;
}
.pager .older-posts span{
  display: none;
}
.newer-posts,.older-posts {
  display: inline;
}
.pager .newer-posts a{
  background: url('images/blue-arrow-left.png') no-repeat scroll 0% 50%;
  padding-left: 15px;
  padding-right: 5px;
}

.pager .newer-posts span{
  display: none;
}

.tag-listing{
  float: right;
  /*margin: 5.8em 0% 0 0;*/
  margin: 3.7em 0% 0 0;
  width: 140px;
}
.type-post{
  width: 80%;
  *width: 76%;
}
.tag-name a{
  width: 100%;
  clear: both;
  float: left;
  background: #fff;
  border-left: 2px solid #9cc;
  color: #999 !important;
  display: block;
  font-size: 9px !important;
  font-weight: normal;
  line-height: 12px;
  margin: 0 0 -1px 0;
  padding: 3px 3px 3px 8px;
  text-decoration:none;
}
.tag-name a:hover{
  background: #00acac;
  border-left: 2px solid #066;
  color: #fff !important;
}
.author-name{
  font-style: inherit;
  font-weight: bold;
  width: 100%;
  clear: both;
  float: left;
  background: #fff;
  color: #999 !important;
  display: block;
  font-size: 10px !important;
  font-weight: normal;
  line-height: 12px;
  margin: 0 0 5px 0;
}
.post-date{
  width: 100%;
  clear: both;
  float: left;
  background: #fff;
  color: #999 !important;
  display: block;
  font-size: 10px !important;
  font-weight: normal;
  line-height: 12px;
  margin: 0 0 10px 0;
}

.comment-tag a{
  font-style: inherit;
  font-weight: bold;
  width: 100%;
  clear: both;
  float: left;
  background: #fff;
  color: #999 ;
  display: block;
  font-size: 10px !important;
  font-weight: normal;
  line-height: 12px;
  margin: 0 0 5px 0;
  padding: 1% 0% 0%;
  margin-top: 5%;
  text-decoration:none;
}

.comment-tag a:hover{
  color: black;
}
.share a{
  font-style: inherit;
  font-weight: bold;
  width: 100%;
  clear: both;
  float: left;
  background: #fff;
  color: #999 ;
  display: block;
  font-size: 10px !important;
  font-weight: normal;
  line-height: 12px;
  margin: 15% 0 0px 0;
  text-decoration:none;
}
.cat-name a{
  color: #008a8a;
  font-family: Georgia,Palatino,serif;
  font-size: 9px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 11px;
  text-decoration: none;
}
.cat-name a:hover{
  color: #004848;
}
.mobile.header_search{
  display:none;
}

.mobile-menu-primary{
  display:none;
}

#commentform input {
  background: #fcfcfc;
  border: 1px solid #aaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 5px 6px !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#commentform .comment-form-author label,
#commentform .comment-form-email label,
#commentform .comment-form-comment label {
  float: left;
  width: 100%;
  margin-top: 1em;
}

#commentform .comment-form-author input,
#commentform .comment-form-email input{
  float: left;
}
#commentform .form-submit input,#commentform input:focus {
  background: #008b8a;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 8px 1px 8px 0;
  padding: 3px 6px;
  text-transform: uppercase;
}
#commentform input:focus {
  border: 2px solid #00adac;
  padding: 3px 6px!important;
}
/***************************Slider gallery css*********************/
.mfp-container {
  height: 100% !important;
  background:  url(./sliderbg.png) 18px !important;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-title {
  text-align: center !important;
  font-family: Georgia,"Palatino Linotype",Palatino,serif;
  float: none;
  line-height: 18px;
  padding-right: 36px;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.mfp-title a{
  font-family: Georgia,"Palatino Linotype",Palatino,serif;
  text-decoration: underline;
  color: #008A8A !important;
  font-size: 15px;
  font-weight: normal !important;
  line-height: 19px;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  background: none repeat scroll 0 0 #FFFFFF;
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 99% !important;
  width: 100%; }

.slider-author{
  font-family: Georgia,"Palatino Linotype",Palatino,serif;
  color: #444444;
  display: block;
  font-size: 13px;
  font-style: italic;
}



.mfp-counter {
  position: relative !important;
  color: #CCCCCC;
  font-size: 12px;
  line-height: 18px;
  right: 0;
  text-align: center;
  top: 0;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFFFFF;
  margin-top: 3%;
  text-align: right;
  width: 100%;
}
/***************************************************************************************/
.menu-secondary-container .menu-item-162{
  border-right: none;
}
#sidebar-primary .widget-container .widget_recent_entries li .post-date {
  margin: 0px;
}
h4{
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.menus.menu-secondary li:last-child{
  border:none !important;
}
p + h3 {
  margin-top: 1.25em;
}
h3 {
  font-size: 16px;
  line-height: 21px;
}
/*div{
  line-height : 16px;
}*/
a{
  text-decoration: underline;
}
ul{
  margin : 0px;
  padding-left : 0px;
}

.single-tag-listing {
  float: right;
  /*margin:1.8em 0 0;*/
  width: 140px;
}
.menus.menu-secondary li.menu-item-1006{
  border:none \9!important;
}
.widget-container .widget_recent_entries{
	padding-bottom: 15px;
}
/* Hide website from comment box.*/
#commentform p.comment-form-url {
  display: none;
}
#commentform p.mollom-privacy-policy {
  clear: both;
  padding-top: 10px;
}
/** Add more link css***/
a.more-link{
  display: none;
}
@-moz-document url-prefix() { #recent-artical .recent-artical-border { margin-top:-5px; } }

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .widget-container {
    margin: 0 0 8px 0; /* on Safari and Chrome  */
  }
  /* Safari only override */
  ::i-block-chrome,.widget-container{
    margin: 0 0 50px 0;
  } 
}
blockquote{
border:none !important;
font-style:none !important;
color:#333 !important;
}
.entry ol{
list-style-type:none;
margin:0px;
padding:0px;
}
ol li{
margin-bottom: 2px;
margin-left: 0;
margin-right: 0;
margin-top: 2px;
padding:0px;
}
ul li{
margin-bottom: 3px;
margin-left: 0;
margin-right: 0;
margin-top: 3px;
padding:0px;
}
span{
text-decoration:none !important;
}

/*Styles by Anuj Verma*/
button.side-menu-button{
  /*display: none;*/
  background-color: transparent;
  border: none;
  position: absolute;
  left: 2%;
  top: 15px;
  color: pointer;
}
button.side-menu-button:focus{
  outline: none;
}
button.side-menu-button .three-bar-icon-wrapper{
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
}
button.side-menu-button .three-bar-icon{
  margin-top: 12px;
  left: 0;
}
button.side-menu-button .three-bar-icon:before, button.side-menu-button .three-bar-icon:after, button.side-menu-button .three-bar-icon{
  background-color: #00AEAA;
  height: 4px;
  width: 25px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
button.side-menu-button .three-bar-icon:before{
  content: "";
  top: -8px;
  left: 0;
}
button.side-menu-button .three-bar-icon:after{
  content: "";
  top: 8px;
  left: 0;
}
button.side-menu-button.active .three-bar-icon{
  height: 0;
  width: 0;
}
button.side-menu-button.active .three-bar-icon:before{
  transform: rotate(45deg);
  top: 0;
}
button.side-menu-button.active .three-bar-icon:after{
  transform: rotate(-45deg);
  top: 0;
}
.responsive-header{
  text-align: center;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
  background-image: url('images/background1.png');
  background-color: #fff;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 99999;
}
.responsive-header .mobile-logo{
  padding: 5px 0;
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
}
.responsive-header .mobile-logo img{
  height: 100%;
  width: auto;
}
.responsive-header .right-section{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 16px 15px 0 0;
}
.responsive-header .right-section .mobile-search-icon{
  display: inline-block;
  vertical-align: top;
  height: 25px;
  position: relative;
}
.responsive-header .mobile_search_wrapper{
  position: relative;
}
.responsive-header .mobile_search_wrapper #search{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  display: none; 
  padding: 9px 20px;
  border-bottom: 1px solid #eee;
}
.responsive-header .mobile_search_wrapper #search #s{
  width: 60%;
  font-size: 16px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #99dede;
  border-radius: 4px;
}
.responsive-header .mobile_search_wrapper #search #s+button{
  background: #ffa76f;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 6px 15px;
  border-radius: 4px;
}
.responsive-header .mobile_search_wrapper #search #s+button img{
  width: 18px;
}
.responsive-header .right-section .mobile-search-icon img{
  height: 100%;
  width: auto;
}
.responsive-header .right-section .three-dots-wrapper{
  height: 21px;
  width: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 3px 0 0 10px;
}
.responsive-header .right-section .three-dots:after{
  content: "";
  top: 16px;
  left: 0%;
}
.responsive-header .right-section .three-dots:before{
  content: "";
  top: 8px;
  left: 0%;
}
.responsive-header .right-section .three-dots{
  top: 0px;
  left: 50%;
}
.responsive-header .right-section .three-dots,.responsive-header .right-section .three-dots:after,.responsive-header .right-section .three-dots:before{
  display: inline-block;
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #00AEAA;
  font-size: 0;
}
#responsive-menu-container{
  padding-top: 70px!important;
  background-color: #008B89!important;
}
#responsive-menu-container #responsive-menu-wrapper{
  background-color: #008B89!important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a{
  background-color: #008B89!important;
  border-bottom: 1px solid #fff!important;
}
#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a{
  border-top: none!important;
}
#responsive-menu-container #responsive-menu-search-box{
  display: none;
}
.custom-responsive-header-outer-wrapper{
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999;
  left: 0;
  display: none;
}
@keyframes slide_right {
  0% {transform: translateX(-100%);}
  100% {transform: translateX(0);}
}
@keyframes slide_left {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
.custom-responsive-header{
  width: 80%;
  height: 100%;
  background-color: #008a8a;
  overflow: scroll;
  box-sizing: border-box;
  animation: slide_right 0.5s ease-in-out; 
}
.custom-responsive-header ul.menu-secondary{
  width: 100%;
  box-sizing: border-box;
}
.custom-responsive-header ul.menu-secondary li.menu-item{
  display: block;
  float: none;
  border-right: none;
  box-sizing: border-box;
  border-bottom: 1px solid #75cfd0;
  margin: 0;
  position: relative;
}
.custom-responsive-header ul.menu-secondary li.menu-item a{
  padding: 14px 20px;
  background: none;
  margin: 0;
}
.custom-responsive-header ul.menu-secondary li.menu-item a:focus{
  color: #fff;
}
.custom-responsive-header .menu-secondary-container {
  background: none;
  font-size: 13px;
  height: initial;
  padding: 0;
  box-sizing: border-box;
}
.custom-responsive-header h1{
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.custom-responsive-header ul.menu-secondary li.menu-item.menu-item-has-children:after{
  position: absolute;
  background-image: url(images/arrow-down-sign-to-navigate-white.png);
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  right: 10px;
  top: 8px;
  background-size: 12px 12px;
  background-position: center;
  transition: 0.5s transform;
}
.custom-responsive-header ul.menu-secondary li.menu-item.menu-item-has-children.child-active:after{
  transform: rotate(180deg);
}
.custom-responsive-header ul.menu-secondary li.menu-item.menu-item-has-children ul.sub-menu{
  position: static;
  margin: 0;
  padding: 0 0 0 20px;
  display: none;
}
.custom-responsive-header ul.menu-secondary li.menu-item.menu-item-has-children ul.sub-menu li{
  position: static;
  margin: 0;
}
.custom-responsive-top-menu-wrapper {
  background-color: rgba(0,0,0,0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999;
  left: 0;
  display: none;
}
.custom-responsive-top-menu-wrapper .custom-responsive-top-menu{
  position: absolute;
  background-color: #fff;
  width: 60%;
  top: 52px;
  right: 0;
  transform-origin: top right;
  transition: 0.5s transform;
}
@keyframes open_popup{
  0%{transform: scale(0);}
  100%{transform: scale(1);}
}
@keyframes close_popup{
  0%{transform: scale(1);}
  100%{transform: scale(0);}
}
.custom-responsive-top-menu-wrapper .custom-responsive-top-menu .menu-primary-container{
  float: none;
}
.custom-responsive-top-menu-wrapper .custom-responsive-top-menu .menu-primary-container ul{
  padding: 10px 0;
}
.custom-responsive-top-menu-wrapper .custom-responsive-top-menu .menu-primary-container ul li{
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border-left: none;
  float: none;
}
.custom-responsive-top-menu-wrapper .custom-responsive-top-menu .menu-primary-container ul li a{
  padding: 7px 14px;
  font-size: 12px;
}
.mobile-fp-slider{
  display: none;
  text-align: center;
  margin: 20px 0;
}
.mobile-fp-slider img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #container{
    margin-top: 70px;
  }
  #sidebar-primary, #sidebar-secondary{
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
  #sidebar-primary .widget-container h3.widgettitle,#sidebar-secondary .widget-container h3.widgettitle{
    position: relative;
    cursor: pointer;
  }
  #sidebar-primary .widget-container h3.widgettitle:after, #sidebar-secondary .widget-container h3.widgettitle:after{
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-size: contain;
    background-image: url(images/arrow-down-sign-to-navigate.png);
    right: 0;
    top: 0;
  }
  #sidebar-primary .widget-container .social-profiles-widget h3.widgettitle {
    background: #fff url(images/follow-us.png);
    padding: 0;
    border-bottom: 3px dotted #ff7d2a;
    height: 18px;
    background-repeat: no-repeat;
  }
  #sidebar-primary .widget-container .widget_recent_entries h3.widgettitle{
    background: #fff url(images/recent-articles.png);
    padding: 0;
    border-bottom: 3px dotted #ff7d2a;
    height: 18px;
    background-repeat: no-repeat;
  }
  #sidebar-primary .widget-container .widget_links h3.widgettitle{
    background: #fff url(images/blog-roll.png);
    padding: 0;
    border-bottom: 3px dotted #ff7d2a;
    height: 18px;
    background-repeat: no-repeat;
  }
  #sidebar-primary .widget-container .widget_tag_cloud h3.widgettitle{
    background: #fff url(images/popular-tags.png);
    padding: 0;
    border-bottom: 3px dotted #ff7d2a;
    height: 18px;
    background-repeat: no-repeat;
  }
  #sidebar-secondary .widget-container #text-7 h3.widgettitle{
    background: #fff url(images/library-resources.png);
    padding: 0;
    border-bottom: 3px dotted #ff7d2a;
    height: 18px;
    background-repeat: no-repeat;
    margin-top: 10px;
  }
  .social-profiles-widget .social_img_anchor{
    float: none;
    display: inline-block;
    width: 32%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .social-profiles-widget .social_img_anchor:nth-child(3){
    text-align: right;
  }
  .social-profiles-widget .social_profile_list{
    margin-bottom: 20px;
  }
  .social-profiles-widget .social_img_anchor .social_img{
    float: none;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .social-profiles-widget .social_img_anchor .social_anchor{
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #content{
    width: 100%;
  }
  #container>.clearfix{
    display: none;
  }
  #container>#header{
    display: none;
  }
  #container>.clearfix.mobile-main-menu{
    display: none;
  }
  .responsive-header{
    display: block;
  }
  .tag-listing{
    display: none;
  }
  .type-post{
    width: 100%;
  }
  .type-post .entry{
    float: none;
    width: 100%;
    clear: both;
  }
  .books-per-rowall{
    text-align: center;
  }
  .books-per-rowall a.inline_link{
    float: none;
    display: inline-block;
    padding: 0px 10px 15px;
  }
  .widget-container .widget_recent_entries{
    padding-bottom: 0;
  }
  #sidebar-primary .widgettitle+div,#sidebar-primary .widgettitle+ul, #sidebar-secondary .widgettitle~div{
    display: none;
  }
  #footer{
    text-align: center;
  }
  #copyrights{
    text-align: center;
    margin-top: 5px;
  }
  .fp-slides, .fp-thumbnail{
    height: initial;
    width: initial;
    max-height: 200px;
    max-width: 620px;
  }
  .fp-content{
    display: none;
  }
  .single-post #content{
    display: flex;
    flex-direction: column;
  }
  .single-post #content .single-tag-listing{
    order: 1;
  }
  .single-post #content #respond{
    order: 2;
  }
  .single-post #content .single-tag-listing{
    float: none;
    width: 100%;
  }
  #respond textarea{
    width: 95%;
    height: 100px;
  }
  #commentform input{
    width: 95%;
  }
  #commentform .form-submit input{
    width: 99%;
    height: 40px;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 40px;
  }
  .popup-gallery .macmillan-titles{
    text-align: center;
  }
  .popup-gallery .macmillan-titles a{
    float: none;
    vertical-align: top;
    padding: 0;
  }
  .popup-gallery .macmillan-titles a img{
    vertical-align: top;
    padding: 0 4px 10px 4px;
  }
  .mobile-fp-slider{
    display: block;
  }
  .desktop-fp-slider{
    display: none;
  }
}