/*
Theme Name: SPW
Theme URI: http://www.hardeepasrani.com/portfolio/wordpress-themes/the-funk/
Description: SPW is based in "The Funk". This is a responsive theme which allows you to customize theme layout and colors easily from the Theme Customizer. The Funk theme contains three layout and one footer settings with options to customize theme to your own personal styling. It's an elegant design with a lot of flexibility.
Version: 2.0
Tags: blue, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready
Author: Hardeep Asrani
Author URI: http://www.hardeepasrani.com/
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,700);


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
   position: relative;
}

audio,canvas,video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important;position:relative; }

a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,kbd,pre,samp {
	font-family: monospace,serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,input {
	line-height: normal;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
 /* 10px browser default */
	;
}

body {
	background-color: #f5f5f5;
	background-attachment: scroll;
	color: #333;
	font-family: Tahoma,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.425;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #336699;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #ffc600;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

/* Forms
--------------------------------------------- */

input[type="text"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd !important;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 12px;
	padding: 1.2rem;
	width: 100%;
   margin-right: 5px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #D55;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #000 !important;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: left;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
	margin-right: 25px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.videoico{
   display: block;
   position: relative;
   text-align: center;
}

.videoico img{
   width: 80%;
}

.videoico:hover img{
   opacity: 0.5;
}

.videoico:hover:after {
content: "\e012";
font-family: 'icomoon';
background-color: rgba(0, 0, 0, 0.5);
width: 50px;
height: 50px;
position: absolute;
line-height: 50px;
box-sizing: border-box;

top:50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
z-index: 9999;
font-size: 30px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
color: #fff;
font-weight: normal;

}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	word-wrap: break-word;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

h2.entry-title:hover {
	color: #000 !important;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	font-weight: bold;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget img {
	height: auto;
}

.children {
	margin-left: 10px;
}

.children li {
	list-style-type: circle !important;
}

.widget .sub-menu {
	margin-left: 10px;
}

.widget .sub-menu li {
	list-style-type: circle;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
/*	padding: 40px 0;
	padding: 4rem 0;*/
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 12px 0;
	padding: 1.2rem 0;
	width: 300px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.tagcloud{
   line-height: 1.1em;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.thefunk-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;


}

.thefunk-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.thefunk-nav-menu a {
	border: none;
	color: white !important;
	display: block;
	padding: 20px 20px;
	padding: 2rem 1.8rem;
	position: relative;
}

.thefunk-head-nav a {
	color: black !important;
	text-align: right;
}

.thefunk-nav-menu a:hover,
.thefunk-nav-menu .current-menu-item > a,
.thefunk-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333 !important;
}

.thefunk-nav-menu .sub-menu .current-menu-item > a {
	color: #999 !important;
}

.thefunk-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.thefunk-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.thefunk-nav-menu .sub-menu a {
	color: #FFF !important;
	background-color: #3675ad;
	border: 1px solid #377dbb;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 180px;
}

.thefunk-nav-menu .sub-menu a:hover {

   background-color: #377dbb;
}
.thefunk-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 179px;
}

.thefunk-nav-menu .menu-item:hover {
	position: static;
}

.thefunk-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.thefunk-nav-menu > .first > a {
	padding-left: 0;
}

.thefunk-nav-menu > .last > a {
	padding-right: 0;
}

.thefunk-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.thefunk-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.thefunk-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.thefunk-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: rgb(221, 85, 85);
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #000;
}

.nav-primary .sub-menu a:hover {
	color: #000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */
.wp-post-image{
   margin: 0 10px 10px 10px;
}

.advps-slide .wp-post-image{
   max-height: 200px;
   width: auto;
}

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-top: 20px;
	margin-top: 2rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
	border-color: #E5E6E9 #DFE0E4 #D0D1D5;
	border-style: solid;
	border-width: 1px;
}

.entry-content a {
	border-bottom: 1px solid #9da0ab;
	color: #1736a5;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-family: Lato,sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

#post-nav {
	width: 100%;
	float: left;
	display: block;
	margin: 0px;
	padding: 30px 30px 40px;
}

.pagination .current {
	background: none repeat scroll 0% 0% #222;
	color: #FFF;
	text-decoration: none;
}

.pagination .inactive {
	background: none repeat scroll 0% 0% #D55;
	color: #FFF !important;
	text-decoration: none;
}

.pagination a:hover {
	background: none repeat scroll 0% 0% #222;
}

.pagination a, .pagination span {
	padding: 6px 14px;
}

.pagination a {
	background: none repeat scroll 0% 0% #D55;
	color: #FFF !important;
	text-decoration: none;
}

.pagination span {
	background: none repeat scroll 0% 0% #377dbb;
	color: #FFF;
	text-decoration: none;
}

.pagination a, .pagination span {
	font-family: "Raleway",sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 18px;
	float: left;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	overflow: hidden;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	border-color: #E5E6E9 #DFE0E4 #D0D1D5;
	border-style: solid;
	border-width: 1px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-top: 20px;
	margin-top: 2rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px;
	padding: 2rem;
	border-color: #E5E6E9 #DFE0E4 #D0D1D5;
	border-style: solid;
	border-width: 1px;
}

.sidebar .enews-widget {
	background-color: #333;
}


/*================================================================
=  SITE-INNER front-top-four-a/front-top-four-b/front-top-four-c =
=================================================================*/
.social-media{
   max-width:33%;
   width:33%;
   position:relative;
   display:block;
   overflow:none;
   float:left;
}

.newsletter{
   max-width:64%;
   position:relative;
   display:block;
   overflow:none;
   border:0px solid #ccc;
   top:0;
   float:right
}


.supporters{
   max-width:64%;
   width:64%;
   position:relative;
   display:block;
   overflow:none;
   border:1px solid #ccc;
   top:0;
   float:right
}

/*----- End of SITE-INNER front-top-four-a/front-top-four-b/front-top-four-c ------*/




/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

.footer-widgets h2 {
    color: #FFF;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
/*	padding: 40px 0;
	padding: 4rem 0;*/
	text-align: center;
}

.site-footer a {
/*	border-bottom: 1px solid #ddd;*/
}

.site-footer p {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}
}

@media (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.postwrap .item {
		margin-right: 10px !important;
      width: 30%;
	}

   .front4b{
      margin-right: 0 !important;
   }

}

@media (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
	}

	.archive-description,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.site-header {
		padding: 0;
	}

	.thefunk-nav-menu li,
	.site-header ul.thefunk-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.thefunk-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.thefunk-nav-menu a,
	.thefunk-nav-menu > .first > a,
	.thefunk-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto;
		margin: 1.6rem auto;
	}

	.thefunk-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 0px;
		padding: 0px;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.postwrap .item {
		width: 30%;
	}
}

@media (max-width: 800px) {
   .site-inner,
   .wrap {
      max-width: 650px;
   }

   .videoico{
      display:block !important;
   }

   .videoico a img{
      max-width: 300px;
   }

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.postwrap .item {
		width: 520px;
	}

   .home_noticias .box-not-triplo{
      margin:10px 0;
      min-height: 0;
      padding-bottom:10px;
      width:100%;
   }
   .social-media{
      max-width:100%;
      width:100%;
   }

   .newsletter{
      max-width:100%;
   }
   .supporters{
      max-width:100%;
      width: 100%;
   }
   .front4b{
      width: 100% !important;
   }
   [class*="slideshow_container_slideshow-jquery-image-gallery-custom-style"] .slideshow_description_box.slideshow_transparent,.slideshow_description_box.slideshow_transparent{
      background-color: rgba(0, 0, 0, 0.6);
      background: rgba(0, 0, 0, 0.6);
      color: rgba(0, 0, 0, 0.6);
      width: 100% !important;
      background-size: cover !important;
      background-position: center center !important;
   }
   [class*="slideshow_container_slideshow-jquery-image-gallery-custom-style"] .slideshow_description_box.slideshow_transparent:hover,
   .slideshow_description_box.slideshow_transparent:hover{
      background-color: rgba(0, 0, 0, 0.8);
      background: rgba(0, 0, 0, 0.8);
      color: rgba(0, 0, 0, 0.8);
      width: 100% !important;
      background-size: cover !important;
      background-position: center center !important;
   }

   .thefunk-nav-menu .menu-item {
      display: inline;
      text-align: center;
   }

   .thefunk-head-nav a {
      display: inline-block;
      color: black !important;
      text-align: center;
   }

   .sub-menu{
      right:50%;
      margin-right: -110px;
   }
}

@media (max-width: 640px) {
   .site-inner,
   .wrap {
      max-width: 500px;
   }
   .postwrap .item img {
   }

   .postwrap .item {
      width: 100% !important;
      margin: 0 0 10px 0;
   }

   .postwrap.postwrapBlog .item{
      width: 100% !important;
   }

}

@media (max-width: 460px) {
   .site-inner,
   .wrap {
      max-width: 350px;
   }

	.postwrap .item img {
	}

	.postwrap .item {
		width: 85% !important;
	}
}

@font-face {
	font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://themes.googleusercontent.com/static/fonts/montserrat/v4/zhcz-_WihjSQC0oHJ9TCYBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

.timeline_items_wrapper {
	position: relative;
	width: 100%;
}

.postwrap .timeline_items {
	padding: 0px;
}

.postwrap.postwrapBlog .item, .postwrap.postwrapBlog .item_open {
   /* width: 400px !important; */
}
.postwrap.postwrapBlog .item{
   width: 30%;
}

.postwrap .item {
	background: #fff;
	color: #777;
	font-size: 14px;
	line-height: 14px;
	position: relative;
	margin: 5px 0;
	display: inline-table;
   vertical-align: top;
	border-color: #E5E6E9 #DFE0E4 #D0D1D5;
	border-style: solid;
	border-width: 1px;
}

a.image_rollover_bottom, a.image_rollover_right, a.image_rollover_top, a.image_rollover_left {
	margin: 0px;
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #D55;
}

.postwrap .item img {
	margin-top: 0px;
	height: auto;
	display: inline;
}

article img {
	height: auto;
}

a.image_rollover_bottom img, a.image_rollover_right img, a.image_rollover_top img, a.image_rollover_left img {
	display: block;
}

a img {
	border: 0px none;
}

.postwrap.postwrapBlog .item .post_date {
	font-family: Montserrat;
	background: none repeat scroll 0% 0% #D55;
	color: #FFF;
/*	border-radius: 50%;
	width: 35px;
	margin: -34px 18px 0px 0px;
   height: 35px;*/
   padding: 10px 15px;
   text-align: center;
   font-size: 24px;
   line-height: 24px;
	float: right;
	position: relative;
	z-index: 2;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
}

.postwrap .item h2 {
	font-family: Montserrat;
	padding: 20px 20px 10px;
	margin: 0px;
	font-size: 14px;
	line-height: 25px;
	color: #D55;
}

h2 {
	font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #313131;
	margin: 10px 0px;
}

.postwrap .item span {
	display: block;
	margin: 0px 20px 10px;
}

.postwrap .item .read_more {
	font-family: Montserrat;
	padding: 10px;
	font-size: 12px;
	line-height: 12px;
	float: left;
	color: #FFF !important;
	cursor: pointer;
	margin: 0px 20px 20px;
	border-radius: 3px;
	background: none repeat scroll 0% 0% #D55;
	transition: background-color 300ms ease 0s;
}

a.read_more:hover {
	background: #000 !important;
	color: #fff  !important;
}

.postwrap.postwrapBlog .item .post_date span {
	display: block;
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;

}

.meta-category {
	font-family: "Raleway",sans-serif;
	font-size: 13px;
	font-weight: 600;
	right: 0px;
	line-height: 13px;
	position: absolute;
	/*text-transform: uppercase;*/
	top: 0px;
	margin: 0px !important;
   -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
}

.meta-category a {
	background: none repeat scroll 0% 0% #D55;
	color: #FFF !important;
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	padding: 5px 10px;
	text-decoration: none;
      -webkit-border-bottom-left-radius: 3px;
   -moz-border-radius-bottomleft: 3px;
   border-bottom-left-radius: 3px;
}

/*FRONT*/
#front1{
	background-color: #051a2e;
	position: relative;
	display: block;
	width: 100%;
}

#front3{
	background-color: #377dbb;
}

.front4a, .front4b, .front4c{
	padding: 5px 25px;
}

.front4b {
	display: block;
	border:1px solid #CCC;
	width: 48%;
	margin-right: 25px;
	margin-bottom: 20px;
   float: left;
}

.front4b:nth-child(even), .front4b:nth-child(3) {
   margin-right: 0;
   float: right;
}




/* RIBBON BANNERS */

.ribbon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	text-align: center;
}

/* reset certain elements (in case of conflicting CSS for classes, links, etc.) */
.ribbon .text,
.ribbon .banner,
.ribbon a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.ribbon a {
	color: #fff;
	text-decoration: none;
}

.no-css-transforms .ribbon {
	font-size: 1em;
	position: relative;
	width: 100%;
}

.ribbon .banner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: block;
	float: right;
	position: relative;
	right: -14px;
	top: 22px;
	width: 100px;
}

.ribbon-small .banner {
	right: -8px;
	top: 15px;
	width: 65px;
}

.ribbon-large .banner {
	right: -20px;
	top: 32px;
	width: 150px;
}

.ribbon .banner::after,
.ribbon .banner::before {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	width: 30px;
}

.ribbon-small .banner::after,
.ribbon-small .banner::before {
	height: 6px;
	width: 20px;
}

.ribbon-large .banner::after,
.ribbon-large .banner::before {
	height: 18px;
	width: 45px;
}

.ribbon .banner::before {
	-webkit-transform: skewY(-45deg) translate(50%,15px);
	-moz-transform: skewY(-45deg) translate(50%,15px);
	-ms-transform: skewY(-45deg) translate(50%,15px);
	-o-transform: skewY(-45deg) translate(50%,15px);
	-webkit-transform-origin: 100% center;
	-moz-transform-origin: 100% center;
	-ms-transform-origin: 100% center;
	-o-transform-origin: 100% center;
	left: -45px;
}

.ribbon-small .banner::before {
	top: -5px;
	left: -30px;
}

.ribbon-large .banner::before {
	top: 9px;
	left: -68px;
}

.ribbon .banner::after {
	-webkit-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-moz-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-ms-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-o-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-webkit-transform-origin: 0 center;
	-moz-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-o-transform-origin: 0 center;
	right: -17px;
}

.ribbon-small .banner::after {
	top: 18px;
	right: -12px;
}

.ribbon-large .banner::after {
	top: 45px;
	right: -26px;
}

.no-css-transforms .ribbon .banner {
	position: static;
	width: 100%;
	float: none;
	font-size: 10px;
}

.ribbon .text {
	position: relative;
	z-index: 2;
	padding: 6px 0;
	font-size: 12px;
	font-weight: bold;
	min-height: 18px;
	line-height: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* small text */
.ribbon-small .text {
	padding: 3px 0;
	font-size: 8px;
	min-height: 14px;
	line-height: 14px;
}

/* large text */
.ribbon-large .text {
	padding: 9px 0;
	font-size: 18px;
	min-height: 28px;
	line-height: 28px;
}

.ribbon .text::before,
.ribbon .text::after {
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* small text */
.ribbon.ribbon-small .text::before,
.ribbon.ribbon-small .text::after {
	height: 20px;
}

/* large text */
.ribbon.ribbon-large .text::before,
.ribbon.ribbon-large .text::after {
	height: 46px;
}

.ribbon .text::before {
	-webkit-transform: translateX(-15%) skewX(-45deg);
	-moz-transform: translateX(-15%) skewX(-45deg);
	-ms-transform: translateX(-15%) skewX(-45deg);
	-o-transform: translateX(-15%) skewX(-45deg);
}

.ribbon .text::after {
	-webkit-transform: translateX(15%) skewX(45deg);
	-moz-transform: translateX(15%) skewX(45deg);
	-ms-transform: translateX(15%) skewX(45deg);
	-o-transform: translateX(15%) skewX(45deg);
}

.no-css-transforms .ribbon .text {
	height: 25px;
	padding: 3px;
}


/*--- Ribbon ---*/
.ribbon-color .banner::after,
.ribbon-color .banner::before {
	background-color: black;
}

.ribbon-color .text::before,
.ribbon-color .text::after,
.no-css-transforms .ribbon-color .text {
	background-color: #ee5f5b;
}

.search-query {
	width: 70% !important;
	padding: 6px !important;
	padding: 0.6rem !important;
	margin: 1.5rem 0;
	margin-left: 30px;
	vertical-align:middle
}

.search-submit {
	width: 38% !important;


}

/*--- Author Box ---*/
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
	border-color: #E5E6E9 #DFE0E4 #D0D1D5;
	border-style: solid;
	border-width: 1px;
}

.author-box-title {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 4px;
}

.author-box p:last-child {
	margin-bottom: 0;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
	border: 0px !important;
}

#wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
    color: #EEE !important;
}