/* Style ( default color ) #ffda23 --------------------------------------------
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
}

pre {
	border: 1px solid #eae9e9;
	background-color: #FFF;
}

input[type="email"],
input[type="number"],
input[type="search"],
textarea,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
	border: 2px solid #d5d6d8;
	color: #333;
}


/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #444;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}


/* -- Header -- */
html body {
	color: #080e14;
	background-color: #fff;
}

header { 
	background-color: #FFF; border-top: 20px solid #000;
} 


/* - Layout content - */
.border-fullwidth { 
	border: 20px solid #000; 
	border-top: none; 
	background-color: #FFF; 
}

.wrap-border-bottom { 
	background-color: #000;
}


/* .page-content */
.single-content {
	background-color: #FFF; 
}

body.single {
	background-color: #FFF; 
}

body.page-template-template-full-width {
	background-color: #FFF; 
}

body.page-template-default {
	background-color: #FFF; 
}

body.page-template-page-php {
	background-color: #FFF; 
}


/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

.logo                      { 
	background-color: #000;
}


/* -- Search Header (menu) -- */
#searchform input {
	color: #000 !important;
	background-color: #FFF !important;
}

#searchform ::-webkit-input-placeholder {
	color: #DDD !important;
}

#searchform :-moz-placeholder {
	/* Firefox 18- */
	color: #DDD !important;
}

#searchform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #DDD !important;
}

#searchform :-ms-input-placeholder {
	color: #DDD !important;
}

/* The Modal (for search) */
.modal-content {
	background-color: #FFF;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* The Close Button */
div.modal-content .close {
	background-color: #fff;
  	color: #000 !important;
}

div.modal-content .close i:hover { 
    color: #FFDA23 !important;
} 


/* -- Top Header Menu -- */
ul.ant-responsive-menu li.current_page_item>a,
ul.ant-responsive-menu li.current-menu-ancestor>a,
ul.ant-responsive-menu li.current-menu-item>a,
ul.ant-responsive-menu li.current-menu-parent>a {
	color: #000 !important;
	background: #ffda23 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 
}

ul.ant-responsive-menu li.current-menu-parent>a>.arrow:before,
ul.ant-responsive-menu li.current-menu-parent>a>.arrow,
ul.ant-responsive-menu li.current_page_item>a>.arrow:before,
ul.ant-responsive-menu li.current_page_item>a>.arrow {
	display: none;
}

ul.ant-responsive-menu li ul li.current_page_item>a,
ul.ant-responsive-menu li ul li.current-menu-ancestor>a,
ul.ant-responsive-menu li ul li.current-menu-item>a,
ul.ant-responsive-menu li ul li.current-menu-parent>a {
	color: #000;
	background: #FFF;
	-moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
}

/*Top level menu link items style*/
.ant-responsive-menu  { 
	background-color: #000;
}

.ant-responsive-menu>li>a>.arrow:before {
	color: #FFF !important;
}

.ant-responsive-menu li i {
	color: #FFDA23;
}

li.current-menu-ancestor a i {
	color: #000 !important;
}

.ant-responsive-menu li a {
	color: #FFF;
}

.ant-responsive-menu li a:hover {
	color: #000 !important;
	background: #FFF;
	text-decoration: none !important;
}

.ant-responsive-menu li:hover a {
	color: #000 !important;
	background-color: #FFF;
	text-decoration: none !important;
	border-radius: 3px;
}

.ant-responsive-menu li ul li a {
	color: #000;
}

.ant-responsive-menu li ul li ul li a {
	color: #000;
}

/*1st sub level menu*/
.ant-responsive-menu li ul {
	background-color: #FFF;
}

.ant-responsive-menu li ul li ul {
	background-color: #FFF;
}

.ant-responsive-menu li ul li {
	background-color: #FFF;
}

/* Sub level menu links style */
.ant-responsive-menu li ul li:hover {
	color: #000 !important;
}

.ant-responsive-menu li ul li a:hover {
	color: #666 !important; 
}

.ant-responsive-menu li ul li.current-menu-item a:hover {
	color: #000 !important;
}


/* -- Responsive Menu Styles -- */
@media screen and (max-width: 1323px) {
	ul.ant-responsive-menu li.current_page_item>a,
	ul.ant-responsive-menu li.current-menu-ancestor>a,
	ul.ant-responsive-menu li.current-menu-item>a,
	ul.ant-responsive-menu li.current-menu-parent>a,
	ul.ant-responsive-menu li ul li.current_page_item>a,
	ul.ant-responsive-menu li ul li.current-menu-ancestor>a,
	ul.ant-responsive-menu li ul li.current-menu-item>a,
	ul.ant-responsive-menu li ul li.current-menu-parent>a,
	.ant-responsive-menu li a:hover,
	.ant-responsive-menu li:hover a {
		background: transparent;
		color: #FFF !important;
		border-bottom: none !important;
	}
	.ant-responsive-menu {
		background: #000;
		-moz-box-shadow: 0 0 0 #999 !important;
	}
	.ant-responsive-menu li ul li ul {
		background-color: #000;
	}
	.ant-responsive-menu li ul li {
		background: #000;
	}
	.ant-responsive-menu li ul li ul li ul {
		background: #000;
	}
	.ant-responsive-menu li ul li ul li {
		background: #000;
	}
	.ant-responsive-menu li ul.sub-menu li a { 
		color: #FFF !important;
	}
	.ant-responsive-menu li ul li:hover {
		color: #FFF !important;
	}
	.ant-responsive-menu li ul li:hover a {
		background-color: #000 !important;
		color: #FFF !important;
	}
	.ant-responsive-menu li ul {
		border: 1px solid #000;
		background-color: #000 !important;
		-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
		-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
		box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
	} 
	.ant-responsive-menu li ul li a:hover {
		background-color: #000 !important;
		color: #FFF !important;
	}
	.ant-responsive-menu>li>a>.arrow:before {
		color: #FFF !important;
	}
	.ant-responsive-menu li a {
		color: #FFF !important;
		border-bottom: none !important;
	}
	.ant-responsive-menu li a:hover span {
		border-bottom: none !important;
	}
	#respMenu li ul.sub-menu li.current_page_item a,
	#respMenu li ul.sub-menu li.current-menu-ancestor a,
	#respMenu li ul.sub-menu li.current-menu-item a,
	#respMenu li ul.sub-menu li.current-menu-parent a,
	#respMenu li ul.sub-menu,
	#respMenu li ul.sub-menu a,
	#respMenu li ul.sub-menu li {
		background-color: #000 !important;
	}
} 


/* -- Top social icons -- */
.top-social                 { 
	background-color: #000;
}

.top-social li a {
	color: #FFF;
}

.top-social li a:hover {
	color: #ffda23; 
}  

ul.top-social li.search i {
    color: #ffda23; 
}


/* -- Login & Register -- */
.lrm-nice-checkbox__label input:checked~.lrm-nice-checkbox__indicator,
.lrm-form a.button,
.lrm-form button,
.lrm-form button[type='submit'],
.lrm-form #buddypress input[type='submit'],
.lrm-form input[type='submit'] {
	background: #ffda23 !important;
	border-color: #ffda23 !important;
	color: #000 !important;
}

.lrm-user-modal-container .lrm-switcher a {
    background: #f5f5f5;
 }

 .lrm-nice-checkbox__label .lrm-nice-checkbox__indicator::after {
 	border: solid #000;
 }

 div.entry .lrm-inline .lrm-user-modal-container {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
}

.lrm-form-message {
	border-left: 4px solid #ffda23 !important;
}


/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

div.spotmag-date i { 
	color: #ffda23;
}

ul.top-first-list .article-category a,
ul.top-second-list .article-category a,
ul.grid3cols .article-category a,
ul.single-related-list .article-category a {
	color: #000 !important;
	background-color: #ffda23;
}  


/* -- Featured Container -- */
.header-boxleft-detail p a {
	text-decoration-color: #ffda23;
}

ul.featured-posts li h2 a {
	background-image: linear-gradient(#ffda23,#ffda23);
}

a.anbtn-black i {
    color: #ffda23;
}


/* - homeprice - */
.card-price__header {
  	background-color: #000;
}

.card-price__content {
  	background-color: #fff;
  	color: #5A5A5A;
}

.card-price__footer {
  	background-color: #ffda23;
}

.card-price__label {
  	background-color: #ffda23;
}

.card-price__toggle-icon-front {
  color: #fff;
}

.card-price__toggle-icon-back {
  color: #ffda23;
}

.card-price__toggle li:hover {
  background-color: #eee;
}


/* -- Featured Slider home -- */
ul.featured-posts { 
	border-color: #000 !important; 
}

ul.featured-posts, 
#featured-slider-wrap  { 
	background-color: #000 !important; 
} 

ul.featured-posts div.spotmag-date i { 
	color: #ffda23;
}


/* -- Slider Nav -- */
.owl-prev,
.owl-next {
	background-color: #ffda23;
}

.owl-prev i,
.owl-next i {
	color: #000;
}


/* - Categories ribbon - */
ul.featured-posts .article-category a {
	color: #000 !important;
	background-color: #ffda23;
} 

 
/* -- Sticky Post -- */ 
ul.grid3cols li.sticky div.top-content h2 a {
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	padding-bottom: 15px; 
 }


/* -- infinite scroll -- */
a.view-more-button {
    background-color: #ffda23 !important; 
}

a.view-more-button:hover {
    opacity: 0.8; 
}

.loader-ellips__dot { 
	background: #ffda23; 
}


/* -- Default pagination -- */
.defaultpag a {
	background-color: #ffda23; 
}

.defaultpag a:hover {
	opacity: 0.8;
}


/* -- Home Title Animation -- */
div.middle-home-title p a {
	text-decoration-color: #ffda23;
}

div.middle-home-title p a:hover {
    text-decoration-color: #222;
} 


/* - Modal social Share -*/
.field button {
	background: #FFDA23;
}


/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- not-found -- */
.not-found #searchform2 {
	background-color: #f5f5f5 !important;
	border: 5px solid #f5f5f5;
	border-radius: 5px;
}

.not-found #searchform2 .buttonicon {
	background-color: #f5f5f5 !important;
	color: #444 !important;
	border-radius: 0px;
}

.not-found #searchform2 #s {
	background-color: #f5f5f5 !important;
	border: 1px solid #f5f5f5 !important;
}

.not-found #searchform2 ::placeholder {
	color: #999 !important;
	opacity: 1;
}

.not-found #searchform2 :-ms-input-placeholder {
	color: #999 !important;
}

.not-found #searchform2 ::-ms-input-placeholder {
	color: #999 !important;
}


/* -- ribbons middle categories - */
.single-category a,
.home-ribbon-category,
.article-category a {
	background-color: #ffda23;
}

.entry-top .single-category a {
	color: #fff !important;
}


/* -- Entry Top / Featured Image */
.entry-top .post-data div.time-article i,
.home-author-text a { color: #ffda23; }


/* -- Single Share -- */
#single-share a.commbutton  { background-color: #ffda23; }


/* -- Typography First Content Letter -- */
div.p-first-letter > p:first-child:first-letter {
	color: #000;
	background-color: #ffda23;
}


/* -- Page / Article Title -- */
h1.article-title {
	color: #FFF;
}

h1.page-title {
	color: #000;
}

div.article-meta-data h1 a {
 	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffda23),to(#ffda23));
 	background-image:-o-linear-gradient(#ffda23,#ffda23);
 	background-image:linear-gradient(#ffda23,#ffda23);
}


/* -- Tags Articles -- */
.entry-btn                 { background-color: #ffda23; color: #000;}
.ct-size a                 { background: #fafafa !important; color: #999 !important; }

.ct-size a:hover {
    background-color: #000 !important;
    color: #fff !important;
}


/* -- blockquote -- */
blockquote {
	background: #FAFAFA;
	border-left: 10px solid #000;
}

blockquote p {
	color: #777;
}


/* -- Entry content style -- */
.entry p a {
  	text-decoration-color: #ffda23;
  	color: #000000;
}

.entry p a:hover {
	color: #444 !important; 
}


/* -- Responsive Images -- */
.wp-caption-text {
	color: #888;
}

.entry .wp-caption-text a {
	color: #000 !important;
}

.wp-caption-text a:hover {
	color: #000 !important;
}


/* -- Pagination entry articles -- */
.my-paginated-posts span {
	background-color: #ffda23;
	color: #000 !important;
}

.my-paginated-posts p a {
	background-color: #222;
	color: #fff !important;
}

.my-paginated-posts p a:hover {
	color: #fff !important;
}

.my-paginated-posts p span a {
	color: #FFF !important;
}


/* -- About Author -- */
.author-info a.author-link {
	text-decoration-color: #ddd;
	color: #4a4a4a;
}

.author-meta strong i {
	color: #000; 
}

div.author-info i.fa-link {
	color: #000;
}


/* -- Top social icons -- */
ul.author-social-top li a i {
	color: #3f677a;
}

ul.author-social-top li a i.fa-facebook-f {
	color: #3b5998;
}

ul.author-social-top li a i.fa-twitter {
	color: #00aced;
}

ul.author-social-top li a i.fa-pinterest {
	color: #ca212a;
}

ul.author-social-top li a i.fa-instagram {
	color: #D62976;
}

ul.author-social-top li a i.fa-vk {
	color: #5181B8;
}

ul.author-social-top li a i.fa-youtube {
	color: #FF0000;
}

ul.author-social-top li a i.fa-vimeo-v {
	color: #19B7EA;
}


/* -- Related Articles -- */
h3.related-widget-title    { 
	background-color: #000; 
	color: #FFF;
} 


/* -- Related articles single -- */
.prev-entry span,
.prev-entry2 span {
	background-color: #ffda23;
	color: #000;
}


/* -- Default Blocks -- */
/* -- Block Buttons -- */
.wp-block-button__link {
    color: #000 !important;
    background-color: #ffda23;
}

.wp-block-file .wp-block-file__button {
    background: #ffda23;
    color: #000 !important;
} 

/* -- Block Widgets-- */
ul.wp-block-archives-list li {
	color: #ffda23;
}

.wp-block-search .wp-block-search__button {
    background: #ffda23;
    border: 1px solid #ffda23;
    color: #000;
}


/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

/* -- Sidebar -- */
.widget-title        { 
	background-color: #000; 
	color: #FFF;
}

.widget-title h3     { 
	color: #FFF;
}

.widget-title h3 a   { 
	color: #FFF !important;
}

.sidebar .widget {
	background-color: #FFF; 
}


/* -- Sidebar -- */
.sidebar-sticky h3.title {
	background-color: #000;
	color: #f8eece;
}

.sidebar-sticky .widget {
	background-color: #FFF; 
}


/* -- Article widget -- */
.article_list li {
	border-bottom: 1px solid rgba(241, 241, 241, .8);
}

ul.article_list .an-widget-title a h4 {
	color: #111;
}

ul.article_list .an-widget-title span i {
	color: #ffda23;
}

ul.article_list li div.time-ago i {
  color: #ffda23;
}

ul.article_list .an-widget-title span {
	background-color: #ffda23;
	color: #fff;
}


/* -- Subscribe widget -- */
.subscribe-widget input[type=submit] {
	background: #000 !important;
	color: #fff !important;
}


/* -- Categories in two columns -- */
.widget_categories ul li {
	color: #999;
}


/* -- Default Tags -- */
div.tagcloud a {
	background: #F4F4F4 !important;
	color: #999 !important;
}

div.tagcloud a:hover {
	background-color: #000 !important;
	color: #fff !important;
}

div.tagcloud a:hover span {
	color: #999 !important;
}

div.tagcloud span {
	color: #000 !important;
}


/* -- Default Search -- */
div.widget_search #searchform2 #s { 
	color: #000 !important;
} 

div.widget_search #searchform input {
	background-color: #f5f5f5 !important;
}	 


/* -- Archives in two columns -- */
.widget_nav_menu li {
	border-bottom: 1px solid rgba(241, 241, 241, .8);
	color: #ffda23;
}

.widget_archive li {
	border-bottom: 1px solid rgba(241, 241, 241, .8);
	color: #999;
}

.widget_archive li:before {
	color: #ffda23;
}


/* -- Categories -- */
.widget_categories li:before {
	color: #ffda23;
}


/* -- Meta in two columns -- */
.widget_pages li,
.widget_meta li {
	border-bottom: 1px solid rgba(241, 241, 241, .8);
	color: #ffda23;
}


/* -- Calendar -- */
#wp-calendar tbody td#today {
	background-color: #000;
	color: #FFF;
}

#wp-calendar tbody td#today a {
	color: #FFF !important;
}


/* -- Recent Comments -- */
.widget_recent_comments li {
	color: #ffda23;
}


/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

/* -- Comments lists -- */
ul.comment li {
	background-color: #fafafa;
	border-bottom: 1px solid #f1f1f1;
}

ul.comment li ul.children li {
	background-color: #FFF;
	border-bottom: none;
}

ul.comment li ul.children li>ul.children li {
	background-color: #FFF;
	border-bottom: none;
	border-top: 20px solid #fafafa;
}

ul.comment li span.comment-reply-button {
	background-color: #f1f1f1;
}

ul.comment li span.comment-reply-button a {
	color: #000 !important;
}

#respond .must-log-in a {
	text-decoration-color: #ffda23 ;
  	color: #000;
  	text-decoration-line: underline;
  	text-decoration-style: solid;
  	text-decoration-thickness: 8px;
  	text-decoration-skip-ink: none;
  	text-underline-offset: -4px;
}


/* -- Comments -- */
.article-btn {
	background-color: #13131c;
	color: #FFF;
}

.article-btn h3 {
	color: #FFF;
}

.comments h3.comment-reply-title {
	background-color: #13131c;
	color: #FFF;
}

.comments h3.comment-reply-title a {
	color: #FFF;
}

.comments h3.comment-reply-title a#cancel-comment-reply-link {
	color: #ffda23;
}


/* -- comment Form -- */
#commentform {
	background-color: #f5f5f5;
}

#commentform #submit {
	background-color: #13131c;
	border-color: #13131c;
	color: #FFF;
}

#commentform #submit:hover {
	opacity: 0.9;
}

#commentform label span {
	color: #F00;
} 


/*-----------------------------------------------------------------------------
----------------------------- 7 - Contact Form --------------------------------
-----------------------------------------------------------------------------*/

/* -- Contact Form 7 Plugin -- */
form.wpcf7-form input {
	border: 2px solid #d5d6d8;
	color: #333;
}

form.wpcf7-form textarea {
	border: 2px solid #d5d6d8;
	color: #333;
}

form.wpcf7-form input.wpcf7-submit {
	background-color: #13131c;
	border-color: #13131c;
	color: #FFF;
}

form.wpcf7-form .wpcf7-validation-errors {
	color: red;
}

form.wpcf7-form {
	background-color: #fafafa;
	border-bottom: 1px solid #f1f1f1;
}


/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/

/* -- Restrict Content / Premium content page --*/
/*-- Input Style --*/
.entry input[type="reset"],
.entry input[type="button"],
.entry input[type="submit"],
.entry input[type="reset"],
.entry input[type="button"],
.entry input[type="submit"] { 
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.entry input[type="reset"],
.entry input[type="button"],
.entry input[type="submit"],
.entry input[type="reset"],
.entry input[type="button"],
.entry input[type="submit"] { 
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;   
}

.rcp-table a button {
    background: #000 !important;
    border: #000 !important;
}


/*-- Premium content page buttons --*/
.entry a.btn_yellow  { 
    background-color: #ffda23; 
    color: #000 !important; 
}

.entry a.btn_black { 
    background-color: #000; 
    color: #FFF !important; 
}

.boxsubscription   { 
    background-color: #fafafa;
}


/* -- Tag & Category Index -- */
#mcTagMap .tagindex h4,
#sc_mcTagMap .tagindex h4 {
	color: #333; 
	border-bottom: 4px solid #333 !important;
}

#mcTagMap .tagindex ul li,
#sc_mcTagMap .tagindex ul li {
	border-bottom: 1px solid #f5f5f5;
}

#mcTagMap #mcTagMapNav { 
	background: #ffda23 !important;
}


/* -- 404 page -- */
#anthemes-404 h1 {
	color: #000;
}

#anthemes-404 {
	background-color: #FFF;
}

a.button404 {
	color: #FFF !important;
	background-color: #000; 
} 


/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Footer -- */
footer {
	background-color: #000;
}

.border-footer { 
	border-left: 20px solid #000; 
	border-right: 20px solid #000; 
}

.border-bottom-footer {
	background-color: #ffda23;
} 


/* -- Copyright -- */
.footer-copyright p a {
	color: #ffda23;
}

.footer-copyright p a:hover {
	color: #fff;
	text-decoration: underline;
} 


/* -- Back to Top -- */
#back-top span {
	background-color: #000 !important;
} 

#back-top span:hover { 
	background-color: #ffda23 !important;
}

#back-top span:hover i { 
	color: #000 !important;
}