/*
 Theme Name:   Point Child Theme 2025
 Theme URI:    http://hrtechdigest.com
 Description:  A Point child theme
 Author:       Romelmar
 Author URI:   http://hrtechdigest.com
 Template:     point
 Version:      1.0.0
*/

@import url("../point/style.css");

.main-container, .site-header, .container, #page {
    max-width: 1200px;
}

#navigation ul ul {
    width: auto;
}

#menu-item-41 {
    min-width: 300px;
}

input, textarea, select {
    color: #333;
}

.featuredBox img {
    width: 100% !important;
}

.secondary-navigation.left {
    float: left !important;
    width:65%;
    margin: 10px;
    position: relative;
}

@media screen and (max-width: 960px) {
    .secondary-navigation {
        left: 0;
    }
    .mobile-hide{
        display: none;
    }
}

.secondary-navigation a {
    color: #15A99D;
}

.ad-top {
    margin: 20px;
    width: 728px;
}

@media screen and (min-width:961px){
    #menu-main-nav {
        display: block !important;
    }
}

@media screen and (max-width:1000px){
    .ad-top {
        display: none;
    }
}


.secondary-navigation #navigation ul li {
    /*background: #F2F2F2;*/
    /*border-bottom: 1px solid #e2e2e2;*/
}



.secondary-navigation a {
    line-height: normal;
    min-height: 0;
}

#navigation > ul > li:last-child > a {
    border-right: 1px solid #e2e2e2;

}
#navigation ul li:hover ul {
    top: 55px;
}

.secondary-navigation #navigation > ul {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #e2e2e2;
}

.top-bar {
    width: 100%;
}
.wrap-social-and-search {
    margin-top: 10px;
    width: 20%;
    float: right;
}

.main-header {
    overflow: hidden;
}

@media screen and (max-width: 960px) {
.wrap-social-and-search {

/*float: left;*/
    /*width: auto;*/
    /*margin-left: 10px;*/
    display: none;
}



}

.featuredBox {
        padding: 1rem;
}
#page {
    padding-top: 0;
}
body {
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
/*    min-width: 600px;*/
}
body, html {
/*    height: 100%;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

.wpt_widget_content .tab_title.selected a {
    background: #0d4761 none repeat scroll 0 0 !important;
    color: #fff;
    font-size: 120%;
}
/*--------------------------------------------------------------------*/
#search-2 {
    width: auto !important;
}
#search-2 {
    padding-right: 10px;
}
#searchform fieldset {
    float: left;
    position: relative;
    width: 270px;
}

#searchform {
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
}
.search-form-default {
    float: left;
}

.social-holder {
    float: right;
    margin-right: 8px;
    margin-top: 4px;
}

.social-networks {
    float: right;
    margin: 0;
    padding: 0;
}

.social-holder li {
    display: block;
    float: left;
    margin: 0 3px;
}

#search-2 {
    clear: both;
    margin-bottom: 5px;
    float: right;

}


.social-holder a {
    background: rgba(0, 0, 0, 0) url("images/icon-social.png") no-repeat scroll 0 45px;
    display: block;
    height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 34px;
}

.social-holder .twitter {
    background-position: 0 0;
}

.social-holder .linkedin {
    background-position: -80px 0;
}
.social-holder .rss {
    background-position: -440px 0;
}

#wpb_widget-3 .info{
    width: 78%!important; display: block !important; float: right;
}

#wpb_widget-3 .featured-widget-item {
    border: 1px solid #eeeeee;
    margin: 5px 0;
    padding: 8px;
}

.featured-cat {
    display: none;
}


.featured-thumbnail {
    display: block;
    margin: auto;
    min-height: 162px;
    text-align: center;
    vertical-align: middle !important;
    float: none;
    white-space: nowrap;
}


#featured-thumbnail {
    width: 20%;
}

.featured-thumbnail img {
    float: none;
    width: 100%;
    vertical-align: middle !important;
}
.copyright-left-text {
    margin-bottom: 50px;
}

#afterfootermenu {
    list-style: outside none none;
    margin: 0;
}

#afterfootermenu li {
    display: inline;
    margin-right: 8px;

}


#copyright-note {
    font-size: 11px;
}
.floatright {
    float: right;
    margin-bottom: 5px;
}

@media only screen and (min-width:641px) {

	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
     width:calc(100% - 8px)
    }
}	

.gfield_label b {
    font-weight: 800;
    font-family: "Open Sans",sans-serif;
}


/*---------------------Menu-------------------------*/

.primary-navigation a {
    min-height: auto;
}


.media {
        display: flex;
    margin: 10px 0;
    align-items: center;
}



/*----------------------Search--------------------------*/
.directory-search-bar.slim {
    position: relative;
    margin: 0 auto;
    width: 85%;
}
.directory-search-bar {
    position: relative;
}
.directory-search-bar.slim form {
    margin: 25px 0 10px;
}

.directory-search-bar input[type="text"] {
    border: 2px solid #336600;
    border-radius: 25px;
    color: #3289c8;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 0 40px 0 15px;
    width: 100%;
}

.directory-search-bar input[type="text"]:focus-visible{
     border-color: #000;
}

.directory-search-bar .suggestion-wrapper {
    background: #e4eaef none repeat scroll 0 0;
    color: #333;
    margin: 0 auto;
    width: 950px;
}


.directory-search-bar .directory-search-button {
    background-color: transparent;
    background-image: url("https://tr4.cbsistatic.com/fly/1504806920-fly/bundles/techrepubliccore/images/search-mag-blue.png");
    border: 0 none;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 13px;
    width: 18px;
}

.post-single-content-flex {
    display: flex;
}

.post-single-content-img {
    min-width: 30%;
    margin-right: 10px;
    border-top: 3px solid transparent;
    padding-top: 10px;
}

.post-single-content-img img {
    max-width: 200px;
    min-width: 200px;
}

@media only screen and (max-width: 992px) {
    .post-single-content-img img {
        max-width: 200px;
        min-width: 100%;
        width: 100%;
    }    
}

.main-banner {
    min-width: 728px; min-height: 90px; padding-right: 11px;
}
/*

.second-column {
        display: flex;
    flex-direction: column;
}
.thirdpost-wrapper {
    flex-direction: row;
}
.secondpost {
    width: 100%;
}
.thirdpost {
    width: 50%;
}
*/

.secondpost {
    max-height: 15rem;
}
.firstpost {
    min-height: 31.5rem;
    max-height: 31.5rem;
}
@media only screen and (max-width:1200px) {
    .secondpost {
        max-height: 14rem;
    }
    .firstpost {
        min-height: 29.5rem;
        max-height: 29.5rem;
    }
}
@media only screen and (max-width:1024px) {
    .secondpost {
        max-height: 13rem;
    }
    .firstpost {
        min-height: 26.5rem;
        max-height: 26.5rem;
    }
}
@media only screen and (max-width:728px) {

    .media {
        flex-direction: column;

    }
    .media-left {
        min-width: 100%;
    }

    .main-banner {
        min-width: 100%; 
        max-width: 100%;
        padding: 0 20px;
    }
}   


.copyrights {
        padding-top: 32px;
}

.square-asd {
/*    margin-left: -11px; margin-top: -11px; */
/*    width: 289px; height: 238px;*/
}
.square-asd img {
    width: 100%;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid rgb(118, 118, 118);
    width: 100%;
}
.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield, .gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield, .gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield, .gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield {
/*    display: flex !important;*/
    justify-content: space-between;
}
.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label{
    width: 48% !important;
    margin: 0;
}
html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date){
    width: 50% !important;
    margin-left: 0 !important;
    float: right;

}
body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-multi[style], body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-single[style] {
    min-width: calc(100% - 8px)!important;
}
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    padding: 10px 20px;
    border: 2px solid #336600;
    color: #336600;
}
.gform_legacy_markup_wrapper .gform_footer input.button:hover, 
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover, 
.gform_legacy_markup_wrapper .gform_page_footer input.button:hover, 
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover {
    background: #336600;
    color: #fff;
}
.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio{
    width: calc(100% + 16px) !important;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}


body.single-post #search_area, #text-8 {
    display: none;
}
body.single-post #text-8 {
    display: inline-block;
}

.post-single-content p:empty {
    display: none;
}

.post-single-content-text {
    border: 3px solid transparent;
    padding: 10px;
}

.post-single-content-text .wp-block-image {
    border-top: 3px solid transparent;
    margin: 0 -10px;
}

.post-single-content-text .wp-block-image img {
    margin: 30px 0;
}

.post-single-content-text .wp-block-image img + * {
    margin-top: -30px;
}

.post-single-content-text .gform_wrapper {
    border-top: 3px solid transparent;
    max-width: 10000%;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    padding: 5px 30px;
    margin-top: -3px;
}

.single_post header {
    padding-top: 20px;
}



.post.excerpt .post-content {
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}


body.single-post .sidebar .widget form {
    margin-bottom: 0;
}

body.single-post .sidebar .widget {
    margin-bottom: 25px;
}

body.single-post .sidebar .widget form br {
    display: none;
}


@media only screen and (max-width: 992px) {
    .post.excerpt {
        position: relative;
        padding-left: 23%;
    }

    .post.excerpt > a {
        width: 20% !important;
        float: none !important;
        display: inline-block !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }
}


@media only screen and (max-width:800px) {
    .firstpost {
        min-height: 23.5rem;
    }
}
@media only screen and (max-width:728px) {
    .square-asd {
        margin: 0px auto; 
    }
}

@media only screen and (max-width:651px) {
    .secondpost {
        max-height: max-content;
    }
    .firstpost {
        min-height: min-content;
    }
}

@media only screen and (max-width:321px) {
    #featured-thumbnail{
        width: 100%;
    }
}

.site-header .media {
    justify-content: space-between;
}
.clearfix {
	display: flex;
    flex-direction: column;
}
.clearfix .footer-navigation {
	float: none;
}