/*
Theme Name: THINK IN COLOUR
Theme URL: http://www.think-in-colour.com.au/
Description: Official WordPress theme for THINK IN COLOURS's website.
Author: Carlos Castillo
Author URI: http://www.carloscastillo.com.au
Version: 2.2

/* RESET ALL */

 html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

html, body {
	height: 100%;
}
body {
	background: #ffffff url(images/page_bg.png) fixed top center;
	font-family: 'Signika Negative', Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #4d4f51;
}
strong {
	font-weight: 600;
}
.hover_fx {
	opacity: 1;
	transition: all ease-in .2s
}
.hover_fx:hover {
	opacity: .6;
}
.clear_fix {
	clear: both;
}
.clear_fix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfooter { /* needed for positioning the footer */
	height: 310px;
	clear: both;
}
input[type=text],
input[type=email],
textarea,
input[type=submit] { /* Fixes issues on iOS */
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
img.alignleft {
	float: left;
	margin: 7px 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 7px 0 10px 10px;
}

img.aligncenter {
	margin: 7px auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    padding: .7em 0 .5em;
    line-height: 1.2em;
    font-size: .8em;
    font-style: italic;
    text-align: center;
}

#container {
	width: 980px;
	min-height: 100%;
	margin: 0 auto -310px;
	position: relative;
}



/*** HEADER ***/
#header {
	min-width: 980px;
	background: #ffffff;
}
#header .inner {
	width: 980px;
	height: 208px;
	margin: 0 auto;
	position: relative;
}
#header .logo {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 200px;
	height: 183px;
	background-size: 100% 100% !important;
	text-indent: -9999px;
}
/*** end HEADER ***/



/*** COLUMN CONTENT ***/
#col_content {
	width: 980px;
}
.the_post {
	padding: 40px 80px 40px 60px;
	background: url(images/container_bg.png);
	box-shadow: 5px 7px 5px -2px rgba(0,0,0,0.36);
}
.the_post a, #comments_panel a {
	color: #13A89E;
	font-weight: 600;
	text-decoration: none;
}
.the_post a:hover {
	text-decoration: underline;
}
.single_bottom {
	margin-bottom: 55px;
}
.the_post img {
	max-width: 100%;
	height: auto;
}
.the_post h1,
.the_post h2 {
	font-size: 30px;
	line-height: 32px;
	font-family: 'Noto Sans', cursive;
	padding-bottom: 22px;
}
.the_post h1.archive_title,
.the_post h2.archive_title {
	padding-bottom: 0;
}
.the_post h1 a,
.the_post h2 a {
	text-decoration: none;
	font-weight: 300;
}
.the_post h4 {
	font-size: 22px;
	font-family: 'Noto Sans', cursive;
	padding-bottom: 6px;
}
.the_date {
	margin-top: -2px;
	font-size: 13px;
	font-weight: 600;
}
.the_post p, #comments_panel p {
	line-height: 22px;
	padding-bottom: 18px;
}
.the_post li {
	margin-left: 1.5em;
	padding-bottom: 3px;
}
.but_comments {
	display: block;
	width: 200px;
	height: 72px;
	background: url(images/but_comment.png) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: -45px;
	margin-bottom: 55px;
	margin-left: 780px;
}
.but_comments:hover {
	background-position: 0 -77px;
}
/*** end COLUMN CONTENT ***/



/*** PAGINATION ***/
.pagination_wrapper {
	height: 68px;
	margin: -30px 0 50px 0;
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	overflow: auto;
	background: url(images/pagination_wrapper_bg.png) top center no-repeat;
}
.pagination_wrapper:before { /* Need for centering .pagination properly */
	content: '';
	display: inline-block;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.pagination {
	display: inline-block;
	zoom: 1; /* For IE7 */
}
.pagination span, .pagination a {
	display: block;
	float: left;
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	color: #4d4f51;
	text-decoration: none;
	background: #ecedee;
	border-radius: 10px;
}
.pagination span.pages {
	background: #ffffff;
}
.pagination a:hover {
	color: #ffffff !important;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #ffffff;
}
/*** end PAGINATION ***/



/*** COMMENTS ***/
#comments_panel {
	margin: 40px 0 80px;
	padding: 40px 80px 40px 60px;
	box-shadow: 5px 7px 5px -2px rgba(0,0,0,0.36);
	background: #e7e7e7;
}
#comments_panel h3 {
	font-size: 24px;
	line-height: 26px;
	font-family: 'Noto Sans', cursive;
	padding-bottom: 26px;
	color: #000000;
}
#comments_list {
	padding-left: 1.5em;
}
input.comment_field, textarea.comment_field {
	display: block;
	padding: 4px 7px;
	background: #ffffff;
	border: 1px solid #9c9c9c;
	color: #000000;
	font-family: 'Signika Negative', Helvetica, sans-serif;
	font-size: 15px;
}
textarea.comment_field {
	width: 500px;
	height: 160px;
}
input.comment_submit {
	display: inline-block;
	margin-bottom: 18px;
	background: #333333;
	color: #ffffff;
	border: 0 none;
	padding: 4px 7px;
	border-radius: 10px;
	cursor: pointer;
}
input.comment_submit:hover {
	background: #666666;
}
/*** end COMMENTS ***/



/*** CONTACT ***/
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 90% !important;
	max-width: 500px !important;
	border: 0 none;
	background: #e8e8e9;
	font-family: inherit;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px 10px;
}
.contact-form textarea {
	height: 5em !important;
}
.contact-form input[type=submit] {
	border: 0 none;
	color: #ffffff;
	font-family: inherit;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px 10px;
	cursor: pointer;
	opacity: 1;
	transition: opacity ease-in .2s;
}
.contact-form input[type=submit]:hover {
	opacity: .5;
}
/*** CONTACT ***/


/*** FOOTER ***/
#footer {
	position: relative;
	min-width: 980px;
	height: 255px;
	padding-top: 55px;
	background: url(images/footer_bg.png) repeat-x;
	font-size: 13px;
}
#footer_inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#footer h4 {
	color: #ac6249;
	font-size: 25px;
	font-family: 'Noto Sans', cursive;
}
#footer_archives_list {
	position: absolute;
	left: 50px;
	width: 190px;
}
#footer_recent_list {
	position: absolute;
	width: 312px;
	left: 290px;
}
#footer_archives_list ul, #footer_recent_list ul {
	list-style: none;
}
#footer_archives_list li, #footer_recent_list li {
	line-height: 22px;
}
#footer_archives_list a, #footer_recent_list a {
	color: #b5a6a1;
	text-decoration: none;
}
#footer_archives_list a:hover, #footer_recent_list a:hover, .contact_email:hover, #footer_copyright a:hover {
	text-decoration: underline;
}
#contact_panel {
	position: absolute;
	right: 0;
	top: -90px;
	width: 312px;
	height: 272px;
	background: url(images/contact_panel_bg.png) no-repeat;
	color: #191516;
	font-size: 16px;
	line-height: 22px;
}
#contact_panel_inner {
	width: 262px;
	padding: 65px 0 0 20px;
	text-align: center;
	/* Safari */
	-webkit-transform: rotate(2deg);
	/* Firefox */
	-moz-transform: rotate(2deg);
	/* IE */
	-ms-transform: rotate(2deg);
	/* Opera */
	-o-transform: rotate(2deg);
}
#contact_panel h6 {
	font-size: 25px;
	font-family: 'Noto Sans', cursive;
	padding-bottom: 18px;
}
#contact_panel_inner a {
	color: inherit;
	text-decoration: none;
}
.contact_email {
	display: block;
	width: 262px;
	height: 28px;
	line-height: 22px;
	background: url(images/contact_email_bg.png);
	color: #191516;
	text-decoration: none;
}
ul.footer_social_media {
	overflow: auto;
	list-style: none;
	margin-top: 8px;
}
.footer_social_media li {
	display: inline-block;
	margin: 0 2px;
}
.footer_social_media img {
	width: 28px;
	height: auto;
}
.footer_social_media img:hover {
	opacity: 0.6;
}
#footer_copyright {
	position: absolute;
	right: 10px;
	top: 205px;
	color: #664c42;
}
#footer_copyright a {
	color: #b5a6a1;
	text-decoration: none;
}
/*** end FOOTER ***/


/*** VIDEO GALLERY ***/
.youtubeFeederplaylist {
	background: none !important;
	border: 0 none !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.youtubeFeeder {
	margin: 0 !important;
	overflow: auto !important;
	padding-bottom: 30px !important;
}
.youtubeVideo {
	margin-right: 0 !important;
	padding-bottom: 20px !important;
}
.youtubeFeederPlaylistList {
	width: 560px !important;
	height: 205px !important;
	padding-top: 5px !important;
	overflow: auto;
}
.the_post .youtubeFeederPlaylistList li {
	width: 258px !important;
	height: 90px !important;
	font-size: 11px !important;
	margin-right: 3px !important;
	margin-left: 2px !important;
	margin-bottom: 5px !important;
}
.the_post .currentvideo {
	background: #c8c7c7 !important;
}
.the_post .currentvideo a {
	color: #000000 !important;
}
/*** end VIDEO GALLERY ***/


/* ACCORDIONS */
.accordion-wrapper .sharedaddy {
    display: none;

}
.accordion-wrapper {
  margin-bottom: 2em; }

.accordion-row {
  margin-bottom: 1em;
  border-bottom: 1px solid #c9ced2;
}

.accordion-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1em 10px;
  transition: all ease-in 0.2s;
}
.accordion-button:hover {
    background: rgba(237, 239, 242, .65);
    text-decoration: none !important;
}
.accordion-button:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    color: #d9dbdd !important;
    font-size: 3em;
    transform: translateY(-50%) rotate(0deg);
    transition: transform ease-in .2s;
}
.accordion-button.accordion-active:after  {
    transform: translateY(-50%) rotate(45deg);
}
.accordion-button .thumb {
    float: left;
    width: 150px;
    margin-right: 30px;
}
.accordion-button .thumb img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.accordion-button h3 {
    padding-top: 40px;
    color: #4d4f51 !important;
    font-size: 2em;
    font-weight: 100;
}
.accordion-button span {
    color: #a4a9ad !important;
}


.accordion-content {
  display: none;
  padding: 1em .5em 0;
  margin-bottom: 1em; }
  @media screen and (min-width: 576px) {
    .accordion-content {
      padding: 1em 1em 0; } }

/* end ACCORDIONS */


#wpstats {
	height: 0;
}

/******************************************************************** */
/*********************** RESPONSIVE SETTINGS **************************/
/******************************************************************** */
@media screen and (max-width:740px) {
	#header .logo,
	span.pages,
	.clearfooter,
	#footer_archives_list,
	#footer_recent_list {
		display: none !important;
	}
	#header,
	#footer {
		min-width: auto;
	}
	#header .inner {
		width: 100%;
		height: auto;
	}
	.menu-collapser a.home {
		display: block;
		width: 186px;
		height: 20px;
		margin: 15px 0 0 10px;
		background-image: url(images/TiC_logo_mobile.png);
		background-size: 100% 100%;
		text-indent: -9999px;
	}
	ul.slimmenu {
		z-index: 9999 !important;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		width: 100% !important;
		background: #e7e7e6 !important;
		box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3) !important;
	}
	ul.slimmenu > li {
		margin-left: 0 !important;
	}
	ul.slimmenu > li:hover {
		background: #8f8f9c !important;
	}
	ul.slimmenu.collapsed ul li,
	ul.slimmenu li.current_page_parent,
	ul.slimmenu > li:hover > ul {
		background: #c1c1c7 !important;
	}
	ul.slimmenu > li > a {
		width: calc(100% - 90px);
		padding-right: 0 !important;
	}
	ul.slimmenu li .sub-toggle {
		z-index: 2;
		top: 8px !important;
		right: 20px !important;
		width: 60px !important;
		height: 30px !important;
		border-radius: 2px !important;
		background-color: rgba(0, 0, 0, 0.1 ) !important;
	}
	#container {
		width: 95%;
		margin: 0 2.5%;
	}
	#col_content {
		width: 100%;
	}
	#col_content iframe {
		width: 100%;
		height: auto;
	}
	.the_post {
		padding: 30px 18px;
		background: url(images/container_bg_mobile.png);
	}
    .accordion-button {
        text-align: center;
    }
    .accordion-button:after {
        top: 25px;
        right: 15px;
    }
    .accordion-button .thumb {
        float: none;
        width: 120px;
        margin: 0 auto;
    }
    .accordion-button .thumb img {
        width: 120px;
        height: 120px;
    }
    .accordion-button .thumb img {
        width: 120px;
        height: 120px;
    }
    .accordion-button h3 {
        padding-top: 15px;
    }
	.but_comments {
		margin-left: 0;
	}
	#comments_panel {
		padding: 15px;
	}
	input.comment_field,
	textarea.comment_field {
		width: 100%;
		box-sizing: border-box;
	}

	/* FOOTER */
	#footer {
		height: auto;
	}
	#footer_inner {
		width: auto;
	}
	#contact_panel,
	#footer_copyright {
		position:  relative;
		top: auto;
		right: auto;
		width: auto;
	}
	#contact_panel {
		background-position: top center;
	}
	#contact_panel_inner {
		margin: 0 auto;
		padding-left: 0;
	}
	#footer_copyright {
		padding: 1.2em 5% 2.2em;
		text-align: center;
		font-size: 1.1em;
		line-height: 1.3em;
		background: #240D05;
	}
	/* end FOOTER */
}
