/*
	Theme Name: WPTime Theme
	Theme URI: https://wp-time.com
	Author: Qasem Alobaidi
	Author URI: https://wp-time.com/qasem-alobaidi/
	Description: A new WordPress theme for WP-Time.com, designed and developed by Qasem Alobaidi.
	Version: 1.0.0
*/

/* Basic customization for the placeholder */
::placeholder {
    color: #999;
    opacity: 1;
    font-style: normal;
    text-transform: none;
}

/* Customization for WebKit browsers (Chrome, Safari, Edge) */
::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-style: normal;
    text-transform: none;
}

/* Customization for Firefox */
:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-style: normal;
    text-transform: none;
}

/* Customization for older versions of Firefox */
::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-style: normal;
    text-transform: none;
}

/* Customization for Microsoft Edge */
:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-style: normal;
    text-transform: none;
}

.clear-fix:before, .clear-fix:after{
    content: "";
    display: table;
}

.clear-fix:after{
    clear: both;
}

.header-columns {
    width: 100%;
}

.f-col {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.s-col {
    float: right;
    width: 75%;
    box-sizing: border-box;
}

body, input, textarea, button, select, option{
	font-family: 'Roboto WPTime', Arial, Tahoma, Geneva, Verdana, sans-serif;
}

body {
	font-size:24px;
	font-size:16px;
	color:#555;
	line-height:1.6;
}

html, body{
	background-color: #E3E3E3;
}

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

ul, ol {
    list-style: none;
}

a{
	text-decoration:none;
	color: #0073aa;
}

a:hover{
	text-decoration: underline;
}

strong{
	font-weight:700;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
	color: #333;
}

#mobile-menu-toggle{
	display: none;
	color:#fff;
	position:absolute;
	top:32px;
	right:0;
	cursor: pointer;
	background:#333;
	padding:10px;
	box-sizing:border-box;
	line-height:1;
	font-size:16px;
	border-radius: 50%;
}

#mobile-slide-content{
	display: none;
	visibility: hidden;
	position: fixed;
	transition: all 0.3s ease;
	top:0;
	right: -300px;
	width: 302px;
	height: 100%;
	z-index: 999;
	background-color: #1a1a1a;
	line-height:1;
	font-size:16px;
	border-left:1px solid #111;
	box-shadow:-10px 15px 50px 0px rgb(0 0 0 / 66%) inset;
}

#mobile-slide-overlay{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-color:rgb(143 38 38 / 76%);
	z-index: 99;
	transition: all 0.3s ease;
	visibility: hidden;
	opacity: 0;
}

.mobile-content-wrap{
	padding: 16px 0px 30px 0px;
	transition: all 0.3s ease;
	box-sizing: border-box;
	position: relative;
	z-index: 998;
}

body.admin-bar .mobile-content-wrap{
	padding: 62px 0px 30px 0px;
}

.mobile-menu{
	display:block;
}

.mobile-menu ul{
	display:block;
	list-style:none;
}

.mobile-menu li{
	display:block;
}

.mobile-menu a{
	display: block;
	padding:10px 30px;
	transition: all ease-in-out 0.2s;
	text-decoration: none;
	color: #a0a0a0;
	box-sizing:border-box;
}

.mobile-menu a:hover{
	background-color:#333;
	text-decoration: none;
	color: #fff;
}

.mobile-menu a:before{
	margin-right: 6px;
}

.mobile-content-wrap h4{
	color:#fff;
	line-height:1;
	font-weight: 700;
	font-size: 18px;
	padding:15px 30px;
	box-sizing:border-box;
	position:relative;
}

.mobile-content-wrap h4:before{
	position:absolute;
	right: 20px;
	top:5px;
	font-weight:400;
	background-color: #333;
	padding:7px 10px;
	box-sizing: border-box;
	border-radius: 50%;
	font-size:16px;
	cursor: pointer;
}

.mobile-content-wrap h4 em{
	font-size:16px;
	position:relative;
	top:-2px;
}

.mobile-content-wrap h4 em:before{
	margin-right:7px;
}

h4.mo-menu-heading{
	border-top:1px solid #353535;
	padding-top:30px;
	margin-top:30px;
}

.mobile-content-wrap p{
	padding: 0 30px;
	box-sizing:border-box;
	margin-bottom:3px;
	font-size:14px;
	color: #a0a0a0;
	line-height: 1.4;
}

.mobile-search-form{
	padding:5px 30px;
	box-sizing: border-box;
	position:relative;
}

.mobile-search-form input{
	display: block;
	color: #a3a3a3;
	border: 1px solid rgb(85 85 85 / 39%);
	box-sizing: border-box;
	padding:8px 38px 8px 12px;
	width:100%;
	border-radius: 25px;
	font-size:14px;
	background-color: #333;
}

.mobile-search-form button{
	background-color:#666;
	position:absolute;
	top:10px;
	right:35px;
	box-sizing: border-box;
	padding:7px;
	border-radius:25px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

#header{
	background-color: #111111;
	width:100%;
}

#header a, #header a:hover{
	text-decoration:none;
	outline: none;
}

.header-columns{
	line-height:1.3;
}

.site-logo{
	padding:56px 0;
	padding-left:0px;
}

.site-logo h1{
	color:#fff;
	font-size:38px;
}

.site-logo img{
	max-width: 206px;
}

.site-logo a{
	border: none;
	outline: none;
	text-decoration: none;
}

.main-menu, .main-menu ul{
	font-size:0;
}

.main-menu ul{
	float:right;
	
}

.main-menu li{
	font-size:24px;
	display:inline-block;
}

.main-menu li a{
	color:#fff;
	display:block;
	border-left:1px solid #333;
	padding: 60px 30px;
	transition: background-color ease-in-out 0.3s;
}

.main-menu li a:hover{
	background-color: #333;
}

.main-menu li:last-child a{
	border-right:1px solid #333;
}

/*
.main-menu li a:before {
    content: "";
	display:inline-block;
    width: 18px;
    height: 18px;
	margin-right:8px;
    background: url('imgs/pen.svg') no-repeat center center;
}

.main-menu li.blog-link a:before{
	 background: url('imgs/pen.svg') no-repeat center center;
}

.main-menu li.plugins-link a:before{
	 background: url('imgs/plug.svg') no-repeat center center;
}

.main-menu li.tuts-link a:before{
	 background: url('imgs/code.svg') no-repeat center center;
}

.main-menu li.themes-link a:before{
	 background: url('imgs/brush.svg') no-repeat center center;
}

.main-menu li.sellany-link a:before{
	 background: url('imgs/login.svg') no-repeat center center;
}
*/

.main-menu li a:before {
	font-family: 'wptime_tf_icons';
	content: "";
	display:inline-block;
	margin-right: 10px;
	line-height:1;
	font-weight: normal;
	font-size: 22px;
}

.main-menu li.blog-link a:before{
	content: '\e81b';
}

.main-menu li.plugins-link a:before{
	content: '\f1e6';
}

.main-menu li.tuts-link a:before{
	content: '\f121';
}

.main-menu li.themes-link a:before{
	content: '\e800';
}

.main-menu li.sellany-link a:before{
	content: '\f02c';
}

#main{
	width:100%;
	margin-top:60px;
}

.main-columns .f-col{
	width:65%;
	box-sizing:border-box;
	position: relative;
}

.main-columns .s-col{
	width:30%;
	box-sizing:border-box;
}

.main-columns{
	
}

#footer{
	width:100%;
	margin-top:60px;
	background-color: #1a1a1a;
	position:relative;
	z-index:99;
}

.footer-columns .f-col{
	width:60%;
}

.footer-columns .s-col{
	width:30%;
}

.footer-columns{
	padding:60px 0;
	box-sizing:border-box;
	font-size:16px;
	color: #a0a0a0;
}

.footer-columns h4{
	color:#fff;
	font-size:20px;
	margin-bottom:23px;
	line-height:1;
	display:block;
	font-weight: 700;
}

.footer-columns p, .footer-columns p a{
	color: #a0a0a0;
}

.footer-columns a{
	text-decoration: none;
	color: #a0a0a0;
	transition: ease-in-out all 0.2s;
}

.footer-columns p a{
	color: #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	transition: ease-in-out all 0.2s;
}

.footer-columns a:hover{
	color:#fff;
	border-color: #fff;
	text-decoration:none;
}

.footer-columns p strong{
	font-weight: 700;
}

.global-style{
	max-width:1300px;
	display:block;
	margin: 0 auto;
}

.copyrights{
	background-color:#111;
	font-size:13px;
	padding:15px 0;
	color:#7d7d7d;
}

.copyrights a{
	color:#7d7d7d;
	border-bottom: 1px solid #7d7d7d;
	transition: ease-in-out all 0.2s;
}

.copyrights a:hover{
	color:#fff;
	border-color: #fff;
	text-decoration: none;
}

.copyrights .heart-sym{
	color: #bb2727;
}

.copyrights .wpt-sitelink-fo{
	text-decoration: none;
	border:0;
}

.footer-form{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: 1px solid #444;
}

.subscribe-form {
    display: flex;
    gap: 1rem;
    margin-top: 15px;
}

.subscribe-form input[type="text"] {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background-color: #333333;
    color: #ffffff;
	box-sizing:border-box;
	font-size: 14px;
}

.subscribe-button {
    padding: 12px 18px;
    background-color: #555;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
	box-sizing:border-box;
	font-size: 14px;
	font-weight: 500;
}

.subscribe-button:hover {
    background-color: #777;
}

.footer-menu, .footer-menu ul{
	display:block;
	line-height:1.4;
}

.footer-menu li{
	display:block;
	margin-bottom:13px;
}

.footer-menu li:last-child{
	margin-bottom: 0;
}

.footer-menu a:before{
	margin-right: 6px;
}

article, aside{
	background-color:#fff;
	padding:30px;
	box-sizing:border-box;
	box-shadow:0px 1px 1px 1px rgb(213 213 213 / 21%);
	margin-bottom: 30px;
}

article:last-child, aside:last-child{
	margin-bottom: 0;
}

aside:last-child{
	transition: ease-in-out all 0.3s;
}

.sticky-last-widget{
	transition: ease-in-out all 0.3s;
	position: fixed;
	width: 100%;
	top: 30px;
	z-index: 95;
}

.unsticky-last-widget{
	transition: ease-in-out all 0.3s;
	position: static;
	top: 0;
	width: auto;
}

.end-element-reach{
	transition: ease-in-out all 0.3s;
	top: -30px;
	opacity: 0;
	visibility: hidden;
}

.admin-bar .sticky-last-widget{
	top: 63px;
}

.admin-bar .end-element-reach{
	top: -63px;
}

.archive-header{
	display:block;
	line-height:1.2;
	margin-bottom:25px;
}

.archive-header h1{
	font-size: 28px;
	font-weight:700;
	color:#333;
}

.archive-header h1:before{
	margin-right: 10px;
}

.archive-header h1.icon__eye:before,
.archive-header h1.icon__pencil:before,
.archive-header h1.icon__folder-open:before,
.archive-header h1.icon__calendar:before,
.archive-header h1.icon__tag:before{
	font-weight: 400;
}

.wptime-pagination{
    display:block;
	line-height:1.3;
}

.wptime-pagination h2{
    display:none;
}

.nav-links{
    font-size:0;
	line-height:1;
}

.nav-links span{
    display:inline-block;
    padding:4px 11px;
    background-color:#fff;
    color:#0073aa;
    border-radius:50%;
    font-size:12px;
    margin-right: 10px;
	line-height:22px;
	font-weight:700;
}

.nav-links span:last-child{
    margin-right: 0;
}

.nav-links a{
    display:inline-block;
    padding:4px 11px;
    background-color:#0073aa;
    color:#fff;
    border-radius:50%;
    font-size:12px;
    margin-right: 10px;
	line-height:22px;
	text-decoration:none;
	transition: ease-in-out all 0.2s;
	font-weight:700;
}

.nav-links a:hover{
	text-decoration:none;
	background-color: #58a5ca;
}

.nav-links a:last-child{
    margin-right:0;
}

.nav-links .dots{
    padding: 0;
	background: none;
	border-radius: 0;
	font-weight: 700;
	border: none;
}

.nav-links{
    float:left;
}

.total-pages{
    float:right;
    font-size:12px;
    line-height:30px;
	color:#333;
	font-weight: 500;
}

.disabled-sidebar .f-col,
.full-width-page-template .f-col{
	width:100%;
	float:none;
}

.front-page-content{
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
	color: #333;
}

.front-page-content h1{
	font-weight: 700;
	font-size: 28px;
	line-height:1;
	margin-bottom: 15px;
}

.front-page-content p{
	font-size: 20px;
}

.front-page-content p a{
	font-weight: 500;
}

.top-menu{
	line-height:1;
	background-color: #111;
	border-bottom: 1px solid #333;
}

.top-menu ul{
	display:block;
	list-style:none;
	font-size:0;
}

.top-menu li{
	display:inline-block;
	font-size: 13px;
	margin-right: 15px;
}

.top-menu li a{
	display:block;
	color:#fff;
	box-sizing:border-box;
	text-decoration: none;
	padding: 15px 0;
}

.top-menu li a:before{
	margin-right: 6px;
}

.copyrights-cols .f-col{
	width:60%;
}

.copyrights-cols .s-col{
	width:30%;
	line-height:3.2;
}

.footer-social{
	display:block;
	list-style:none;
	float: right;
}

.footer-social li{
	display: inline-block;
	font-size: 13px;
	margin-right: 11px;
}

.footer-social li:last-child{
	margin-right: 0;
}

.footer-social li a, .footer-social li a:hover{
	border:none;
	text-decoration:none;
	font-weight:normal;
}

.footer-social li a,
li#top-button em{
	display: block;
	border-radius: 50%;
	background-color: #555;
	color:#fff;
	width: 26px;
	height:26px;
}

.footer-social li a:before,
li#top-button em:before{
	display: block;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
}

.footer-social li a:hover,
li#top-button em:hover{
	background-color:#888;
	color:#fff;
}

li#top-button em{
	cursor: pointer;
	transition: ease-in-out all 0.2s;
}

.mailling-list-template {
	background-color: #f0f7f0;
	padding:30px;
	box-sizing:border-box;
	box-shadow:0px 1px 1px 1px rgb(192 229 192 / 21%);
	margin-bottom: 30px;
	line-height:1.2 !important;
}

.post-content .mailling-list-template{
	margin: 20px 0;
}

.mailling-list-template > h3{
    font-weight: 700 !important;
    font-size: 18px!important;
    margin-top: 0 !important;
    margin-bottom: 15px!important;
    color: #333 !important;
}

.mailling-list-template > h3:before{
    margin-right: 7px;
}

.mailling-list-template form {
    display: flex;
    gap: 15px;
}

.mailling-list-template input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #77db77;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
	background: #f9f9f9;
	color:#555;
	box-sizing:border-box;
}

.mailling-list-template input:focus {
    border-color: #189718;
	background-color: #fff;
}

.mailling-list-template button {
    padding: 8px 20px;
    background: #189718;
	border: 1px solid #189718;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing:border-box;
}

.mailling-list-template button:hover {
    background-color: #128312;
    border-color: #128312;
}

.mailling-list-template button:active {
    background-color: #0c6a0c;
    border-color: #0c6a0c;
}

.mailling-list-template p{
	line-height: 1.5 !important;
	font-size: 14px !important;
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}

@media (max-width: 480px) {
    .mailling-list-template form {
        flex-direction: column;
    }
    
    .mailling-list-template button {
        width: 100%;
    }
}

#post-location{
	position:absolute;
	top:-19px;
	left:30px;
	background-color:#fff;
	padding: 2px 8px;
	border-radius: 5px 5px 0 0;
	font-size: 12px;
	color: #333;
}

#post-location a{
	color: #333;
	text-decoration: underline;
}

#post-location:before{
	margin-right: 5px;
}