/*
Theme Name: HLM Legal
Theme URI: http://underscores.me/
Author: perthbizweb
Author URI: http://weboosk.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hlm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
}

.nodisplay{
	display:none;
}

ul li {
    position: relative;
    padding-left: 1em;
    font-weight: 400;
    line-height: 2em;
}
ul li:before {
    position:absolute;
    content: '';
    height: .4rem;
    width: .4rem;
    background:#757575;
    border-radius: 50%;
    top: 50%;
    margin-top: -.25rem;
    left: .5rem;
}

.slicknav_nav li:before,
.footer li:before,
.widget li:before {
    display: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
html {
    font-size: 62.5%;
}

a:hover {
    text-decoration: none;

}
.entry-content a {
   transition: all .3s;
   border-bottom: 1px solid #07e6d7;
   font-weight: 500;
   overflow-wrap: break-word;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   color: #07645e;
   text-decoration: none;
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
}
.entry-content a:hover {
    text-decoration: none;
    border-bottom: 2px solid #00ab9f !important;
    color: #595959 !important;
}
strong {
    font-weight: bold;
}

img{
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Nunito', sans-serif;
    /* font-size: 2em; */
    font-size:18px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #575757;
    margin: 0 !important;
}

.hlm_b_content .entry-content p, .hlm_b_post p, ul{
font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #575757;
} 



/*preloader*/
.preloader-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #007c85;
    z-index: 999999999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
}
.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}


/*input[type="search"],input[type="phone"],input[type="url"],input[type="password"] {*/
    /*!*border: 1px solid #c2c2c2;*!*/
    /*!*line-height: 28px;*!*/
    /*!*text-indent: 10px;*!*/
    /*!*font-size: 14px;*!*/
    /*!*border-radius: 3px;*!*/
    /*!*padding: 5px 0;*!*/
/*}*/
/*input[type="submit"]{*/
    /*!*background: #16aecf;*!*/
    /*!*border: none;*!*/
    /*!*line-height: 40px;*!*/
    /*!*border-radius: 3px;*!*/
    /*!*color: #fff;*!*/
    /*!*font-size: 14px;*!*/
    /*!*text-transform: uppercase;*!*/
    /*!*font-weight: 600;*!*/
    /*!*-webkit-transition: 0.4s;*!*/
    /*!*-o-transition: 0.4s;*!*/
    /*!*transition: 0.4s;*!*/
    /*!*padding: 0 10px;*!*/
/*}*/

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-family: 'Merriweather', serif;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .83em;
}
h6 {
    font-size: .75em;
}




/*header top*/
.header-top {
    border-top: 2rem solid #007c85;
    margin-bottom: 2rem;
}

.site-branding img {
    width: 40rem;
}
.header-contact * {
    display: inline-block;
}

.header-contact a {
    display: flex;
    flex-direction: row;
    align-items: start;
    color: #007c85;
}

.header-contact i {
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    border: 0.2rem solid #017983;
    text-align: center;
    color: #017983;
    border-radius: 50%;
}

.header-contact .number {
    margin-left: 1rem;
    font-weight: 700;
    font-size: 2.9rem;
    display: block;
    line-height: 3rem;
    margin-top: 2.5rem;
}

.header-contact .number span {
    font-weight: 400;
    font-size: 1.7rem;
    letter-spacing: .22rem;
    display: block;
    margin-left: 4px;
}
.sticky#HeaderBottomSticky .number {
    margin-top: 0;
    font-size: 2.6rem;
}


/*header bottom */

.header-bottom.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 20px 0;
}

/*sticky full width*/
#HeaderBottomSticky {
    position: fixed;
    top: 0;
    /*overflow: hidden;*/
    visibility: hidden;
    opacity: 0;
    width: 100%;
}

.sticky#HeaderBottomSticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    top: 0;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: #007c85;
}
.sticky#HeaderBottomSticky .main-menu li a:before{
    background: #fff;
}
.sticky#HeaderBottomSticky li a{
    font-size: 1.8rem;
    color:#fff;
}

/*sticky dropdown menu*/
.sticky#HeaderBottomSticky .main-menu .sub-menu {
    background: #10acb3;
}
.sticky#HeaderBottomSticky .main-menu .sub-menu li:focus {
    outline:none;
}

.sticky#HeaderBottomSticky .main-menu .sub-menu li:hover {
    background: #fff;
}

.sticky#HeaderBottomSticky .main-menu .sub-menu li:hover > a {color: #000 !important;}


.sticky#HeaderBottomSticky .header-contact a,
.sticky#HeaderBottomSticky .header-contact span {
    color: #fff;
}

.header-bottom {
    padding: 4rem 0;
    transition: .4s;
    /*transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);*/
    background: #fff;
}

ul.main-menu li:before {
    display: none;
}
.main-menu li {
    display: inline-block;
    margin-left: 1.5rem;
    padding: 0;
}
.main-menu li a:before {
    position: absolute;
    content: '';
    background: #10acb3;
    height: 4px;
    width: 0;
    bottom: 0;
    left: 0;
    transition: .4s;
}

.main-menu li a:hover:before {/* transform: scale(1); */opacity: 1;visibility: visible;/* bottom: 2px; */width: 100%;}
.main-menu li a {
    display: block;
    font-size: 2.2rem;
    color: #656565;
    line-height: 4rem;
    padding: 0 2rem;
    transition: .4s;
    position: relative;
}
.main-menu li a:hover {
    color: #12acb3;
}
.main-menu li:hover > a {
    color: #12acb3;
}
.main-menu li.current-menu-item a {
    color: #12acb3;
}
.main-menu li:first-child {
    margin-left: 0;
}   

.hlm-responsive-menu {
    display: none;
}



/*dropdown menu*/
.main-menu .sub-menu {
    position: absolute;
    top: 10rem;
    width: 22.5rem;
    background: #fcfdff;
    border-radius: 5px;
    left: 0;
    padding: 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.main-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 4rem;
}

.main-menu .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
}


.main-menu .sub-menu li a {
    display: block;
    padding: 4px 20px;
    margin: 0;
    color: #5c5e5f;
    text-align: left;
    font-size: 18px;
}

.main-menu .sub-menu li:hover{
    background: #10acb3;
    color: #fff;
    border-radius: 5px;
}
.main-menu .sub-menu li:hover > a {
    color: #fff;
}

.main-menu .sub-menu li:hover > ul {
    left: 100%;
    top: 0 !important;
}

/*.header-bottom.sticky .main-menu li:nth-last-child(1) .sub-menu{
    left: auto;
    right:100%;
    top: 0 !important;
}
.header-bottom.sticky .main-menu li:nth-last-child(2) .sub-menu li:hover > ul {
    left: auto;
    right:100%;
}*/
.main-menu li:nth-last-child(1) .sub-menu ul li:hover > ul {
    left: auto;
    right:100%;
    top: 0 !important;
}
.main-menu li:nth-last-child(2) .sub-menu ul ul li:hover > ul {
    left: auto;
    right:100%;
}



/*!*Page style*!*/
.hlm-banner-wrapper.hlm-banner-for-home{
    height: 45rem;
}
.hlm-banner-wrapper {
    height: 40rem;
    background-size: cover;
    background-position: 25rem 25%;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto 8rem;
}
/*banner slide*/
.slide-wrap .owl-dot {
    background: #000;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
}

.slide-wrap .owl-dot.active {
    background: #fff;
}

.slide-wrap .owl-dots {
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -25px;
}

.slide-wrap .owl-prev,.slide-wrap .owl-next {
    font-size: 40px;
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #333;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    position: absolute;
    top: 47%;
    margin-top: -20px;
    left: 4%;
    opacity: .4;
    transition: .4s;
    }

.slide-wrap .owl-next {
    left: auto;
    right: 2%;
}


/*.hlm-banner-wrapper .container {
    max-width: 1600px;
}*/

.hlm-banner-content h2 {
    color: #8e8e8e;
    font-size: 3rem;
    margin: 0;
    font-weight: 700;
}

.hlm-banner-content .hlm-banner-desc {
    color: #007c85;
    font-size: 4rem;
    font-weight: 300;
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
}
/*.hlm-banner-wrapper {
    margin-bottom: 8rem;
}*/
/*.hlm-banner-wrapper .container {
    max-width: 1400px;
}*/
.hlm-banner-wrapper:before,
.hlm-banner-wrapper:after {
    position: absolute;
    content: '';
    background: #f6f6f6;
    height: 210%;
    /*width: 80%;*/
    width: 65%;
    top: 2%;
    left: -14%;
    left: -18%;
    transform: rotate(50deg);
    z-index: -1;
}
.hlm-banner-wrapper:after {
    background: #007c85;
    top: auto;
    bottom: 0%;
    left: auto;
    /* right: -49%; */
    right: -50%;
}

.top-gape-80 {
    margin-top: 8rem;
}
.single-page-column {
    padding: 0 2rem 0 0;
    display: block !important;
}



/*
Footer Area
 */

.single-footer ul li{
    padding-left: 0;
}
.single-footer ul li:before{
    display: none;
}
.single-footer:last-child {
    margin-bottom: 0;
}
.site-footer {
    padding: 5rem 0;
    background: #007c85;
    color: #fff;
    margin-top: 4rem;
}
.site-footer a,.site-footer p {
    color: #fff;
    font-size: 1.8rem;
}
.site-footer .widget-title {
    font-size: 24px;
    font-weight: 600;
}




/*
  Blog Style
 */

/*
    Page Style
*/

h1.entry-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    padding: 0 15px;
}

.post_title a{
    color: #000;
}
h1.entry-title.single_post_title{
    padding: 0;
    color: #000;
}

.hlm_main_area h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hlm_b_content .entry-meta,.hlm_b_content .entry-footer {
    padding-left: 5px !important;
}



.hlm_b_post {
    padding-right: 4rem;
}

.widget ul li {
    padding-left: 0;
}
.widget ul li:before {
    display: none;
}
.hlm-sidebar.single-page-sidebar .widget ul li h2 a:before{
    display:none;
}

.hlm-sidebar.single-page-sidebar .widget ul li h2 a{
    font-size: 2.5rem;
    margin: 0;
    padding: 0 !important;
    font-weight: 700;
}
.single_post_sidebar .hlm-sidebar {
    margin-left: 0;
}

/*blog sidebar widget area css*/
.inner-page-sidebar .hlm-sidebar,
.inner-page-sidebar .kc-wp-sidebar a,
.single_post_sidebar .hlm-sidebar,
.single_post_sidebar .kc-wp-sidebar a {
    border: navajowhite;
    padding: 0;
    text-align: left;
}
.hlm-sidebar {
    padding: 6rem;
    border: .2rem solid #c5c5c5;
    border-radius: .5rem;
    text-align: center;
}
.hlm-sidebar, .kc-wp-sidebar a{
    color: #333333;
}
.inner-page-sidebar .kc-elm h3 {
    font-size: 20px;
}

.hlm-sidebar.single-page-sidebar .widget,
.kc-wp-sidebar.single-page-sidebar .widget
{
    background: transparent;
    padding: 0;
}
.hlm-sidebar .widget,
.kc-wp-sidebar .widget {
    margin-bottom: 6rem;
}
.hlm-sidebar .widget-title,
.kc-wp-sidebar .widget-title {
    color: #757575;
    display: block;
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.hlm-sidebar .widget ul li,
.kc-wp-sidebar .widget ul li{
    font-size: 14px;
}
.hlm-sidebar .widget ul li a,
.kc-wp-sidebar .widget ul li a {
    display: inline-block;
    color: #12ACB3;
}

.hlm-sidebar .widget ul li ul,
.kc-wp-sidebar .widget ul li ul {
    margin-left: 20px;
}


/*calendar widgets style */
.calendar_wrap table,.entry-content table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.calendar_wrap table td, .calendar_wrap table th,.entry-content table td,.entry-content table th {
    border-right: 1px solid #ddd;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

.calendar_wrap table thead,.entry-content table thead {
    background: #007c85;
    color: #fff;
}

.calendar_wrap table td a,.entry-content table tbody th a {
    color: #007c85;
    font-weight: 600;
}

/*widget rrs*/
.hlm-sidebar .widget_rss ul li a {
    line-height: 20px !important;
}

/*widget search */
.hlm-sidebar .widget_search{
    /*background: #ddd;*/
}

.hlm-sidebar .widget_search input {
    width: 100%;
}

.hlm-sidebar .widget_search label {
    width: 100%;
}

.hlm-sidebar .widget_search input[type=submit], .form-submit input[type=submit]{
    background: #007c85;
    border: none;
    display: block;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.widget_search input[type=submit]:hover {
    background: #000;
}

.widget_search input[type=search] {
    border: 1px solid #c2c2c2;
    line-height: 28px;
    text-indent: 10px;
    font-size: 14px;
    border-radius: 3px;
    padding: 5px 0;
}




/*widget image or text css*/

.hlm-sidebar .widget_text img {
    margin-bottom: 10px;margin-top: 10px;
}

.hlm-sidebar .widget_text p {
    font-size: 14px;
}

/*navigation widget style*/
.hlm-sidebar .widget_nav_menu ul li {
    margin-bottom: 1rem;
}

.hlm-sidebar .widget_nav_menu ul li a {
    font-size: 16px;
    padding: 0 !important;
    transition: .3s;
}

.hlm-sidebar .widget_nav_menu ul li a:before {
    display: none;
}

.hlm-sidebar .widget_nav_menu ul li a:hover {
    color: #0097d6;
}

.hlm-sidebar .widget_nav_menu ul li.current_page_item a {
    font-weight: 600;
    color: #007c85;
    font-size: 14px;
    position: relative;
}

.hlm-sidebar .widget_nav_menu ul li.current_page_item a:after {
    position: absolute;
    content: '\f107';
    font-family: fontawesome;
    right: -15px;
    top: 2px;
}
.hlm-sidebar .sub-menu li {
    border: none !important;
}

.hlm-sidebar .sub-menu > li {
    margin: 0 0 5px 0 !important;
    padding-left: 5px;
    padding-bottom: 0 !important;
}

/*Recent Post Widget Extended Plugin Custom CSS And KC Custom CSS*/

/*Custom Team Section*/
.custom-single-team {
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    padding: 0 !important;
    margin: 0 10px;
}

.custom-single-team .kc_text_block h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.custom-single-team .kc_text_block {
    font-size: 16px;
    font-weight: 300;
    color: #7e7f7f;
    padding: 20px 20px 10px 20px;

}
.custom-single-team .kc_text_block hr {
    border-width: 2px;
    border-color: #e1e1e1;
}
.custom-single-team .kc_text_block a {
    display: inline-block;
    padding-top: 5px;
}



.kc-wp-sidebar .widget-title,
.inner-page-sidebar .widget-title,
.single_post_sidebar .widget-title {
    text-align:center;
    color: #006168;
    font-size: 30px;
    margin-bottom: 30px;
}
.rpwe-thumb {
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    border: 5px solid #f0f0f0 !important;
    width: 8rem;
    border-radius: 50%;
}

.kc-wp-sidebar .rpwe-thumb,
.inner-page-sidebar .rpwe-thumb,
.single_post_sidebar .rpwe-thumb
 {
    margin: 0 20px 0 0 !important;
    padding: 0 !important;
    border: 5px solid #f0f0f0 !important;
    width: 12rem;
    border-radius: 50%;
}

.kc-wp-sidebar .rpwe-block ul li:before,
.inner-page-sidebar .rpwe-block ul li:before,
.single_post_sidebar .rpwe-block ul li:before
 {
    display: none !important;
}

.kc-wp-sidebar .rpwe-block li,
.inner-page-sidebar .rpwe-block li,
.single_post_sidebar .rpwe-block li {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 20px rgba(0,0,0,.03);
    border-radius: 5px;
}

.kc-wp-sidebar .rpwe-block a.rpwe-img,
.inner-page-sidebar .rpwe-block a.rpwe-img,
.single_post_sidebar .rpwe-block a.rpwe-img {
    position: relative;
    display: block !important;
    overflow: hidden;
    float: left;
    width: 50%;
}

.kc-wp-sidebar .rpwe-block a.rpwe-img:after,
.inner-page-sidebar .rpwe-block a.rpwe-img:after,
.single_post_sidebar .rpwe-block a.rpwe-img:after {
    position: absolute;
    content: '';
    height: 50px;
    width: 1px;
    background: #eaeaea;
    top: 50%;
    z-index: 9999;
    right: 20px;
    margin-top: -25px;
}

.kc-wp-sidebar .rpwe-block .rpwe-title,
.inner-page-sidebar .rpwe-block .rpwe-title,
.single_post_sidebar .rpwe-block .rpwe-title {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 30px !important;
}


.kc-wp-sidebar .rpwe-block .rpwe-summary,
.inner-page-sidebar .rpwe-block .rpwe-summary,
.single_post_sidebar .rpwe-block .rpwe-summary {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.hlm_main_area {
    margin: 80px 0;
}

.hlm_blog_wrap article {
    margin-bottom: 6rem;
    /*-webkit-box-shadow: 0 0 30px #ddd;*/
    /*box-shadow: 0 0 30px #ddd;*/
    /*padding: 30px;*/
    border-radius: 10px;
}

.hlm_blog_wrap article h2 {
    color: #167FC3;
    font-size: 32px;
    font-weight: 600;
}

.hlm_blog_wrap article img {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.hlm_siderbar .widget {
    background: #fff;
    /*-webkit-box-shadow: 0 0 30px #ddd;*/
    /*box-shadow: 0 0 30px #ddd;*/
    padding: 30px;
    border-radius: 10px;
}

.hlm_siderbar .widget h2 {
    color: #272727;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}


.hlm_b_content .entry-meta span, .hlm_b_content .entry-footer span {
    font-size: 14px;
    padding-left: 20px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
}

.hlm_b_content .entry-meta span a, .hlm_b_content .entry-footer span a {
    color: #808080;
}

.hlm_b_content .entry-meta span:first-child, .hlm_b_content .entry-footer span:first-child {
    padding-left: 0;
    margin-left: 0;
}

.posted-on:before {
    position: absolute;
    content: "\f017";
    left: -5px;
    top: 0;
    font-family: fontawesome;
}

.hlm_b_content .entry-meta span.posted-on {
    padding-left: 15px;
}

.byline:before {
    position: absolute;
    content: "\f007";
    font-family: fontawesome;
    left: 0;
    top: 0;
}

.hlm_b_content .entry-meta span.byline {
    margin-left: 10px;
}

.cat-links:before {
    position: absolute;
    content: "\f07c";
    font-family: fontawesome;
    left: -5px;
    top: 0;
}

.hlm_b_content .entry-footer span.cat-links {
    padding-left: 20px;
}

.tags-links:before {
    position: absolute;
    content: "\f02c";
    font-family: fontawesome;
    top: 0;
    left: 0;
}

.hlm_b_content .entry-footer span.tags-links {
    margin-left: 10px;
}


.page-content, .entry-content, .entry-summary{
    margin: 0;
}
.btn-default {
    background-color: #007c85;
    border: 2px solid #e8e8e8;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 25px;

}
.btn-default:hover,.btn-default:focus {
    background-color: #10526f;
    border-color: #27ccd4;
    color: #fff;
}



/*Single Post CSS*/
/*Single Post CSS*/
/*Single Post CSS*/

.single_post_article .entry-title {
    font-size: 34px;
    color: #125573;
    font-weight: 600;
}

.single_post_article .hlm_featured_image {
    margin-top: 30px;
    margin-bottom: 20px;
}

.hlm_single {
    /*-webkit-box-shadow: 0 0 30px #ddd;*/
    /*box-shadow: 0 0 30px #ddd;*/
    padding: 30px;
    border-radius: 10px;
}

/*single post pagination css*/
.nav-links {
    overflow: hidden;
    border-top: 1px solid #E6EAED;
    border-bottom: 1px solid #E6EAED;
    margin-top: 40px;
    padding: 15px 0;
}

.nav-previous {
    float: left;
    width: 50%;
    text-align: left;
}

.nav-next {
    text-align: right;
}

.nav-links a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.nav-links h6{
    font-size: 14px;
}

.nav-links a:hover{
    color: #007c85;
}


.page-links {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.page-links a {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.page-links a:hover {
    background: #333;
    color: #fff;
}
.single_post_article .gallery figcaption {
    color: #333;
    font-size: 14px;
    line-height: 2;
}

.single_post_article .gallery img {
    margin-bottom: 10px;
}


/*comment style */
/*Comments style*/
#respond .comment-reply-title {
    font-size: 20px;
    font-weight: 600;
}
.comment-respond a {
    font-size: 12px;
    color: #333;
}
.comment-form-comment textarea {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.comment-form-comment label {
    font-weight: 600;
}
.form-submit input[type=submit]{
    padding: 0 15px;
}

.comments-area ol,.comments-area li{
    list-style: none;
}
.comments-area .comments-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comment-list li {margin-bottom: 40px;}

.comments-area .children {
    margin-bottom: 20px;
}

.comment-list li ol.children {}

.comment-list article {
    margin-bottom: 25px;
}
.comments-area{
    margin-top: 40px;
}
.comments-area .comment-author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 5px;
}

.comments-area .comment-author {background: #f5f7f9;padding: 5px 10px;position: relative;border-radius: 3px;}
.comment-author .fn a:hover{
    color: #11de9c;
}
.comment-author .fn,.comment-author .fn a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 800;
    color: #1f2125;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;
}
.comment-author .says {
    font-size: 10px;
    display: inline-block;
    background: #10526f;
    color: #fff;
    position: absolute;
    line-height: 18px;
    padding: 0 8px;
    top: 0;
    right: 0px;
}

.comment-metadata a {
    font-size: 10px;
    color: #1f2125;
    font-weight: 300;
}

.comments-area .comment-metadata {
    position: absolute;
    bottom: 8px;
    margin-top: -2px;
    border-radius: 0px;
    left: 88px;
}

.comments-area .comment-content {
    padding: 10px 20px;
    background: #fdfeff;
}

.comments-area .comment-content p {
    font-size: 13px;
}

.comments-area .comment-meta {
    position: relative;
}

.comments-area span.edit-link {padding-left: 10px;}

.comments-area .comment-edit-link {
    color: #333;
    font-size: 10px;
}

.comments-area .reply a:hover{
    background: #0198a6;
    color: #fff;
}
.comments-area .reply a {
    display: inline-block;
    font-size: 12px;
    background: #10526f;
    padding: 0 12px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    border:1px solid #ddd;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;
}

/*comment form*/
#comments input {
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    text-indent: 10px;
}

#comments textarea {
    text-indent: 10px;
    padding-top: 10px;
}

#comments input[type=submit] {
    width: auto;
    padding-right: 25px;
}

#comments label {
    font-weight: 600;
}

/*blog page pagination*/
.post_pagination .nav-links {
    margin: 0 0 0 15px;
    border: none;
}
.post_pagination .nav-links a,.post_pagination .nav-links span {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.post_pagination .nav-links span.current {
    color: #fff;
    background: #26358B;
    font-weight: 600;
}

.post_pagination .nav-links a:hover{
    color: #fff;
    background: #0056B3;
}

.sidebar-img {
	    max-width: 69px;
}


/* 
TEAM PAGES CSS */


.block-rich-text{
background: #0080801f;
border-radius: 12px;
padding: 15px 25px;
padding-top: 0px 25px;
margin-top:25px;
}

ul{
	padding-bottom:15px;
}

.p-5 {
padding-top: 0.5rem !important;
}

.block-rich-text h3,h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 30px;
color:#000;
}

.block-rich-text li{
color:#373737;
}

.post-navigation{
display:none !important;
}


.doylefooter{
	position: relative;
left: 75px;
}



/* Page Title */
.page-title{
    padding: 0 15px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}