@charset "UTF-8";


h2.widgettitle {
    display: none;
}

section.cw.menu-wrapper{
  padding: 1rem;
}

/* menu-wrapper
---------------------------------------------------------------------------- */
.cps-post-main {
    padding-top: 0px;
}

.menu__inner{
    margin-bottom:6rem;
}

.cw__t-img{
  background:#DDEBF2;
  width:6rem;
  height:6rem;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto 2rem;
  position:relative;
}

.cw__t-img::after{
	position:absolute;
	content:'';
	border-width: 9px 6px 0px 6px;
	border-color: #ddebf2 transparent transparent transparent;
	border-style:solid;
	left:50%;
	bottom: 1px;
	transform:translate(-50%,100%);
}


body#nts-style .common__title img{
  margin-bottom:0;
  max-width:3rem;
}

.menu__title{
    background:#086795;
    border-radius:1rem 1rem 0 0;
}

body#nts-style .menu__title h4{
    color:#fff;
    font-size:1.6rem;
    font-weight: bold!important;
    padding: 1rem 2rem;
}

ul.recentviewed_post{
    padding:0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.recentviewed_right{
    height:100%;
}

a.menu__box{
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #086795;
    font-weight: bold!important;
    transition: .4s;
    box-shadow: none;
    padding: 1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration:none;
    position:relative;
    height: auto;
    padding-left: 5rem;
    border: 1px solid #A6C0CC;
    border-radius: 5px;
    width:100%;
    margin-bottom: 1rem;
}

a.menu__box p{
    padding:0;
}

a.menu__box:hover{
  border:1px solid #d67b12;
}

a.menu__box::before,
a.menu__box::after{
    position: absolute;
    top: 50%;
    left: 2rem;
    content: "";
    transform:translateY(-50%);
}

a.menu__box::before{
    width: 2rem;
    height: 2rem;
    background-color: #78ACC5!important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition:.4s;
}
a.menu__box::after{
    left: 2.9rem;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 5px solid #ffffff;
}

a.menu__box:hover{
   color:#d67b12;
   opacity:1;
}

a.menu__box:hover::before{
    background:#d67b12!important;
}


	/**************-560px***************/
	@media screen and (max-width: 560px) {
        .menu__inner{
            margin-bottom:4rem;
        }

		.cw__t-img{
		  width:5rem;
		  height:5rem;
		  margin:0 auto 2rem;
		}

		.cw__t-img::after{
			border-width: 9px 6px 0px 6px;
		}

		body#nts-style .common__title .cw__t-img img{
		  max-width:3rem;
		}
	}
