/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span {
    display: none;
}

.cmobile {display:none;}

.postcontent {
    width: 860px;
}

    .postcontent.bothsidebar {
        width: 580px;
    }

.sidebar {
    width: 240px;
}

.col_full {
    width: 100%;
}

.col_half {
    width: 48%;
}

.col_one_third {
    width: 30.63%;
}

.col_two_third {
    width: 65.33%;
}

.col_one_fourth {
    width: 22%;
}

.col_three_fourth {
    width: 74%;
}

.col_one_fifth {
    width: 16.8%;
}

.col_two_fifth {
    width: 37.6%;
}

.col_three_fifth {
    width: 58.4%;
}

.col_four_fifth {
    width: 79.2%;
}

.col_one_sixth {
    width: 13.33%;
}

.col_five_sixth {
    width: 82.67%;
}
.col_last {
    margin-right: 0 !important;
    clear: right;
}




.cmobile {
    display: none;
}

.note-float-left {margin-right:20px}
.note-float-right {margin-left:20px}

ul {margin:0px 0px 20px 35px}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.6rem 1rem;
    font-family: 'Roboto','Gill Sans' Poppins;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dde5;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9aabff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #a7abc3;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #a7abc3;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #a7abc3;
    opacity: 1; }
  .form-control::placeholder {
    color: #a7abc3;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f7f8fa;
    opacity: 1; }
