/*
Theme Name:   Historical Data
Description:  Data Theme
Author:       Tom Myatt
Author URL:   http://devcompguides.wpengine.com
Template:     twentyseventeen
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  historical-data
*/

/* Write here your own personal stylesheet */

body.page #secondary {width: 30%; float:right;}

body.page #primary {width: 100%; float: left;}

.entry-header {border-right: 5px dotted #b82601;}

.navigation-top {background: #ccc;}
.entry-content p {font-size: 1.8em;}

.bannergroup.leaderboard {float:right;}

.wrap {max-width: 100%;}
.navigation-top .wrap {max-width: 100% !important;}
.home #primary {width: 100% !important; margin-top: 20px;}
.entry-header {width: 28% !important;}
.page-child .entry-header {width: 20% !important; padding-right: 20px;}
.entry-content {width: 70% !important;}
.page-child .entry-content {width: 78% !important;}
    
h1, h2, h3, h4 {font-family: "myriad-pro",sans-serif;}

.site-title, .site-title a {color: #b82601; font-family: "myriad-pro",sans-serif;}

.site-footer .widget-column.footer-widget-1 {width: 100%;}

.hd-links p {font-size: 1.2em;}

.hd-links {
    width: 45%;
    float: left;
    min-height: 300px;
    margin-right: 2.5%;
    border: 5px dotted #ccc;
    margin-bottom: 20px;
    padding: 20px;
}

/* 28 october 2022 */
.swp_social_panel {display: none;}
/******** Leaderboard Space Header Start **********/
.other-leaderboard-space {
    color: #000;
    align-items: center;
    /* display: flex;
    justify-content: space-around; */
    width: 700px;
}
p.complete-data {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
	padding-right: 0px !important;
    margin-bottom: 10px;
    /* border-right: 3px dashed #b82601; */
}
.other-leaderboard-space .complete-data-title {
    color: #b82601;
}
.login-custom-border {
    border: 2px solid;
    max-width: 200px;
    margin: 6px auto 0;
    border-image: linear-gradient(to left, #333333, #b82601) 1 0;
    border-radius: 3px;
}
/* .login-btn-custom {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 24px;
    color: #fff;
    font-weight: 600;
    background-image: linear-gradient(160deg, #b82601 0%, #333333 100%) !important;
} */
.login-btn-custom {
    cursor: pointer;
    font-size: 16px;
    padding: 2px 0px 0px;
    color: #222;
    font-weight: normal;
    background: transparent;
}
.hd-login-logout-wrap{
	margin-left: 10px;
}
.login-btn-custom:hover {
    /* background-image: linear-gradient(90deg, #333333 0%, #b82601 100%) !important; */
	background: transparent !important;
}
.navigation-top {
    z-index: 2;
}
.content-login-custom {
    text-align: left;
}
p.historical-para1 {
    margin-bottom: 5px;
	font-size: 14px;
}
p.historical-para2 {
    margin-bottom: 5px;
	font-size: 14px;
}
p.historical-para3 {
	font-size: 14px;
}
.content-login-custom .login-wrap {
	max-width: 100%;
    margin: 0 auto;
    width: 100%;
    border: unset;
    background-color: transparent;
    padding: 0;
    border-radius: unset;
    font-family: sans-serif;
}
.gc-widget-title-custom {
    font-size: 24px;
    color: #b82601;
    text-transform: capitalize;
    padding-left: 20px;
    border-bottom: unset;
    padding-bottom: 7px;
    margin-bottom: 0px;
}
.gc-widget-border-custom {
	border-bottom: 1px solid #eee;
}
.widget-user-login-out {
    padding: 10px 20px 2px 20px;
}
.error_wid_login {
    font-size: 14px;
}
.content-login-custom label {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 3px;
}
.content-login-custom input {
	height: 40px !important;
    border-radius: 2px !important;
    border: 1px solid #000 !important;
}
.content-login-custom .login-submit input {
    width: auto;
    font-weight: 400;
    border: unset !important;
    border-radius: 4px;
    padding: 10px 30px;
    height: auto;
    margin-right: 6px;
    background-image: linear-gradient(160deg, #b82601 0%, #333333 100%);
	border-radius: 4px !important;
}
.content-login-custom .login-submit input:hover {
	background-image: linear-gradient(90deg, #333333 0%, #b82601 100%);
}
.content-login-custom .login-submit {
	text-align: right;
}
.close_button_ap {
    top: 4px;
    right: 4px;
}
/***************************/
.hd-login-modal .btn-close {
    cursor: pointer;
    position: relative;
    right: 10px;
    top: 20px;
    margin: 3px;
    width: 20px;
    /* height: 20px; */
    float: right;
}
.hd-login-modal .clear {
	 clear: both;
}
.hd-login-modal .btn-close::before, .btn-close::after {
	 content: '';
	 height: 3px;
	 display: block;
	 background: #333;
}
 .hd-login-modal .btn-close::before {
	 margin-top: 10px;
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .btn-close::after {
	 margin-top: -3px;
	 -webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}
.login-btn-custom:focus {
    background: transparent !important;
}
.hd-login-modal .btn-close:hover:after, .btn-close:hover:before {
	 background: #b82601;
}
.hd-login-modal.modal-wrapper {
	 display: flex;
	 z-index: 999;
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 visibility: hidden;
	 top: 0;
	 left: 0;
	 background: rgb(25 18 12 / 60%);
	 opacity: 0;
	 filter: alpha(opacity=0);
	 -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}
.hd-login-modal.modal-wrapper.open {
	 visibility: visible;
	 opacity: 1;
	 filter: alpha(opacity=1);
}
.hd-login-modal .modal {
	 /* padding: 0px 15px 15px 15px; */
	 padding: 0px;
	 border-radius: 5px;
	 display: inline-block;
	 height: auto;
     width:100%;
	 max-width: 470px;
	 position: relative;
	 margin: auto;
	 /* background: #e8e8e8; */
	 background: #fff;
	 /* background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
	 background: -o-linear-gradient(bottom, #e8e8e8, #fff);
	 background: linear-gradient(to top, #e8e8e8, #fff); */
	 box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);
	 opacity: 0;
	 filter: alpha(opacity=0);
	 -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
	 -ms-transform: scale(0.7);
	/* IE 9 */
	 -webkit-transform: scale(0.7);
	/* Safari */
	 transform: scale(0.7);
}
.hd-login-modal.modal-wrapper.open .modal {
	 opacity: 1;
	 filter: alpha(opacity=100);
	 -ms-transform: scale(1);
	/* IE 9 */
	 -webkit-transform: scale(1);
	/* Safari */
	 transform: scale(1);
}
/* .hd-head-info-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
} */
.page-child .hd-full-width-content .entry-content, .home .hd-full-width-content .entry-content {
    width: 100%!important;
    float: unset!important;
}
 /* .content {
	 text-align: center;
} */
.navigation-top.hd-nav-top {
    background: #000;
}
.navigation-top.hd-nav-top a{
    color:#fff !important;
}
.navigation-top.hd-nav-top .sub-menu,
.navigation-top.hd-nav-top .sub-menu:hover{
    background-color: #fff !important;
}
.navigation-top.hd-nav-top .sub-menu li:hover{
    background-color:#fff !important;
}
.navigation-top.hd-nav-top .sub-menu a{
    color:#000 !important;
}
.entry-content.data-content ol li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.entry-content.data-content ol li:before{
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
    content: '';
    left: 0px;
    top: 9px;
    bottom: 0;
}
.site-footer h2.widget-title {
    font-size: 18px;
    margin-bottom: 25px;
}
.entry-content.data-content p {
    font-size: 18px !important;
    margin-bottom: 20px !important;
}
footer.site-footer .custom-html-widget {
    font-size: 16px;
    margin-bottom: 20px;
}
.site-footer{
    margin-top:2rem;
}
.site-footer .wrap{
    padding-top: 0px!important;
}
.site-footer {
    margin-top: 1rem !important;
}
.hd-login-modal-outer {
    margin: 0 auto;
    display: flex;
    height: 100%;
}
.social-navigation .icon{
    color:#fff !important;
}
/* .logged-in{
    font-weight: 700;
} */
.site-branding a,
.login-btn-custom {
    color: #1a405a !important;
    font-weight: 700;
}

 @media screen and (max-width: 425px) {
	 .modal {
		 width: 100%;
		 height: 70%;
		 padding: 0;
	}
	 .btn-close {
		 right: 5px;
	}
}
 

/******** Leaderboard Space Header End **********/

/* MOBILE STYLING */
@media only screen and (max-width:1240px){
    .social-links {
        float: unset !important;
        position: unset !important;
        top: unset !important;
        right: 0px !important;
    }
    #non-front-search{
        position: unset !important;
    }
    .search-form .search-submit {
        bottom: 3px;
        position: absolute;
        right: 3px;
        top:unset !important;
        padding: 15px !important;
        right:-17px !important;
        
    }
    #non-front-search {
        float: unset;
        width: 50%;
        position: absolute;
        top: unset;
        right: unset;
        margin: 20px auto;
        display: block;
    
}
@media all and (max-width: 991px) {
    .hd-head-info-wrap {
        width: 100%;
        flex-wrap: wrap !important;
        display: block !important;
    }
    .social-links{
        margin-top:20px !important;
    }
    .site-branding-text.data-wrap .other-leaderboard-space{
        display:block !important;
        width:100%;
        left:0px !important;
    }
    p.complete-data{
        border-right:0px !important;
    }
    button.menu-toggle:focus,
    button.menu-toggle:hover{
        background-color:transparent !important;
        border:none !important;
        outline:none;
    }
} 
@media (max-width: 767px) {
    #non-front-search input{
        margin-top:7px;
    }
    .search-form .search-submit{
        padding:11px !important;
    }
    #non-front-search {
        float: unset !important;
        width:60%;
        position: absolute;
        top: unset !important;
        right: unset !important;
        left: 0;
        right: 0 !important;
        margin: 0 auto;
    }
   
    p.complete-data{
        border-right:0px !important;
    }
    .navigation-top.hd-nav-top ul#top-menu {
        background: #000 !important;
    }
    .navigation-top.hd-nav-top .icon{
        color:#fff !important;
    }
    .site-branding-text.data-wrap .hd-head-info-wrap {
        display: block;
    }
    p.complete-data {
        font-size: 30px;
        line-height: 49px;
    }
    .login-btn-custom {
        font-size: 18px;
    }
    .site-branding-text.data-wrap .other-leaderboard.other-leaderboard-space {
        position: unset !important;
        width: 100%;
        display: block;
        height: unset;
    }
    .home-leaderboard, .site-branding-text, a.banner-link{
        display: block !important;
    }
    #masthead .wrap {
        position: unset;
        text-align: center;
    }
    .site-branding {
        height: 100%;
    }
    div.site-branding {
        margin-left: 0;
    }
    .social-links {
        float: unset;
        position: unset;
        margin-top: 10px;
    }
    #non-front-search .search-form .search-submit {
        right: -17px;
    }
    div.site-branding img {
        padding-top: 0;
    }
    .custom-logo-link {
        position: unset;
    }
    #non-front-search input {
        min-height: 45px !important;
    }
    div.site-branding img {
        width: 100%;
    }
    .entry-content p {
        font-size: 20px !important;
    }
}
@media all and (max-width: 575px) {
    .custom-header {
        margin-bottom: 0 !important;
    }
    div.site-branding {
        margin-left: 0;
    }
    #non-front-search {
        width: 100%;
        position: relative;
        float: unset;
        top: 0;
        right: 0;
    }

}
@media only screen and (max-width:480px){
    p.complete-data {
        font-size: 25px;
        line-height: 35px;
    }
    .site-branding-text.data-wrap .hd-head-info-wrap{
        display: block;
    }
    p.complete-data{
        border-right:none !important;
    }
}
