/*
Theme Name: EFT Tapping Articles
Theme URI: https://www.thetappingsolution.com/eft-articles/
Author: The Tapping Solution
Author URI: https://www.thetappingsolution.com/
Description: Custom theme for EFT Tapping Articles by The Tapping Solution.
Version: 2.0.0
Requires at least: 5.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eft-tapping-articles
*/





/* Begin Typography & Colors */


	*,html,body,div,img,a,h1,h2,h3,h4,h5,p,ul,li,form,input,select {
		padding: 0;
		margin: 0;
	}	 

	body {
		background:#275064 url(images/bodybg.jpg) repeat-x;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height:0; visibility: hidden; }
	
	html {
		height: 100%;
	}
	
	div {
		background: none;
	}
	
	img, a img {
	 	border: none;
	}
	
	
	.hide {
		visibility: hidden;
	}
	
	/* --------------------------------------------
	   BACKGROUND STRUCTURE
	-------------------------------------------- */
	
	div.body_dark_blue_gradient_repeat {
		width: 100%;
		height: 857px;
		
		position: absolute;
		left: 0;
		top: 0;
		z-index: -30;
	}
	
	div.body_tan_texture_repeat {
		width: 100%;
		height: 155px;
		
		position: absolute;
		left: 0;
		top: 0;
		z-index: -20;
	}
	
	div.bottom_tan_repeat {
		width: 100%;
		height: 153px;
		background: url(images/body_tan_repeat.png) left bottom repeat-x;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: -30;
	}
	
	
	/* --------------------------------------------
	   MAIN STRUCTURE
	-------------------------------------------- */

.wrapper {
background:url(images/chras-bg.png) no-repeat;
width: 1130px;
margin:  0 auto;
text-align: left;
height: 500px;
position: relative;
}

.tapping_figure {
/*background: url(images/tapping_dude.png) no-repeat;*/
background-image: url(images/spriteme2.png); /* Added for spriteme1 */
background-position: -50px -20px; /* Added for spriteme1 */
height: 900px;
width: 680px;
position: absolute;
left: -340px;
top: 0;
z-index: -10;
		}

/*header part css start*/
.header {
height: 191px;
width: 1130px;
float: left;
}
				
.quote {
height: 141px;
float: left;
color: #fff;
width: 400px;
padding: 20px 0px 0 0px;
font-size: 15px;
}
				
#q_content {
display: none;
}
				
.quote p {
line-height: 1.25em;
text-indent: -5px;
margin-bottom: 10px;
}
				
.quote span {
color: #ddd;
font-size: 12px;
}
					
.quote span span {
text-transform: uppercase;
}
/*header part css end*/

#content {
float: left;
width: 1130px;
}

/*navigation part css start*/
#navigation {
background:url(images/navBG.png) no-repeat;
width:1130px;
height:46px;
margin-bottom:13px;
}

#navigation ul {
list-style:none;
margin-left:46px;
}

#navigation li {
margin:0px;
padding:0px;
list-style:none;
float:left;
font-family:Georgia;
font-size:18px;
color:#071C49;
margin-right:54px;
padding-top:12px;
}

#navigation li a {
color:#071C49;
text-decoration:none;
}

#navigation li a:hover {
color:#6995F3;
text-decoration:none;
}

/* Menu */

.menu-menu-container {
	background: #fff; /* Show a solid color for older browsers */
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 15px;
	width: 100%;
	-webkit-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
	text-align:left;
	position:relative;
	z-index:100;
}
.menu-menu-container ul {
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu-menu-container li {
	float: left;
	position: relative;
}
.menu-menu-container a {
	color: #071C49;
	display: block;
	padding: 15px 18px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
.menu-menu-container ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 45px;
	left: -10px;
	width: 240px;
	z-index: 99999;
}
.menu-menu-container ul ul ul {
	left: 100%;
	top: 0;
}
.menu-menu-container ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #071C49;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 220px;
	text-shadow: 0px 0px 0px #222;
	
}
.menu-menu-container li:hover > a,
.menu-menu-container ul ul :hover > a,
.menu-menu-container a:focus {
	background: #B2D267; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#B2D267, #81a51e);
	background: -o-linear-gradient(#B2D267, #81a51e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B2D267), to(#81a51e)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#B2D267, #81a51e);
	color:#fff;
 }
.menu-menu-container li:hover > a,
.menu-menu-container a:focus {
	background: #B2D267; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#B2D267, #81a51e);
	background: -o-linear-gradient(#B2D267, #81a51e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B2D267), to(#81a51e)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#B2D267, #81a51e);
	color:#fff;
}
.menu-menu-container ul li:hover > ul {
	display: block;
}
.menu-menu-container .current-menu-item > a,
.menu-menu-container .current-menu-ancestor > a,
.menu-menu-container .current_page_item > a,
.menu-menu-container .current_page_ancestor > a {
 }
 
.page-template-release_template-php .menu-menu-container, 
.page-template-release_template-php .searchform
{
 	display:none;
}


.searchform{
	background:url(images/searchbg.png) no-repeat;
	width:256px;
	height:37px;
	position:absolute;
	margin:155px 0 0 875px;
	z-index:50;
}

.searchform .input{
	background:url(images/inputbg.png) no-repeat;
	width:226px;
	height:33px;
	border:0;
	position:absolute;
	margin:0;
	left:7px;
	top:4px;
	padding:0 0 0 20px;
	font-size:11px;
}

.searchform .gobtn{
	background:url(images/gobtn.png) no-repeat;
	width:39px;
	height:25px;
	border:0;
	cursor:pointer;
	position:absolute;
	margin:0;
	left:210px;
	top:8px;
}

a.learnmore{
	background:url(images/learnmore.png) no-repeat;
	width:356px;
	height:37px;
	display:block;
	clear:both;
	text-align:left;
	position:absolute;
	margin:155px 0 0 521px;
}

.links{
	text-align:center;
}

.links a{
	font-size:15px;
	color:#1B3745;
	text-decoration:none;
	line-height:25px;
}

/* social sharing*/

body.home #post{
	width:750px;
	margin:0 auto 20px auto;
	border-bottom:solid 1px #cccccc;
}

body.home #post h3{
	margin:0 !important;
	padding:0 0 5px 0 !important
}

.socialsharing{
	clear:both;
	overflow:hidden;
	padding:0 0 20px 0;
}

.socialsharing .left{
	float:left;
	padding:4px 0 0 0;
}

.socialsharing .right{
	float:right;
}

.socialsharing .left p{
	padding:0 !important;
	margin:0 !important;
}

/*navigation part css end*/

#content #work {
width:1130px;
height:auto;
}

/*left part css start*/
#content #work #left-work{
float:left;
width:800px;
height:auto;
}

#content #work #left-work #left-work-hd {
display:none;
}

#content #work #left-work #left-work-bg {
background:white;
border-radius:10px;
width:100%;
}


#content #work #left-work #left-work-ft {
display:none
}

#left-form {
width:811px;
height:auto;
}

#left-form-work {
background:url(images/left-form-BG.jpg) no-repeat;
width:759px;
height:189px;
margin-left:auto;
margin-right:auto;
}

#left-form-work p {
font-family:"Times New Roman";
font-size:14px;
font-weight:normal;
color:#FFFFFF;
text-align:left;
margin-top:4px;
}

#left-form-work .InptOne {
margin:0px;
padding:0px;
width:131px;
height:15px;
border:1px solid #A4ABB1;
padding-top:3px;
padding-bottom:3px;
margin-top:4px;
}

#post {
width:100%;
box-sizing:border-box;
padding:10px;
height:auto;
}

#post h3 {
margin:0px;
padding:0px;
font-family:Arial;
font-size:20px;
font-weight:normal;
color:#1B3745;
margin-right:100px;
padding-bottom:15px;
}

#post h3 a {
margin:0px;
padding:0px;
color:#1B3745;
text-decoration:none;
}

#post h3 a:hover {
margin:0px;
padding:0px;
color:#666666;
text-decoration:none;
}

#post p {
margin:0px;
padding:0px;
font-family:Arial;
font-size:14px;
font-weight:normal;
color:#000000;
margin-right:35px;
padding-bottom:15px;
}

#post p a {
margin:0px;
padding:0px;
color:#0000FF;
text-decoration:none;
}

#post p a:hover {
margin:0px;
padding:0px;
color:#666666;
text-decoration:none;
}
#post ul,li {
margin:0px;
padding:0px;
list-style:none;
}
#post li {
margin:0px;
padding:0px;
list-style:disc;
font-family:Arial;
font-size:14px;
font-weight:normal;
color:#000000;
margin-right:35px;
padding-bottom:10px;
margin-left:30px;
}

#post .postinfo img{
margin-right:8px;
}
#featured-comingSoon {
width:811px;
height:auto;
margin-left:17px;
}

#content #work h3 a:hover {
margin:0px;
padding:0px;
color:#666666;
text-decoration:none;
}

#content #work h3 {
margin:0px;
padding:0px;
font-family:Arial;
font-size:20px;
font-weight:normal;
color:#1B3745;
margin-right:100px;
padding-bottom:15px;
}

#content #work h3 a {
margin:0px;
padding:0px;
color:#1B3745;
text-decoration:none;
}

#content #work p {
margin:0px;
padding:0px;
font-family:Arial;
font-size:14px;
font-weight:normal;
color:#000000;
margin-right:35px;
padding-bottom:15px;
}

#content #work p a {
margin:0px;
padding:0px;
color:#0000FF;
text-decoration:none;
}

#content #work p a:hover {
margin:0px;
padding:0px;
color:#666666;
text-decoration:none;
}

#featured-comingSoon ul,li{
list-style:none;
}

#featured-comingSoon li{
float:left;
list-style:none;
width:195px;
height:auto;
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#000000;
text-align:left;
padding-bottom:5px;
padding-right:5px;
}

#featured-comingSoon li img{
margin:0px;
padding:0px;
float:left;
width:75px;
height:75px;
margin-right:15px;
}

#featured-comingSoon li a{
color:#3366CC;
text-decoration:none;
font-size:11px;
}

.innerpage{
	width:750px;
	margin-left:30px;
	padding-top:10px;
}

#simple-page p {
margin:0px;
padding:0px;
font-family:Arial;
font-size:14px;
font-weight:normal;
color:#000000;
line-height:22px;
margin-left:35px;
margin-right:20px;
padding-bottom:15px;
}

#simple-page ul {
list-style:none;
margin-left:20px;
}

#simple-page li {
list-style:outside;
font-family:Arial;
font-size:14px;
font-weight:normal;
color:#000000;
padding-bottom:5px;
}

#simple-page li a {
color:#3B5998;
text-decoration:none;
}

#simple-page li a:hover {
color:#3B5998;
text-decoration:underline;
}

#simple-page h1 {
margin:0px;
padding:0px;
font-family:Doppio One;
font-size:35px;
font-weight:normal;
color:#071C49;
margin-left:20px;
padding-bottom:15px;
}

#simple-page h2 {
margin:0px;
padding:0px;
font-family:Doppio One;
font-size:30px;
font-weight:normal;
color:#071C49;
margin-left:20px;
padding-bottom:15px;
}

#simple-page h3 {
margin:0px;
padding:0px;
font-family:Doppio One;
font-size:25px;
font-weight:normal;
color:#071C49;
margin-left:20px;
padding-bottom:15px;
}

#simple-page h4 {
margin:0px;
padding:0px;
font-family:Doppio One;
font-size:20px;
font-weight:normal;
color:#071C49;
margin-left:20px;
padding-bottom:15px;
}

#simple-page h5 {
margin:0px;
padding:0px;
font-family:Doppio One;
font-size:18px;
font-weight:normal;
color:#071C49;
margin-left:20px;
padding-bottom:15px;
}

#simple-page h6 {
margin:0px;
padding:0px;
font-family:Georgia;
font-size:16px;
font-weight:bold;
color:#071C49;
margin-left:20px;
padding-bottom:15px;
}


/* Related Articles */

#wp_rp_first{
	clear:both;
	overflow:hidden;
	margin:25px 0;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:30px 0 30px 0;
}

#wp_rp_first h3.related_post_title{
	padding:0 0 10px 0 !important;
	margin:0 !important;
}

#wp_rp_first .wp_rp_footer{
	display:none;
}

#wp_rp_first ul,
#wp_rp_first li
{
	padding:0;
	margin:0;
	list-style:none;
}

#wp_rp_first li{
	float:left;
	width:165px;
	margin:0 20px 0 0;
}

#wp_rp_first img{
	max-width:165px;
	height:auto;
	-webkit-border-radius:5px !important;
    border-radius:5px !important;
	margin:0 0 10px 0 !important;
}

#wp_rp_first a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
}


#wp_rp_first a:hover{
	text-decoration:underline;
}

/*left part css end*/

/*right part css start*/
#content #work #right-work{
float:right;
width:315px;
height:auto;
}

/*box-1 css start*/
#content #work #right-work #box-1 {
width:315px;
height:auto;
margin-bottom:6px;
}

#content #work #right-work #box-1 h6 {
font-family:Georgia;
font-size:17px;
font-weight:normal;
text-align:center;
color:#051E5F;
padding-bottom:10px;
}

#content #work #right-work #box-1 #box-1-hd {
background:url(images/box-1-hd.png) no-repeat;
width:315px;
height:20px;
}

#content #work #right-work #box-1 #box-1-bg {
background:url(images/box-1-bg.png) repeat-y;
width:315px;
height:auto;
}

#content #work #right-work #box-1 #box-1-ft {
background:url(images/box-1-ft.png) no-repeat;
width:315px;
height:20px;
}

.socialP img {
margin:0px;
padding:0px;
margin-right:3px;
}
/*box-1 css end*/

/*box-2 css start*/
#content #work #right-work #text-4 {
width:315px;
height:auto;
margin-bottom:6px;
}

#content #work #right-work #text-4 h6 {
font-family:Georgia;
font-size:17px;
font-weight:normal;
text-align:center;
color:#051E5F;
padding-bottom:10px;
}

#content #work #right-work #text-4 ul,li {
list-style:none;
margin-right:20px;
margin-left:11px;
}

#content #work #right-work #text-4 li {
border-bottom:1px solid #000000;
background:url(images/bulit1.png) no-repeat;
background-position:23px 7px;
padding-left:35px;
list-style:none;
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#091137;
padding-bottom:5px;
padding-top:5px;
}

#content #work #right-work #text-4 li a {
color:#091137;
text-decoration:none;
}

#content #work #right-work #text-4 li a:hover {
color:#666666;
text-decoration:none;
}
#content #work #right-work #text-4 li ul li {
border:0px;
background:url(images/bulit1.png) no-repeat;
background-position:23px 7px;
padding-left:35px;
list-style:none;
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#091137;
padding-bottom:8px;
padding-top:5px;
margin-left:-20px;
}
#content #work #right-work #text-4 #box-2-hd {
background:url(images/box-2-hd.png) no-repeat;
width:315px;
height:20px;
}

#content #work #right-work #text-4 #box-2-bg {
background:url(images/box-2-bg.png) repeat-y;
width:315px;
height:auto;
}

#content #work #right-work #text-4 #box-2-ft {
background:url(images/box-2-ft.png) repeat-y;
width:315px;
height:20px;
}
/*box-2 css end*/

/*box-3 css start*/
#content #work #right-work #box-3 {
width:315px;
height:auto;
margin-bottom:6px;
}

#content #work #right-work #box-3 #box-3-hd {
background:url(images/box-3-hd.png) no-repeat;
width:315px;
height:20px;
}

#content #work #right-work #box-3 #box-3-bg {
background:url(images/box-3-bg.png) repeat-y;
width:315px;
height:auto;
}

#content #work #right-work #box-3 #box-3-ft {
background:url(images/box-3-ft.png) repeat-y;
width:315px;
height:20px;
}

/*box-3 css end*/

#content #work #right-work #box-4-bg {
background: url(images/form-bg.png) no-repeat;
width:315px;
height:499px;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
}

/*right part css end*/

/*EXTRA CSS START*/

#commentlist {
padding:0px;
width:750px;
margin:0 auto;
font-family:Arial;
font-size:14px;
}

#commentlist p{
	padding:0 0 15px 0 !important;
	margin:0 !important;
	clear:both;
}

#commentlist li{
	padding:0 0 25px 0 !important; 
	margin:0 0 25px 0 !important;
	border-bottom:solid 1px #ccc;
}

#commentlist img.avatar{
	float:left;
	padding:0;
	margin:0 10px 10px 0;
}

#commentlist a{
	color:#000000;
}

#respons
{
	width:750px;
	margin:0px auto 0 auto;
}


h3#resp{
	color:#456270 !important;
	padding:0 0 10px 0 !important;
	margin:0 auto !important;
	width:750px;
}

#respons #respone-content {
width:700px;
}

#respons #respone-content h3 {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#153868;
}

h1#comments{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	width:750px;
	margin:0 auto;
	padding:0 0 10px 0;
}

#respons #respone-content p {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#071C49;
padding-bottom:10px;
}

#commentform input#author,
#commentform input#email,
#commentform textarea#comment
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px !important;
}

.sep{
	width:750px;
	border-top:solid 1px #ccc;
	clear:both;
	margin:20px auto 15px auto;
}


/*EXTRA CSS START*/
.center1{
margin-left:auto;
margin-right:auto;
}
.image1{text-align:center;}
.image1 span {margin-top:2px;}

.authorimgcss{
	-webkit-border-radius:10px !important;
    border-radius:10px !important;
}

.testimonials{
	padding:20px;
	-webkit-border-radius:10px;
    border-radius:10px;
	background-color:#fff !important;
	width:275px;
}

.testimonials p{
	font-size:14px !important;
	margin:0 !important;
}

.testimonials p span {
    color: #D2B362 !important;
    display: block;
    font-size: 11px !important;
	margin:5px 0 0 0 !important;
}

.testimonials h4 {
    color: #051E5F;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
	text-align:center;
}

.bottominfo{
	padding:15px 0;
	border-top:solid 1px #ccc;
	width: 750px;
	margin:20px auto 0 auto;
}

.clear{
	clear:both;
}

.buy_info{
	clear:both;
}

.buy_offer {
    border-bottom: 1px solid #D7BB71;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 760px;
}

.buy_offer img {
	float: right;
	margin: 20px 0 15px 0px;
}
.buy_offer h4 {
	font-size: 20px;
}
.buy_offer .price {
	font-size: 12px;
}
.buy_offer .by {
	color: #555;
	font-size: 12px;
}
.buy_offer p {
	margin-bottom: .6em;
}
.buy_offer .new {
	color: #b95b1e;
}
.price .list {
	text-decoration: line-through;
}
.price .save {
	color: #b95b1e;
}
.price .your_price {
	font-size: 14px;
}
.price .your_price span {
	font-weight: bold;
	color: #1F3340;
}
.buy_offer a {
	background: #FFFFFF;
	color: #b95b1e;
	padding: 1px 1px;
	font-size: 16px;
	float: left;
	margin-top: 1px;
}
.buy_offer a:hover {
	text-decoration: none;
}

/* authors */

.authorname{
	padding:0 0 15px 30px !important;
}

.authorsc{
	clear:both;
	padding:0 0 20px 0;
	margin:0 auto;
	width:750px
}

.authorsc .authorimg{
	float:left;
	width:180px;
}

.authorsc .authordesc{
	float:left;
	width:570px;
}

.authorsc .authordesc h3 a {
    color: #1B3745 !important;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.authorsc .clear{
	clear:both;
}


/*sidebar*/

#sidebar{
	padding:0;
	margin:0;
}

#sidebar ul{
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar li{
	padding:0;
	margin:0;
}


/*Related Articles*/

.related-posts{
	overflow:hidden;
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:15px 0;
	margin:15px 0 25px 0;
}

.related-posts h2{
	font-size:18px;
	padding:0 0 5px 0;
	margin:0;
	color:#003366;
}

.related-posts ul{
	padding:0 !important;
	margin:0 0 0 14px !important;
}

.related-posts ul li{
	padding:0 !important;
	margin:0 !important;
	list-style:disc !important;
	display:list-item !important;
}

.related-posts ul li a{
	color:#003366;
	text-decoration:none;
	line-height:20px;
	font-size:14px;
}

.page-id-449 .related-posts,
.page-id-420 .related-posts,
.page-id-490 .related-posts,
.page-id-15 .related-posts,
.page-template .related-posts,
.page-id-791 .related-posts
{
	display:none !important;
}

#left-work-bg .navigation{
	width:685px;
	margin:0 auto;
}


.footer {
    clear: both;
    display: block;
    padding: 20px 0;
    text-align: center;
}

.footer a {
    color: #275064;
    font-size: 15px;
    text-decoration: none;
}


h3#allcategoriesh{
	padding:0 0 15px 20px !important;
}

ul#allcategories{
	padding:0 0 125px 0;
	margin:0 0 0 10px;
	overflow:hidden;
}

ul#allcategories li{
	width:225px;
	float:left;
	padding:0 0 5px 0;
}


ul#allcategories li a{
	font-size:14px;
	color:#1B3745;
	text-decoration:none;
}