@charset "utf-8";


@font-face {
  font-family: 'ScotchRomanMTStd';
  src: url('../fonts/ScotchRomanMTStd.eot?#iefix') format('embedded-opentype'),  url('../fonts/ScotchRomanMTStd.otf')  format('opentype'),
	     url('../fonts/ScotchRomanMTStd.woff') format('woff'), url('../fonts/ScotchRomanMTStd.ttf')  format('truetype'), url('../fonts/ScotchRomanMTStd.svg#ScotchRomanMTStd') format('svg');
  font-weight: normal;
  font-style: normal;
}

p.desc_limit, .desc_limit p {
	font-family: unset;
}

a.more-link, .more-link a {
	text-decoration: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #f9fbfc;
  /*font-size: 13.5px;*/
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  padding: 0;
  font-family: Serif;
  margin-bottom: 6px;
}

ul,li {
  margin: 0;
  padding: 0;
}

.h3, h3 {
    font-size: 1.2rem;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none
}

a {
  color: #4590ce
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

.text-primary {
  color: #4590ce!important
}

.color-gray {
  color: #666
}

.summary-text {
  min-height: 94px;
  line-height: 23px
}

.page-item.active .page-link {
  background-color: #4791ce;
  border-color: #4791ce
}

.page-link {
  color: #4d95d0
}

.main-logo img {
  max-width: 140px
}

.btn-menu {
  text-transform: capitalize;
  background: #f3f3f3;
  color: #757575!important;
}
.btn-menu:hover {
  background: #CCC;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #646763
}

.header-bg2 {
  background: #f4f4f4
}

.menu2 ul {
  display: flex;
  list-style: none
}

.menu2 ul li {
  display: flex;
  list-style: none;
  padding: 7px 10px;
  font-size: 14px
}

.menu2 ul li a {
  color: #333
}

.menu2 ul li a:hover {
  color: #5c814d
}

.menu-label {
  background: #689155;
  color: #fff;
  padding: 0 5px
}

.logo {
  text-align: center
}

.menu-label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 9px solid #689155;
  position: absolute;
  top: 7px;
  left: 69px
}

.custom-indicators {
  position: inherit
}

.custom-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d8d8d8
}

.carousel-indicators .active {
  background-color: #4791ce
}

.FreeGuides ul li {
  list-style-type: none
}

.FreeGuides ul li>a {
  list-style-type: none;
  padding: 7px 0;
  padding-left: 13px;
  display: block;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #dfdfdf
}

.FreeGuides ul li>a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  left: 18px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute
}

.footer-bg {
  background: #f0f4f8
}

.logo-gray img{
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%)*/
  transition: transform .2s;
}

.logo-gray:hover img {
  /*-webkit-filter: grayscale(0%);
  filter: grayscale(0%)*/
  transform: scale(1.5);
}

.top-logo ul {
  display: inline-block;
}

.top-logo ul li {
  padding: 0 5px;
  display: inline-block;
}

.top-logo ul li img {
  width: auto;
  height: 40px
  /*height: 30px*/
}

.top-logo ul li.active img {
 transform: scale(1.3);
}

.topBg {
  background: #fff
}

.top-r-section ul {
  display: flex;
  justify-content: flex-end
}

.top-r-section ul li>a {
  padding: 0 8px;
  line-height: 72px;
  float: right;
  color: #333
}

.header-bg {
  background: #689155
}

.my-account-dd .dropdown-menu.show {
  margin-top: -1px;
  border-radius: 0
}

.my-account-dd .dropdown-item {
  padding: .5rem 1rem;
  font-size: 14px
}

.main-menu .navbar {
  padding: 0
}

.main-menu .navbar-nav .nav-link {
  color: #e1fbd7;
  padding: 5px 14px;
  font-weight: 300;
  line-height: 40px;
  font-size: 16px
}

.custom-search {
  font-size: 14px;
  line-height: 26px
}

.mtop-4 {
  margin-top: 5px
}

.btn {
  border-radius: 0;
  font-size: 14px
}

.author-name {
  text-align: left
}

.memebership .summary-text {
  min-height: 76px;
  line-height: 20px
}

.clearHeader {
  height: 200px;
  background-color: rgba(107, 107, 107, 0.66);
  position: fixed;
  top: 200;
  width: 100%
}

.fixedHeader .topBg {
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: -1px 3px 7px -2px rgba(240, 237, 240, 1);
  -moz-box-shadow: -1px 3px 7px -2px rgba(240, 237, 240, 1);
  box-shadow: -1px 3px 7px -2px rgba(240, 237, 240, 1)
}

.fixedHeader .header-bg {
  display: none;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out
}

.fixedHeader .header-bg2 {
  display: none;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out
}

.toggle-menu {
  display: none
}

.fixedHeader .toggle-menu {
  display: block
}

.fixedHeader .top-logo {
  display: none
}

.leftsidebar {
  height: 100%;
  background-color: #FFF;
  transition: .5s;
}

.leftsidebar .closebtn {
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: 25px;
  color: #fff
}

.openbtn {
    cursor: pointer;
    color: #000;
    border: 0;
    padding: 0px;
    background: transparent;
}

.openbtn:hover {
  color: #000;
  background: transparent;
}

#main {
  transition: margin-left .5s;
  padding: 0
}

.sidebarmenu li a {
  color: #999;
  padding: 5px 14px;
  font-weight: 300;
  line-height: 40px;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #CCC
}

.sidebarmenu li a:hover {
    color: #545454;
    background: #e4dede;
    border-bottom: 1px solid #ccc;
}

.sidebarmenu .submenu {
  display: none;
  -webkit-transition: all .5s ease-out
}

.sidebarmenu-plus {
  background: #8baa7e
}

.sidebarmenu-plus li a {
  color: #e1fbd7;
  padding: 5px 14px;
  font-weight: 300;
  line-height: 40px;
  display: block;
  font-size: 15px;
  border-bottom: 1px solid #7ea16f
}

.sidebarmenu-plus li a:hover {
  background: #375d28;
  border-bottom: 1px solid #375d28;
  color: #eef8ea
}

.leftsidebar .menu-item-has-children > a{
 position: relative;
}
.leftsidebar .menu-item-has-children  .sub-menu{
  display: none;
}

.leftsidebar .menu-item-has-children  > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f067";
    position: absolute;
    right: 17px;
    top: 16px;
    font-size: 12px;
}

.leftsidebar .menu-item-has-children.opensub > a:after{
  content: "\f068";
}

.custom-search-icon input[type=text] {
  width: 2px;
  height: 38px;
  margin-top: -9px;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url(../images/search-icon.png);
  background-position: 7px 11px;
  background-repeat: no-repeat;
  padding: 3px 40px;
  -webkit-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
  position: absolute
}

.custom-search-icon input[type=text]:focus {
  width: 95%;
  border: 1px solid #ced4da!important
}

.top-logo-dd {
  display: none
}

p {
  line-height: 24px;
}

.text-small {
  font-size: calc(13px+(11 - 11) *((100vw - 320px) /(1600 - 320)))
}

.primary-bg {
  color: #fff;
  background-color: #4791ce!important;
  border-color: #4591ce
}

.primary-bg:hover,
primary-bg:active,
primary-bg:focus {
  opacity: .9;
  border-color: #4791ce
}

.secondary-bg {
  color: #fff;
  background-color: #4791ce!important;
  border-color: #4791ce
}

.secondary-bg:hover,
primary-bg:active,
primary-bg:focus {
  opacity: .9;
  border-color: #4791ce
}

.tertiary-bg {
  color: #fff;
  background-color: #4791ce!important;
  border-color: #4791ce
}

.tertiary-bg:hover,
primary-bg:active,
primary-bg:focus {
  opacity: .9;
  border-color: #4791ce
}

.bluedark-bg {
  color: #fff;
  background-color: #307ab5!important;
  border-color: #307ab5
}

.bluedark-bg:hover,
primary-bg:active,
primary-bg:focus {
  opacity: .9;
  border-color: #307ab5
}

.darkgray-bg {
  color: #fff;
  background-color: #4a4a4a!important;
  border-color: #4a4a4a
}

.darkgray-bg:hover,
primary-bg:active,
primary-bg:focus {
  opacity: .9;
  border-color: #4a4a4a
}

.subscribe-bg {
  color: #fff;
  background-color: #1eb6cd!important;
  border-color: #1eb6cd
}

.subscribe-bg:hover,
primary-bg:active,
primary-bg:focus {
  opacity: .9;
  border-color: #1eb6cd
}

.font15 {
  font-size: .9375rem
}

.btn.btn-link.collapsed:before {
  float: right!important;
  font-family: FontAwesome;
  content: "\f107"
}

.btn.btn-link:before {
  float: right!important;
  font-family: FontAwesome;
  content: "\f106"
}

.carousel-control-next,
.carousel-control-prev {
  position: inherit;
  opacity: 1;
  display: inline;
  color: #000
}

.carousel-control-next:hover,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-prev:focus {
  background-image: none;
  color: #000
}

.footer-text {
  font-size: .85rem;
  color: #9e9e9e;
  font-weight: normal
}

.footer-text a {
  font-size: .85rem;
  color: #9e9e9e;
  font-weight: normal;
  list-style-type: none
}

.footer-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.footer-list ul li a {
  line-height: 32px;
  padding: 0;
  color: #666;
  font-weight: 300;
  list-style-type: none
}

h4.footer-head,
.footer-head a {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: .85rem;
  text-transform: uppercase
}

.socialMedia li a {
  font-size: 26px;
  color: #fff
}

.fa-facebook-square {
  color: #3b5998
}

.fa-facebook-square:hover {
  opacity: .9
}

.fa-twitter-square {
  color: #55acee
}

.fa-twitter-square:hover {
  opacity: .9
}

.fa-google-plus-square {
  color: #dd4b39
}

.fa-google-plus-square:hover {
  opacity: .9
}



.fa-linkedin:hover {
  opacity: .9
}



.itfmenus {
  color: #eee;
}

.itfmenus ul,
.itfmenus li {
  margin: 0 0;
  padding: 0 0;
  list-style: none
}

.itfmenus ul {
  height: 35px
}

.itfmenus li {
  float: left;
  display: inline;
  position: relative;
  font-size: 16px;
}

.itfmenus li:first-child {
  border-left: none
}

.itfmenus a {
  display: block;
  padding: 13px 10px;
  text-decoration: none;
  color: #FFF;
}
.itfmenus a:hover,.itfmenus > li.current-menu-item {
    background: #8aa97b;
}

.itfmenus li:hover > a,
.itfmenus li a:hover {
  color: #fff;
}

.itfmenus input {
  display: none;
  margin: 0 0;
  padding: 0 0;
  width: 80px;
  height: 35px;
  opacity: 0;
  cursor: pointer
}

.itfmenus label span {
  font-size: 12px;
  position: absolute;
  left: 35px
}

.itfmenus ul.sub-menu {
  height: auto;
  width: 205px;
  background: #FFF;
  position: absolute;
  z-index: 99;
  display: none;
  border-bottom: 1px solid #689155;
  box-shadow: 0px 1px 1px 1px #eaeaea;
}
.itfmenus ul.sub-menu a {
    color: #000;
    padding: 6px 5px 6px 17px;
    font-size: 14px;
    position: relative;
}

.itfmenus ul.sub-menu li {
  display: block;
  width: 100%;
  text-transform: none;
  position: relative;
}

.itfmenus li:hover ul.sub-menu {
  display: block
}


.itfmenus a.prett {
  padding: 0 27px 0 14px
}

.itfmenus a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 9px
}

.itfmenus ul.sub-menu a:hover {
  background: transparent;
  color: #F00;
  padding-left: 20px;
}

.itfmenus ul.sub-menu .sub-menu {
  display: none;
  position: absolute;
  left: 180px;
  background: #FFF;
  top: 0;
  width: 180px;
}

.itfmenus ul.sub-menu .sub-menu li {
  background: #FFF;
}

.itfmenus ul.sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}


.submenu_cls_sec li:first-child a {
    background: #689155;
    padding: 0px 10px;
    color: #FFF;
    position: relative;
}
.submenu_cls_sec li:first-child a:hover{
  color: #FFF;
}

.submenu_cls_sec li:first-child a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 9px solid #689155;
    position: absolute;
    top: 0px;
    right: -9px;
}
.image_boxes {
    max-height: 250px;
    overflow: hidden;
    border-radius: 5px;
}
.block_title{
  font-weight: bold;
  color: #689155;
  display: inline-block;
}

.FreeGuides ul li > a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    left: 18px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
}

.widget .menu li{
 font-size: 12px;
 list-style: none;
 padding:0px;
 margin: 0px;
}

.widget .menu li > a {
    list-style-type: none;
    padding: 7px 0px;
    padding-left: 13px;
    display: block;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
}

.widget .menu li > a:before {
    font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    left: 18px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
}

.act a {
    box-shadow: 0px 1px 3px 0px #CCC;
    padding: 4px 5px;
    display: inline-flex;
}

.title_limit {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.desc_limit{ margin-top: 10px; margin-bottom: 0px; }
.custom-search button.custom-search {
    background: #b6c7ad6e;
}
.custom-search button.custom-search .fa {
    color: #FFF;
}
.is-sticky{}
.is-sticky .top-fix{z-index: 9999999;}
.is-sticky #pm_menu{top: 56px;}
/*.is-sticky .top-logo{ display: none; }
.is-sticky .toggle-menu{ display: inline-block; }*/




/* Menu Left */

#pm_menu {
    display: none;
    position: fixed; height: 100%; width: 230px; top: 124px; z-index: 99999999999;
    -webkit-animation: backSlideOut .3s both ease;
    -moz-animation: backSlideOut .3s both ease;
    animation: backSlideOut .3s both ease;
  }
  #pm_menu.pm_open{
    left: 0px;
    -webkit-animation: backSlideIn .5s both ease;
    -moz-animation: backSlideIn .5s both ease;
    animation: backSlideIn .5s both ease;
    display: block;
  }
  .pm_overlay{
    display: none !important;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    -webkit-animation: fadeOut .5s both ease;
    -moz-animation: fadeOut .5s both ease;
    animation: fadeOut .5s both ease;
  }
  .pm_overlay.pm_show{
    display: block;
    -webkit-animation: fadeIn .3s both ease;
    -moz-animation: fadeIn .3s both ease;
    animation: fadeIn .3s both ease;
  }
  .pm_overlay.pm_hide{
    display: none;
  }
.closemenu {
    width: 100%;
    display: table;
    border-bottom: 0px solid #CCC;
}
a.openbtns {
    font-size: 25px;
    padding: 5px 13px;
    cursor: pointer;
    color: #999;
    position: absolute;
    top: -47px;
    left: 23px;
    background: #FFF;
}
span.fullread {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.fullread a {
    background: #689155;
    color: #FFF;
    padding: 7px 9px;
    border-radius: 3px;
}


  /* Keyframes */
  /*empty*/
  @-webkit-keyframes empty {
    0% {opacity: 1}
  }
  @-moz-keyframes empty {
    0% {opacity: 1}
  }
  @keyframes empty {
    0% {opacity: 1}
  }
  @-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
  }
  @-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
  }
  @keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
  }
  @-webkit-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; display: none; }
  }
  @-moz-keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; display: none; }
  }
  @keyframes fadeOut {
    0% { opacity:1; }
    100% { opacity:0; display: none; }
  }
  @-webkit-keyframes backSlideOut {
    0% { opacity: 1; -webkit-transform: translateX(0px); }
    50% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translateX(-100%); }
  }
  @-moz-keyframes backSlideOut {
    0% { opacity: 1; -webkit-transform: translateX(0px); }
    50% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translateX(-100%); }
  }
  @keyframes backSlideOut {
    0% { opacity: 1; -webkit-transform: translateX(0px); }
    50% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: translateX(-100%); }
  }
  @-webkit-keyframes backSlideIn {
    0% { opacity: 0; -webkit-transform: translateX(-100%); }
    100% { opacity: 1; -webkit-transform: translateX(0px); }
  }
  @-moz-keyframes backSlideIn {
    0% { opacity: 0; -webkit-transform: translateX(-100%); }
    100% { opacity: 1; -webkit-transform: translateX(0px); }
  }
  @keyframes backSlideIn {
    0% { opacity: 0; -webkit-transform: translateX(-100%); }
    100% { opacity: 1; -webkit-transform: translateX(0px); }
  }

/*End Lend Menu */


  .top-fixs {
    width: 100%;
    z-index: 999;
}

.main-menu .menu-item-has-children > a:after{
  padding-left:5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  position: absolute;
  top: 17px;
}



.ppsearch {
    padding: 11px 9px;
}
.subscribelnk {
    /*background: #4993cf;*/
    background: #f4a120;
    color: #FFF;
    border-radius: 3px;
}

/*.title_limit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 19px;
    max-height: 38px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/

.select2-container .select2-selection--single {
    padding: 6px 0px;
    height: 38px;
    border-radius: 0px;
    border: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 6px;
}
.input-group-prependsearch {
    margin-right: -1px;
}
.select2-container{z-index: 99999;}
.main_search-form {
    display: inherit;
    width: 100%;
}
.br-0{border-radius: 0px;}
.entry-titles {
    font-size: 26px;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    font-family: 'ScotchRomanMTStd';
}
.blog_img_full {
    float: left;
    margin: 0px 10px 10px 0px;
}
.blog_img_full img {
    max-width: 306px;
    width: 100%;
}
.content-details ul,.content-details ol{padding-left:20px; }
.content-details p {
    margin-bottom: 15px;
}

.product_box {
    float: left;
    min-height: 325px;
}
.product_box .entry-titles {
    font-size: 15px;
    padding: 10px 0px;
    text-align: center;
}
.product_box .entry-titles a{color: #000;}
.price {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #509bd8;
}

.cart_block_box {
    width: 100%;
    text-align: center;
    display: table;
    margin-bottom: 8px;
    margin-top: 5px;
}


.addcart {
    color: #060606;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    float: left;
    margin-left: 8px;
    border: 1px solid #CCC;

}

.addlaters {
   color: #060606;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    float: left;
    margin-left: 8px;
    border: 1px solid #CCC;
}

.addcart:hover{
  background: #4993cf;
  color: #FFF!important;
}

.addlaters:hover{
  background: #4993cf;
  color: #FFF!important;
}
.product_shortdesc .fullread{display: none;}
.product_information {
    display: inline;
}
.product_shortdesc {
    line-height: 20px;
}
.product_priceinfo {
    font-size: 16px;
    padding: 5px 0px;
    display: inline-block;
}
span.price_label {
    display: block;
    color: #7b7676;
}
span.price_data {
    display: block;
    color: #060606;
    font-size: 19px;
    font-weight: bold;
}

.product_qty {
    display: block;
    font-size: 15px;
    padding: 4px 0px 10px 0px;
}

.product_qty input {
    padding: 8px 13px;
    width: 80px;
}

.addcarts {
    font-size: 13px;
    background: #4e9ad7;
    border-radius: 5px;
}
.addcarts:hover{
	background: #689155;
}
.product_information .addcartform {
    display: table;
    padding: 0px 15px;
}
.product-titles {
    display: table;
    font-size: 20px;
    padding: 0px 0px 5px 15px;
    font-weight: bold;
}
.product_content_details {
    display: table;
    width: 100%;
}
.product_box:hover {
    box-shadow: 0px 0px 10px -1px #689155;
}

.content-details h4 {
    font-size: 18px;
    padding: 10px 0px;
    font-family: 'ScotchRomanMTStd';
}

.content-details img.alignnone {
    /* float: left; */
    margin: 0px auto;
    display: block;
}

.content-details h2 {
    font-size: 20px;
    padding: 10px 0px;
}
.entry-footer {
    width: 100%;
    float: left;
    margin: 10px 0px;
}
.subheadlines {
  font-size: 20px;
  padding: 0px 0px 1px 0px;
  display: table;
  width: 100%;
  font-weight: bold;
  font-style: italic;
  font-family: 'ScotchRomanMTStd';
}

.post_meta_block {
    width: 100%;
    display: table;
    padding: 5px 0px;
}

.post_meta_block .posted-on {
    margin-right: 10px;
    font-size: 12px;
}
.post_meta_block .byline {
    margin-right: 10px;
    font-size: 12px;
}
.post_meta_block .cat-links {
    font-size: 12px;
}



.tags-links .screen-reader-text {
    font-size: 16px;
}
.tags-links a {
    border: 1px solid #4993cfc7;
    padding: 1px 5px;
    display: inline-block;
    margin: 3px;
    border-radius: 6px;
    font-size:13px;
}

.adr {
    float: right;
    margin-right: 10px;
}
.fullsonser {
    position: relative;
    display: table;
}


.sponser_rightlnk:hover,.sponser_rightlnk:active,.sponser_rightlnk:visited {
  color: #fff;
}


.itfribbon-top-right {
    top: 0px;
    right: 0px;
}
.itfribbon {
    width: 135px;
    height: 135px;
    overflow: hidden;
    position: absolute;
}

.itfribbon-top-right::before {
    top: 0;
    right: 0;
}
.itfribbon-top-right::before, .itfribbon-top-right::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.itfribbon::before, .itfribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}


.itfribbon-top-right::after {
    bottom: 0;
    left: 0;
}

.itfribbon-top-right .sponser_rightlnk {
    left: 3px;
    top: 28px;
    transform: rotate(45deg);
}
.itfribbon .sponser_rightlnk {
    position: absolute;
    display: block;
    width: 180px;
    padding: 9px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

.entry-footer span.cat-links {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.entry-footer span.tags-links {
    width: 100%;
    display: table;
}
.blog-list figure {
    width: inherit!important;
    text-align: center;
}
.autherimgs {
    width: 100px;
    float: left;
    margin: 10px 12px 0px 0;
}

.blogheadline {
    font-size: 25px;
    color: #499ee3;
    font-family: Serif;
    font-weight: bold;
}

.author-section {
    margin-bottom: 5px;
}
.author-section .card-body {
    padding-bottom: 5px;
}

.author-section div.bio_toggled {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.author-section div.bio_toggled div.open_bio {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    height: 20px;
    color: #4D95D0;
    font-size: 80%;
    font-weight: normal;
    text-transform: uppercase;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.author-section div.bio_toggled div.shadow {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 10px #fff!important;
}
.auther_titles {
    font-weight: bold;
}

.content-details h1,.content-details h2,.content-details h3,.content-details h4{
  font-weight: bold;
}

.savemelater {
    background: #4e9ad7;
    color: #FFF!important;
    font-weight: bold;
    border-radius: 5px;
}

.savemelater:hover{
  background: #689155;
}
.search_product {
    display: inline-block;
    float: right;
    position: relative;
}
.product-search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 8px 12px;
}
figcaption {
    font-size: 13px;
}

a.btnpromotate {
  padding: 3px 7px;
  float: right;
  color: #FFF;
}

.bgcl{
  background: #4e9ad7;
}
.membership_row_block{display: table; width: 100%;}
.membership_subscribe {
    margin: 10px 0px;
}
.page-bg-w{
  width: 100%;
  display: table;
  background-color: #FFF;
  padding:10px;
}

.profile_box_menus {
    border: 1px solid #f1efef;
    padding: 15px;
}
.profilelink {
    background: #e4e1e1;
    border-radius: 50%;
    padding: 2px 5px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 26px;
}

.profile_box_menus .widget_nav_menu{
  width: 100%;
  display: table;
}
.profile_box_menus .widget_nav_menu ul {
  margin: 0px!important;
  display: table;
  width: 100%!important;
}
.profile_box_menus .widget_nav_menu ul li {
    width: 100%;
    display: table;
    position: relative;
}

.profile_box_menus .widget_nav_menu ul li a{
   color: #333;
   display: block;
    padding: 5px 5px 3px 15px;

}

.profile_box_menus .widget_nav_menu ul li:before{
  padding-left:5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  position: absolute;
  top: 13px;
}

.profileimages {
    width: 100%;
    height: 125px;
    text-align: center;
    display: table;
    padding-bottom:10px;
}
.profileimages .avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile_image_box {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.itf_myprofile_short {
    border: 1px solid #f1efef;
    display: table;
    width: 100%;
    padding: 10px 20px;
}

.itf_profile_basic{

  display: table;
  width: 100%;
}
.bdbtt {
    border-bottom: 1px solid #f1efef;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 15px;
}


.pro_row_dt {
    width: 100%;
    display: table;
    float: left;
    margin-bottom: 15px;
}

.pro_dt_label {
    width: 120px;
    float: left;
}
.pro_dt_data {
    float: left;
    color: #999;
}

#your-profile .form-table,#your-profile .form-table td{
  border:0px;
}

#your-profile .form-table th{
  border:0px;
  font-weight:normal;
}

#your-profile .form-table input[type=text]{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#your-profile .form-table #display_name{
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#your-profile .form-table textarea{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#your-profile h3 {
  font-weight: bold;
  border-bottom: 1px solid #eae9e9;
  padding: 5px 4px;
  color: #689155;
}

.paction button {
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 10px;
}
.subscription-titles {
  font-size: 18px;
  padding: 5px;
}
.subdate {
    font-size: 12px;
}
.searchshow { display: inherit!important;}
.searchshow .custom-search {display: inline-flex;}
.searchshow .mtop-4 {margin-bottom:5px;}
.page-content.notfoundcontent img {
    max-width: 510px;
    width: 100%;
}
.notfoundcontent .search-submit.screen-reader-text {
    background: #689155;
    color: #fff;
    padding: 8px 5px;
    text-transform: initial;
    font-size:14px;
}
.arch_desc p {
  margin: 0px 0px 5px 0px;
}

.subscribe_user_inner_box_bees {
    text-align: center;
    width: 400px;
    margin: 0px auto;
    box-shadow: 1px 1px 19px 3px #68915566;
    padding: 38px 30px;
    background: #f4a120;
    border-radius: 7px;
}

.subscribelnk_bees {
    background: #ffffff;
    color: #000000;
    border-radius: 3px;
}
.subscribelnk_other {
    background: #ffffff;
    color: #000000;
    border-radius: 3px;
}

.subscribe_user_inner_box>.subscribe_box_btn>.subscribelinkbox>.subscribelnk{
    background: #ffffff;
    color: #000000;
    border-radius: 3px;
}

