/* Theme Styling Start */

/* ------------ BASE ------------- */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* WP Default Gallery */

.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .gallery-row {
    display:block;
    clear: both;
    overflow: hidden;
    margin: 0;
}
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    padding: 0;
    border: 1px solid #efefef;
    margin: 0 10px 10px 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 90%;
    height: auto;
    margin: 5% auto;
}
.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

/* Table */
table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    background-color:transparent;
}
table th,table td{
    padding:8px;
    border-top:1px solid #f0f0f0;
    vertical-align:top;
    text-align:left;
    line-height:20px;
}
table th{
    font-weight:bold;
}
table thead th{
    vertical-align:bottom;
}
table caption + thead tr:first-child th,table caption + thead tr:first-child td,table colgroup + thead tr:first-child th,table colgroup + thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td{border-top:0;}
table tbody + tbody{
    border-top:2px solid #dddddd;
}
.sticky{
	
}
.bypostauthor{
	
}
/* Widgets Style */
aside > ul{
    padding: 10px 0px;
}
aside h2.widget-title{
	font-size: 22px;
    margin: 0 0 20px;
	}
 #sidebar li a{
	 padding-right:20px;
	 }
/*aside > ul li a{
    color: #888888;*/
/*font-weight: bold;*/
aside > ul li a:hover{
    color: #55a8e2;
}
.widget_archive select, .widget_categories select, .widget_text select{
	width:100%;
	height:30px;
	
}
.widget img {
	max-width:100%
}
#sidebar aside.widget,#footer aside.widget{
    margin-bottom: 30px;
}
#sidebar aside.widget ul li {
    margin-right: 15px;
    padding: 14px 0 14px;
    border-bottom: 1px solid #e1e1e1;
}


#sidebar aside.widget ul li:first-child{
    padding-top: 4px;
}
#sidebar aside.widget ul li:last-child{
    padding-bottom: 4px;
    border-bottom: 0;
}
#sidebar aside.widget [class^="icon-"] a,#sidebar aside.widget [class*=" icon-"] a{
    padding-left: 10px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#sidebar form#searchform{
    position: relative;
}
#sidebar form#searchform .icon-search{
    position: absolute;
    top: 11px;
    left: 15px;
    color: #D6D6D6;
    font-size: 18px;
}
#sidebar form#searchform input{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 8px 8px 40px;
    height: 40px;
    width: 100%;    
    margin: 0 !important;
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #888;
}
h3.widget-title{
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 18px;
}

h3.widget-title span {
    color: #fff;
    font-weight: bold;
}





/* Recent Posts Widget */
#sidebar aside ul{
	list-style:none;
}
.imo-recent-posts-widget ul{
    margin: 0;
    list-style: none;
}
.imo-recent-posts-widget ul li{
    display: inline-block;    
    padding: 10px 0;
    width: 100%;    
}
#sidebar aside.widget .imo-recent-posts-widget ul li{
    padding: 12px 0 0;
    border-bottom: 0;
}
#sidebar aside.widget .imo-recent-posts-widget ul li:first-child{
    padding-top: 4px;
}
#sidebar .widget .imo-recent-posts-widget ul li:before{
    display: none;
}
#sidebar .imo-recent-posts-widget h4{
    font-weight: normal;
}
.imo-recent-posts-widget ul li:first-child{
    padding-top: 0;
}
.imo-recent-posts-widget h4{
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .meta{
    color: #aaa;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}
.imo-recent-posts-widget .recent-thumb img{
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,.2);
    box-shadow: inset 0 1px rgba(255,255,255,.2);
}
.imo-recent-posts-widget .recent-thumb {
    float: left;
    margin: 4px 22px 4px 0;    
}

/* Tag Widget */

.widget_tag_cloud h2{
	margin-bottom:20px !important
	}
.tagcloud a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 20px;
	border:1px solid #e1e1e1;
}
.tagcloud a:hover,#footer .tagcloud a:hover{
    border:1px solid #55a8e2;
    color: #55a8e2 !important;
}
/* Removing Child Pages from Widgets */
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu{
    display: none;
}


    .right_content {
    background-color: #c1c1c159;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .right_content .profile_img img {
        height: 224px;
        width: 224px;
        margin-top: 15px;
    }
    

    .right_content .profile_biog h2 {
    font-size: 35px;
    }

    .right_content .profile_biog p {
    font-size: 17px;
    padding-right: 50px;
    }

    .right_content .profile_biog span {
    display: flex;
    align-items: center;
    }

    .right_content .profile_biog span i {
    padding-right: 8px;
    font-size: 20px;
    }

    .right_content .profile_biog span i.active {
    color: #fbb530;
    }

    .owl-carousel-section h2 .font-4o {
    font-size: 40px;
    }

    .owl-carousel-section img {
    padding: 8px;
    height: 177px;
    }
    .service_provider_slider button.slick-prev,
    .service_provider_slider button.slick-next {
            z-index: 1024;
      }
    .owl-carousel-section .service_provider_slider .slick-prev::before {
    content: "\f104";
    color: #000;
    font-size: 45px !important;
    }

    .owl-carousel-section .service_provider_slider .slick-next::before {
    content: "\f105";
    color: #000;
    font-size: 45px !important;
    }

    .service_details_content {
    background-color: #c1c1c159;
    padding: 8px;
    border-radius: 5px;
    }

    .service_details_content h3 {
    font-size: 18px;
    font-weight: 600;
    }

    .form-section .form_content .choose_file {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 8px;
    /*width: 150px;*/
    padding: 8px 12px 8px 11px;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    margin-top: 2px;
    background: #2c6fb7;
    cursor: pointer;
    }

    .form-section .form_content .choose_file span {
    color: white;
    cursor: pointer;
    }

    .form-section .form_content .choose_file input[type="file"] {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    }

    .date_section {
    border: 2px solid #dc9d2694;
    border-radius: 5px;
    display: flex;
    align-items: center;
    }

    .date_section .date_content .calender_icon i {
    font-size: 28px;
    }

    .date_section .date_content label {
    font-size: 19px;
    font-weight: 100;
    }

    .date_section .date_content p {
    font-size: 17px;
    }

    .date_section .date_content .btn-success {
    background-color: transparent;
    color: green;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 100;
    box-shadow: none;
    padding: 8px;
    width: 70%;
    display: inline;
    }

    .date_section .date_content .btn:focus {
    outline: unset;
    }

    .date_section .date_content .btn-primary {
    background-color: transparent;
    color: red;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 100;
    box-shadow: none;
    padding: 8px;
    width: 70%;
    display: inline;
    }

    .update_req_btn {
    box-shadow: 1px 3px 18px grey;
    border-radius: 10px;
    }

    @media only screen and (min-device-width: 200px) and (max-device-width: 991px) {
    .right_side .row {
    margin-right: 0px;
    margin-left: 0px;
    }
    .right_content {
    background-color: #c1c1c159;
    min-height: 300px;
    display: block;
    justify-content: center;
    align-items: center;
    }
    .right_content .profile_biog {
    text-align: center;
    }
    .right_content .profile_img {
    padding-left: 0px !important;
    margin-top: 15px;
    }
   
    .right_content .profile_biog p {
    font-size: 17px;
    padding: 10px 16px 30px 15px;
    }
    .right_content .profile_biog span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    }
    .date_section {
    border: 2px solid #dc9d2694;
    border-radius: 5px;
    display: block;
    align-items: center;
    }
    }

    @media only screen and (min-device-width: 200px) and (max-device-width: 768px) {
    .service_details_content .align-left {
    text-align: left !important;
    }
    .right_side .dash-content {
    padding: 0px;
    }
    }

    @media only screen and (min-device-width: 200px) and (max-device-width: 480px) {
    .date_section .date_content {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    .date_section .date_content .btn-success,
    .date_section .date_content .btn-primary {
    font-size: 9px;
    display: inline-block;
    }
    }
    
    
    .contract_service_status_table thead th {
            font-size: 18px;
            }

            .contract_service_status_table tbody tr td {
            width: 166px;
            padding-left: 16px;
            padding-right: 25px;
            }

            .date_boxes .date_box {
            background-color: #f5e620;
            border-radius: 5px;
            }

            .date_boxes h2 {
            font-size: 18px;
            font-weight: 700;
            margin-left: 14px;
            }
            
            
            .service_reviews_section {
                margin: 18px;
            }

            .service_text_section button {
                border-radius: 5px;
            }
            .browse_form_section .btn-first-hover {
                border-radius: 5px;
                font-weight: 100;
            }
            .browse_form_section .btn-first-hover:hover {
                background-color: #41A6DF;
                color: #fff;
            }
            .service_reviews_section {
                background-color: #FAFCFC;
                border-radius: 10px;
                box-shadow: 0px 0px 7px -2px #888888;
            }
            .service_reviews_section img {
                border-radius: 100%;
              /*  height: 56px;
                width: 60px;*/
            }
            .service_reviews_section .top-contentttt {
                display: flex;
                justify-content: space-between;
            }
            .service_reviews_section .top-contentttt .btn-success {
                border-radius: 5px;
                font-size: 12px;
            }
            .service_reviews_section .top-contentttt .star_rating {
                display: flex;
            }
            .service_reviews_section .top-contentttt .star_rating i {
                font-size: 16px;
                color: #FFE000;
                padding-left: 5px;
            }
            .service_reviews_section .top-contentttt .star_rating .rating_starts .active {
                color: #FFE000;
            }
            .service_reviews_section .top-contentttt .star_rating .rating_starts .active:after{
                content: "\f005";
                color: #FFE000;
                position: absolute;
                margin-left: -16px;
            }

            .service_reviews_section .review_collapse .reviews_reply .star_rating .rating_starts .active {
                color: #FFE000;
            }
            .service_reviews_section .review_collapse .reviews_reply .star_rating .rating_starts .active:after{
                content: "\f005";
                color: #FFE000;
                position: relative;
                margin-left: -13px;
            }
            .service_reviews_section .review_collapse .reviews_reply .star_rating .rating_starts{
                display: contents;
            }
            .service_reviews_section .top-contentttt .star_rating button {
                text-decoration: underline;
                color: #A4D168;
                background-color: transparent;
                border: blanchedalmond;
            }
            .service_reviews_section .first_review_p {
                font-size: 18px;
                line-height: 1.6;
            }
            .service_reviews_section .reviews_reply {
                padding: 19px;
                border-radius: 10px;
                border: 1px solid #E4DCDC;
            }
            .service_reviews_section .reviews_reply .star_rating i {
                color: #FFE000;
            }
            .service_reviews_section .reviews_reply .star_rating .active {
                color: #FFE000;
            }
            .faqs_section .panel-title>a:before {
                float: left !important;
                font-family: FontAwesome;
                content: "\f068";
                padding-right: 5px;
            }
            .faqs_section .panel-title>a.collapsed:before {
                float: left !important;
                content: "\f067";
            }
            .faqs_section .panel-title>a:hover,
            .faqs_section .panel-title>a:active,
            .faqs_section .panel-title>a:focus {
                text-decoration: none;
            }
            .reviews_pagination .pagination .pre_btn a span,
            .reviews_pagination .pagination .next_btn a span {
                color: #fff !important;
            }
            .reviews_pagination .pagination>li:first-child>a,
            .reviews_pagination .pagination>li:first-child>span {
                margin-left: 0;
                border-top-left-radius: 12px;
                border-bottom-left-radius: 12px;
            }
            .reviews_pagination .pagination>li:last-child>a,
            .reviews_pagination .pagination>li:last-child>span {
                border-top-right-radius: 12px;
                border-bottom-right-radius: 12px;
            }
            .reviews_pagination .pagination>li>a,
            .reviews_pagination .pagination>li>span {
                border: 1px solid #676565 !important;
            }
            @media only screen and (min-device-width: 200px) and (max-device-width: 640px) {
                .service_reviews_section .top-contentttt .rating_starts{
                    display: flex;
                }
                .service_reviews_section .top-contentttt .star_rating {
                    display: block;
                }
                .service_reviews_section .top-contentttt .star_rating span {
                    padding: 0px;
                }
                .service_reviews_section .top-contentttt .star_rating .review_read_more {
                    margin-top: 10px;
                }
                .service_reviews_section .review_collapse .reviews_reply .star_rating .rating_starts {
                    display: block;
                }
                .service_reviews_section .review_collapse .reviews_reply .star_rating .alert{
                    padding-left: 0px;
                }
            }
            @media only screen and (min-device-width: 200px) and (max-device-width: 480px) {
                .service_reviews_section .top-contentttt {
                    display: block;
                }
                .service_reviews_section .top-contentttt .request-btn{
                    margin-top: 13px;
                }
                .service_reviews_section .top-contentttt .reviews_title{
                     margin-top: 13px !important;
                }
                .service_reviews_section {
                    padding: 7px;
                }
            }
            .service_reviews_section .collapse.in {
                height: 200px;
                overflow: auto;
                padding: 0 10px;
            }
            .service_reviews_section #reviews_toggle::-webkit-scrollbar {
                width: 4px;
                border: 1px solid #D5D5D5;
                height: 200px;
            }
            .service_reviews_section #reviews_toggle::-webkit-scrollbar-track {
                border-radius: 0;
                background: #EEEEEE;
            }
            .service_reviews_section #reviews_toggle::-webkit-scrollbar-thumb {
                border-radius: 0;
                background: #B0B0B0;
            }

            @media only screen and (min-device-width: 200px) and (max-device-width: 991px) { 
                .browse_form_section .p-0 {
                    padding-right: 0px;
                    padding-left: 0px;
                }
                .service_image_section .service_image_thumb{
                  display: block;
                  width: 100%;
                 
                }
                .service_reviews_section .mb-15{
                    margin-bottom: 15px;
                }
            }

    .pdf-thumb-box
        {
        display:inline-block !important;
        position:relative !important; 
        overflow: hidden;
        }
         
    .pdf-thumb-box a  .pdf-thumb-box-overlay {
        visibility:visible;
        opacity:1;
        transition-delay:0s;
        text-align:center;
        position: absolute;
        background-color:rgb(35 33 33 / 18%);
        color: #fff;
        width:100%;
        height:100%;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        
    }
    .pdf-thumb-box-overlay span {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0
    }
    .pdf-thumb-box img{
        height: 100px;
    }
    .Uploaded_img_thumb.ic-sing-file img{
        width: 100%;
        height: 150px;
        display: block;
	    max-width: 100%;
	    padding: 4px;
	    line-height: 1.42857143;
	    background-color: #fff;
	    border: 1px solid #ddd;
	    border-radius: 4px;
	    -webkit-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
    }
    .Uploaded_img_thumb.ic-sing-file .close{
		position: absolute;
		top: 10px;
		right: 25px;
		color: #fff;
		background-color: #000;
		height: 25px;
		width: 25px;
		border-radius: 100%;
		font-size: 10px;
		opacity: 1;
		border: 3px solid #fff;
		line-height: 2;
    }
    
   
	@media only screen and (min-device-width : 200px) and (max-device-width : 480px) {
	    .Uploaded_img_thumb.col-xs-6{
	    	width: 100%;
	    }

	    .Uploaded_img_thumb.ic-sing-file img {
		    height: auto;
		}
	}