@charset "utf-8";
/*
Theme Name: CTC Theme v1.3
Theme URI: http://considertheconsumer.com
Author: Sophia (Designer), Alex (Developer)
Description: Wordpress theme that designed for CTC site.
Version: 1.3

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CTCTheme

### Ver1.2.7 (02/07/2017) ############################
	1. Added Author name and date on the website
	
### Ver1.2.6 (02/05/2017) ############################
	1. Added TrustedSite to the header

### Ver1.2.5 (12/06/2017) ############################
	1. Removed adding style.css function from functions.php
	
### Ver1.2.4 (09/05/2017) ############################
	1. Added Report Fraud Page.
	2. Added "Report Fraud" link on the home page
	
### Ver1.2.4 (09/05/2017) ############################
	1. Added Tel field on Complain Page.
	
### Ver1.2.3 (08/09/2017) ############################
	1. Added About us on social bar
	2. Added Author name (but commented out for now)
	
### Ver1.2.2 (08/09/2017) ############################
	1. Added Name in Complain Page
	
### Ver1.2.1 (07/21/2017) ############################
	1. Adjust the visibility of Sticky post arrow
	2. Made Sticky post image clickable
	3. Increasing Front page posts

### Ver1.2 (06/22/2017) ############################
	1. Added NewsLetter Subscription bar under posts

### Ver1.1 (06/15/2017) ############################
	1. Added Anti-Spam system
	2. Added WP Smush for compress images
	3. Added GZip and leverage browser caching
*/

/*######################################################################################################*/
/*	Global																								*/
/*######################################################################################################*/
/*==============================================*/
/*	Global										*/
/*==============================================*/
body{
	width:100%;
	
	margin:0;
	font-family:Open sans, Arial, san-serif;
}

h3{margin:0;}

a[href]{
	text-decoration:none;
	color:#028a98;
	transition:all 500ms;
}
a[href]:hover{color:#FF541C;}



.clear{clear:both;}

.H_hr{border:0; border-bottom:1px solid #AAA;}

#PageWrapper{
	width:1200px;
	margin:10px auto;
}

.PageLeftWrapper{
	width:840px;
	margin-top:15px;
	float:left;
}

.PageRightWrapper{
	width:320px;
	margin-top:15px;	
	float:right;
}

/*######################################################################################################*/
/*	Widget Related																						*/
/*######################################################################################################*/
/*==============================================*/
/*	Widget										*/
/*==============================================*/
.widget{
	margin:10px auto;
	padding:15px;
}

.widget-title{
	margin:10px 0;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
}

.widget ul{
	margin:0;
	padding-left:20px;
}

.widget li{
	margin:10px 0;
	color:#028a98;
}

section.widget_complaintbtn_widget{margin:-6px auto 10px; padding:0;}
section.widget_quickhitbtn_widget{margin:10px auto;	padding:0;}
section.widget_search{padding:0;}

section.widget_newcatpost_widget{
	box-shadow:0px 0px 10px #999;
	border-left:4px solid #FF541C;
		
	background-color:#F7F5EA;
}


	
/*==============================================*/
/*	Related Post								*/
/*==============================================*/
.related_postlist{
	padding:15px 20px;
	
	box-shadow:0px 0px 10px #999;
	border-left:4px solid #FF541C;
		
	background-color:#F7F5EA;
}

.related_postlist hr:first-of-type{
	border-color:#000;
}


	

/*==============================================*/
/*	Quick Hit List								*/
/*==============================================*/
#HomeQHList{
	margin-top:30px;
}

.home_QHlist{
	width:290px;
	padding-top:0;
	background-color:#add3d4;
}

.home_QHlist h3{
	padding-top:10px;
}

.home_QHlist h3+p{
	margin-top:0;
	padding-left:5px;
	
	font-size:13px;
}

/*######################################################################################################*/
/*	Content Related																						*/
/*######################################################################################################*/
/*==============================================*/
/*	Content										*/
/*==============================================*/
.contentWrapper img{
	max-width:100%; /* So user uploaded image will not outside the wrapper */
	height:auto;
}

.contentWrapper .postCat{
	margin:15px 0;
	font-size:14px;
}

.contentWrapper .postTitle{
	margin:2px 0 0px;
	display:inline-block;
}

.contentWrapper .postInfo{
	margin-top:0px;
	font-size:14px;
	color:#888;
	display:block;
}

/*==============================================*/
/*	Content	List								*/
/*==============================================*/
.contentListWrapper{
	margin-top:20px;

}

.contentListWrapper .postCat{
	margin:0;
	font-size:14px;
}

.contentListWrapper .postTitle{
	margin:2px 0 10px;
}

.contentListWrapper p{
	margin-top:5px;
}

.contentListWrapper .wp-post-image{
	margin:0 15px 15px 0;
	float:left;
}

/*==============================================*/
/*	Content	Archive								*/
/*==============================================*/
.archiveContentWrapper{
	width:100%;
	/* height:280px; */
	
	padding:15px;
	/* border-right:1px #AAA solid; */
	border-bottom:1px #AAA solid;
	
	box-sizing:border-box;
	
	float:left;

}

.archiveContentWrapper:nth-of-type(3n+0){
	border-right:0;
}

.archiveContentWrapper .postTitle{
	margin-top:0;
}

/*######################################################################################################*/
/*	Comment Related																						*/
/*######################################################################################################*/
/*==============================================*/
/*	Comment	List								*/
/*==============================================*/
#CommentWrapper{
	margin:50px 50px;
}

#CommentListWrapper{
	margin-bottom:50px;
}

#CommentList{
	margin:0;
	padding:0;
	list-style:none;
}

.comment-body{
	padding:30px 0;
	border-bottom:1px #AAA solid;
}

.comment-author>img{
	margin-right:20px;
	float:left;
}

.comment-author>cite{
	font-size:24px;
	font-weight:bold;
}

.says{
	width:1px;
	height:1px;
	
	clip: rect(1px, 1px, 1px, 1px);
	
	overflow:hidden;
	clear:both;
	position:absolute !important;
}

.comment-meta{margin:3px 0 30px;}
.comment-meta>a{
	font-size:18px;
	color:#888;
	text-decoration:none;
}

.reply{
	margin-top:30px;
}

.reply a{
	padding:5px 10px;
	border:1px #AAA solid;
	
	color:#888;
	letter-spacing:2px;
	text-transform:uppercase;
	text-decoration:none;
	
	transition:all 500ms;
}

.reply a:hover{
	border:1px #333 solid;
	color:#333;
}

.comment-form{
	height:60px;
	overflow:hidden;
	transition:height 500ms;
}

#commentform:focus{
	color:red;
}

/*==============================================*/
/*	Comment	Form								*/
/*==============================================*/
/* Overwritten WP Original */
#reply-title{
	margin-bottom:20px;
	font-size:18px;
	font-style:italic;
}

/*######################################################################################################*/
/*	Search Related																						*/
/*######################################################################################################*/
/*==============================================*/
/*	Search Bar									*/
/*==============================================*/
.search_form{
	width:100%;
	margin:15px 0;
}

.search_input{
	width:85%;
	height:40px;
	
	margin:0;
	padding:10px;
	
	border:1px solid #AAA;
	border-right:0;
	box-sizing:border-box;
	box-shadow:0px 0 5px 0 #AAA;
	
	float:left;
}

.search_btn{
	width:15%;
	height:40px;
	
	border:1px solid #AAA;
	border-left:0;	
	box-sizing:border-box;
	box-shadow:0px 0 5px 0 #AAA;

	float:left;
}

.search_input:focus{outline:0;}
.search_btn:focus{outline:0;}
.search_btn:hover{cursor:pointer;}

/*######################################################################################################*/
/*	Pagination Related																					*/
/*######################################################################################################*/
/*==============================================*/
/*	Pagination									*/
/*==============================================*/
.pagination{
	margin:70px auto;
	text-align:center;
}

.nav-links .page-numbers{
	width:50px;
	height:50px;
	
	margin:0 10px;
	border:1px #DDD solid;
	
	font-size:24px;
	color:#000;
	line-height:50px;
	
	display:inline-block;
	
	transition:all 500ms;
	-webkit-transition:all 500ms;
}

.nav-links .page-numbers:hover{border:1px #333 solid;}
.page-numbers.current{border:1px #333 solid;}
.page-numbers.dots{border:0;}

.screen-reader-text{
	width:1px;
	height:1px;
	
	clip: rect(1px, 1px, 1px, 1px);
	
	overflow:hidden;
	clear:both;
	position:absolute !important;	
}
	
/*######################################################################################################*/
/*	Header Related																						*/
/*######################################################################################################*/
/*==============================================*/
/*	Header										*/
/*==============================================*/
#Gheader{
	width:100%;
	height:100px;
	box-shadow:0px 0px 10px #999;
	
	background-color:#f7f5ea;
}

#Gheader-logo{position:relative;}

#Gheader-logoIMG{
	width:313px;
	height:100px;

    background-image:url("images/CTC_Logo_Long.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color:#ff541c;
}

#Gheader-logoIMG>a{width:100%; height:100%; display:block;}

#Gheader-siteName{
	font-family:Georgia,serif;
	font-size:24px;
	font-style:italic;
	
	position:absolute;
	left:200px;
	top:30px;
}



#Gheader-navBtn{
	padding:0 40px;

	font-size:40px;
	font-style:normal;
	line-height:100px;
	color:#028a98;
	
	float:right;
	position:relative;
	z-index:1;
	display:block;
	
	transition:all 500ms;
}
#Gheader-navBtn:hover{
	cursor:pointer;
	color:#FF541C;
}


#Gheader-nav{
	height:100%;
	padding:50px 0 30px 30px;

	position:fixed;
	right:-110%;
	z-index:100;
	
	overflow:auto;
	/*
	box-shadow:0px 0px 10px #999;
	background-color:rgba(255,255,255,0.75);
	*/
}

#Gheader-navClose{
	height:50px;
	
	padding:0 10px;
	border-left:4px solid #FF541C;
	box-shadow:0px 0px 10px #999;
	box-sizing:border-box;
	
	
	font-size:40px;
	font-style:normal;
	line-height:46px;
	color:#028a98;
	
	background-color:#F7F5EA;
	
	position:absolute;
	right:0;
	top:0;
	
	transition:all 500ms;
}
#Gheader-navClose:hover{
	cursor:pointer;
	color:#FF541C;
}

#Gheader-nav ul{list-style:none;}
.GNav{padding:0;}


.GNav li{
	position:relative;
	right:-110%;
}

.GNav li>a{
	height:30px;
	margin-bottom:10px;
	padding:5px 20px;
	
	border-left:4px solid;
	border-left-color: rgba(255,84,28, 0.25);
	box-shadow:0px 0px 10px #999;
	
	line-height:30px;
	
	
	background-color:#F7F5EA;
	
	display:block;
	
	transition:all 0.5s;
}

.GNav li>a:hover{
	border-left-color: rgba(255,84,28, 1);
}

.GNav .sub-menu{
	padding:0 0 0 20px;
	list-style:none;
}

#BlurMask{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
	background-color:rgba(255,255,255,0.75);
	
	visibility:hidden;
}

/*==============================================*/
/*	Social Bar									*/
/*==============================================*/
#Gheader-Sbar_Wrapper{
	width:1200px;
	height:50px;
	
	margin:25px auto 15px;	
	padding:5px 10px;
	border-left:4px solid #FF541C;
	box-shadow:0px 0px 10px #999;
	box-sizing:border-box;
	
	background-color:#F7F5EA;
	position:relative;	
}

.SocialBar{width:100%;}
.SocialBar a{margin-right:5px;}
.SocialBar i{font-size:40px;}
.SocialBar .fa-envelope{font-size:38px;}

#Sbar_TextNav{
	margin-right:20px;
	
	font-size:24px;
	
	position:absolute;
	right:0;
	top:-16px;
}

#Sbar_TextNav>a{
	margin-right:5px;
	margin-left:5px;
}

#Sbar_TextNav>i{
	font-size:8px;
	position:relative;
	top:-5px;
}

/*######################################################################################################*/
/*	Footer Related																						*/
/*######################################################################################################*/
/*==============================================*/
/*	Footer										*/
/*==============================================*/
#Gfooter{
	width:1200px;
	margin:30px auto 0;
	box-shadow:0px 0px 10px #999;
	border-left:4px solid #FF541C;
		
	background-color:#F7F5EA;
}

#Gfooter .widget{
	margin:0;
	padding:0;

	background-color:transparent;
} 

#Gfooter .widget_customizablelink,
#Gfooter .widget_contactinfo{
	padding-bottom:15px;
}

#Gfooter li{
	list-style:none;
} 

.GFooter_Parts{
	width:400px;
	padding:50px 35px;		
	height:280px;
	box-sizing:border-box;
	
	float:left;		
}
/*==============================================*/
/*	Footer Left									*/
/*==============================================*/
#GFooter_Left{
	border-right:1px solid #DDD;
}

#GFooter_Left .SocialBar{
	height:auto;
	margin:0;
	padding:0 0 15px 0;
	box-shadow:none;
}

#GFooter_Left .SocialBar>a:last-of-type{
	margin-right:0;
}

#GFooter_Left>section:last-of-type{
	margin-bottom:0;
}

.widget_contactinfo dl{
	margin:0;
}

.widget_contactinfo dd{
	margin-top:5px;
	margin-left:10px;
}

.widget_contactinfo i{
	margin-right:10px;
	font-size:20px;
}

/*==============================================*/
/*	Footer Center								*/
/*==============================================*/
#GFooter_Center{
	border-right:1px solid #DDD;
}

#GFooter_Center h2{
	margin-top:0
}

div.tnp-widget-minimal input.tnp-submit{background-color:#028a98; transition:all 500ms;}
div.tnp-widget-minimal input.tnp-submit:hover{cursor:pointer; background-color:#FF541C;;}
div.tnp-widget-minimal input.tnp-email{border:1px solid #AAA;}

/*==============================================*/
/*	Footer Right								*/
/*==============================================*/
#GFooter_Right{
}

#GFooter_ARR{
	margin:0;
	font-size:13px;
	line-height:16px;
}

/*######################################################################################################*/
/*	Home Page Related																					*/
/*######################################################################################################*/
/*==============================================*/
/*	Home SideBar								*/
/*==============================================*/
#HomeFeatured{
	width:840px;	
	height:400px;
	margin-top:16px;
	
	float:left;
	
	overflow:hidden;
	
	position:relative;
}

#FeaturedImageWrapper{
	width:500%;
	position:absolute;
	left:0;
	
	transition: left 1s;
}

.FeaturedImages{
	width:840px; /* Used in JS */
	height:400px;
	
	margin:0;
	float:left;
	
	position:relative;
}

.FeaturedImages>img{
	width:840px;
	height:400px;
}

.FeaturedImages>figcaption{
	width:94%;
	
	padding:10px 3%;
	
	font-size:20px;
	font-style:italic;
	
	position:absolute;
	bottom:0;
	left:0;
	
	background-color:rgba(255,255,255,0.75);
}

.figCapLink{
	text-decoration:none;
	color:#000;
}

.figCapLink:after{
	padding:5px 10px;
	content:"\f054";
	font-family:FontAwesome;
	font-style:normal;
}

.figImgLink{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
}


.FeaturedArrow{
	width:32px;
	height:50px;
	padding:0 10px;
	margin-top:-25px;
	
	font-size:48px;
	text-shadow: 0px 2px 2px #EEE;
	
	position:absolute;
	top:50%;
	z-index:10;
	
	transition:text-shadow 200ms;
}

.FeaturedArrow:hover{cursor:pointer;text-shadow: 0px 0px 5px #FFF;}
.FeaturedArrow_ToRight{right:0;}
.FeaturedArrow_ToLeft{left:0;}


#HomeSidebar{
	width:320px;
	float:right;
}

/*==============================================*/
/*	Home Post List								*/
/*==============================================*/
#HomePostListWrapper{
	margin:20px auto 0;
	box-shadow:0px 0px 10px #999;
	border-left:4px solid #FF541C;
	background-color:#F7F5EA;
}

section.home_postlist{
	width:25%;
	/*height:250px;*/
	margin:0;
	padding:5px 20px;
	border-left:0;
	/*border-right:1px #AAA solid;*/
	box-shadow:none;
	box-sizing:border-box;

	float:left;
}


.home_postlist:last-of-type{
	border-right:0;
}

/*==============================================*/
/*	Home News Post								*/
/*==============================================*/
#HomeNewPostList{
	margin-top:30px;
}

/*######################################################################################################*/
/*	Complaint Related																					*/
/*######################################################################################################*/
/*=== Shared ===*/
.requiredStar{color:red;}
.input_warming{background-color:#ffdbdb;}
.InvalidMsg{
	color:red; 
	font-weight:bold; 
	
	display:none;
}

.required:after{
	content:"*";
	color:red;
	margin:0 5px;
}

/*=== Label Style ===*/
#Complaint_Form>label{display:block;}

/*=== Input Style ===*/
.Form_input{
	width:100%;
	
	margin-bottom:30px;
	padding:10px 15px;
	border:1px #CCC solid;
	box-sizing:border-box;
	
	font-family:Open sans, Arial, san-serif;
	font-size:18px;
	
	transition:all 500ms;	
}
.Form_input:focus{
	outline:0;
	border:1px #000 solid;
}

#Complaint_Form>textarea{resize:none;}
#Input_desc{height:100px;}
#Input_comp{height:250px;}

/*=== Button Style ===*/
.Form_btn{	
	padding:5px 30px;
	border:2px solid #AAA;
	border-radius:3px;
	
	font-size:18px;
	background-color:#EFEFEF;
	
	transition:all 500ms;
}

.Form_btn:hover{
	cursor:pointer;
	border:2px solid #111;
}

#Form_ImageBtn{
	margin:5px 20px 30px 0;
	display:inline-block;
	text-align:center;
}

.Form_file{
	margin:0;
	display:inline-block;	
}

#Form_submit{margin-bottom:50px; float:right;}

/*######################################################################################################*/
/*	NewsLetter Related																					*/
/*######################################################################################################*/
.NewsletterForm_1{
	width:100%;
	padding:10px 0;
	margin:30px auto 0;
	text-align:center;
	
	/*background-color:#DDD;*/
	
	box-shadow:0px 0px 10px #999;
	box-sizing:border-box;
	border-left:4px solid #FF541C;
		
	background-color:#F7F5EA;
	
}

.NewsletterForm_1>p{
	display:inline-block;
	
	font-weight:700;
	font-style:italic;
	color:#028a98;
}

.NewsletterForm_1>input{
	margin-left:10px;
	padding:10px;
}

.NewsletterForm_1>input[type="submit"]{
	padding:10px 20px;
	border:0;
	border-radius:5px;
	
	color:#FFF;
	
	background-color:#028a98;
	
	transition:all 500ms;
}

.NewsletterForm_1>input[type="submit"]:hover{
	cursor:pointer;
	background-color:#FF541C;
}

.widget_post_subscribe{
	margin:100px 50px 50px;
	padding:0;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*																										*/
/*	Mobile Site Style																					*/
/*																										*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*----------------------------------------------------------------------*/
/*	1300px																*/
/*----------------------------------------------------------------------*/
@media screen and (max-width: 1300px){
/*=== Global =====*/
#PageWrapper{width:960px;}
.PageLeftWrapper{width:600px;}

/*=== Header - Social Bar =====*/
#Gheader-Sbar_Wrapper{width:960px;}

/*=== Footer =====*/
#Gfooter{width:960px;}
.GFooter_Parts{width:320px;}

/*=== Home =====*/
#HomeFeatured{width:600px;}
.FeaturedImages{width:600px;}
.FeaturedImages>img{width:600px;}

}

/*----------------------------------------------------------------------*/
/*	1000px																*/
/*----------------------------------------------------------------------*/
@media screen and (max-width: 1000px){
/*=== Global =====*/
#PageWrapper{width:96%; margin:10px 2%;}
.PageLeftWrapper{width:96%; margin:10px 2%;}
.PageRightWrapper{width:96%; margin:10px 2%;}
/*=== Header - Social Bar =====*/
#Gheader{
	height:66px;
}

#Gheader-logoIMG{
	width:204px;
	height:66px;
	padding-left:4px;

	background-size:204px 66px;
}

#Gheader-siteName{
	font-size:20px;
	left:115px;
	top:17px;
}

#Gheader-nav{box-sizing:border-box;}

#Gheader-navBtn{
	padding:0 20px;
	line-height:66px;
}

#Gheader-Sbar_Wrapper{width:96%; margin:15px 2%;}

/*=== Footer =====*/
#Gfooter{width:96%; margin:20px 2% 0;}
#GFooter_Left{border-right:0;}
#GFooter_Center{border-right:0;}
#GFooter_Right{}
	
.GFooter_Parts{
	width:60%;
	height:auto;
	padding:30px 20px;
	margin:0 auto;
	border-bottom:1px solid #DDD;
	
	text-align:center;
	float:none;
}

#Gfooter .widget_contactinfo{
	padding-bottom:0;
}

/*=== Home =====*/
#Page_Home .NewsletterForm_1{display:none;}

#HomeFeatured{
	width:96%; 
	height:auto;
	margin:10px 2%;
	float:none;
}

#FeaturedImageWrapper{width:100%; position:static;}
.FeaturedImages{width:100%;	height:auto; margin-bottom:15px; float:none;}
.FeaturedImages>img{width:100%; height:auto;}
.FeaturedArrow{display:none;}


#HomeSidebar{
	width:96%;
	margin:10px 2%;
	float:none;
}

section.widget_complaintbtn_widget,
section.widget_quickhitbtn_widget{
	width:50%;
	margin:0 auto 20px;
	float:left;
}

.Complain_btn_wrapper,
.QuickHit_btn_wrapper{margin:0 auto;}

section.home_postlist{width:100%; float:none;}

.home_QHlist{width:100%; box-sizing:border-box;}
.home_QHlist .QuickHitList_art{width:50%; min-width:290px; margin:30px auto 0; float:left;}
.home_QHlist .QuickHitList_art>figure{width:290px;margin:0 auto;}

/*=== Comment ===*/
#CommentWrapper{margin:50px 2%;}


}

/*----------------------------------------------------------------------*/
/*	768px																*/
/*----------------------------------------------------------------------*/
@media screen and (max-width: 768px){

#Sbar_TextNav{
	display:none;
}

/*=== Footer =====*/
.GFooter_Parts{width:80%;}

/*=== Home =====*/
section.widget_complaintbtn_widget,
section.widget_quickhitbtn_widget{
	width:100%;
	float:none;
}

.home_QHlist .QuickHitList_art{width:100%;}	

/*=== Content ===*/
.archiveContentWrapper{
	width:100%;
	height:auto;
	border-right:0;
}

}

/*----------------------------------------------------------------------*/
/*	560px																*/
/*----------------------------------------------------------------------*/
@media screen and (max-width: 560px){


/*=== Footer =====*/


/*=== Home =====*/
.contentListWrapper>a:first-child{display:block; text-align:center;}
.contentListWrapper .wp-post-image{
	width:100%;
	height:auto;
	float:none;
}

}

/*----------------------------------------------------------------------*/
/*	480px																*/
/*----------------------------------------------------------------------*/
@media screen and (max-width: 480px){



#Gheader-siteName{
	font-size:12px;
	left:95px;
	top:10px;
}



/*=== Footer =====*/
#Gfooter{margin:20px 1% 0}

/*=== Home =====*/
.home_QHlist .QuickHitList_art{min-width:0;}
.home_QHlist .QuickHitList_art>figure{width:auto;}
.QuickHitList_art img{height:auto;}

}