/*   
Theme Name: Taunita
Theme URI: http://themeperfect.me/taunita/
Description: Taunita Multi-Purpose WordPress Theme
Version: 3.0
Author: themeperfect
Author URI: http://themeperfect.me/
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themeperfect
#    
#  Red:        #DE4A32
#  Yellow:     #f6f6af
#  Black:      #1c2124
#
#  01. CSS Reset
#  02. Skeleton
#  03. General
#  04. Typography
#  05. Forms 
#  06. Infobar
#  07. Social Icons 
#  08. Header 
#  09. Content 
#  10. Blog Standard 
#  11. Blog Medium 
#  12. Single Post
#  13. Pagination
#  14. List Comments 
#  15. Respond Comments 
#  16. Portfolio 
#  17. Single Portfolio 
#  18. Content
#  19. Sidebars
#  20. Footer 
#  21. Bottom 
#  22. To Top  
#  23. Widgets 

/*  01. CSS Reset v2.0 by http://meyerweb.com/eric/tools/css/reset/  */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* 02. Skeleton Grid 1200px / 16 Columns */

.container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */

.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* Base Grid */

.container .one.column,
.container .one.columns                     { width: 55px; }
.container .two.columns                     { width: 120px; }
.container .three.columns                   { width: 205px; }
.container .four.columns                    { width: 280px; }
.container .five.columns                    { width: 355px; }
.container .six.columns                     { width: 430px; }
.container .seven.columns                   { width: 505px; }
.container .eight.columns                   { width: 580px; }
.container .nine.columns                    { width: 655px; }
.container .ten.columns                     { width: 730px; }
.container .eleven.columns                  { width: 805px; }
.container .twelve.columns                  { width: 880px; }
.container .thirteen.columns                { width: 955px; }
.container .fourteen.columns                { width: 1030px; }
.container .fifteen.columns                 { width: 1105px; }
.container .sixteen.columns                 { width: 1180px; }

.container .one-third.columns               { width: 380px; }
.container .two-third.columns               { width: 780px; }

.container .one-fifth.columns				{ width:220px; }
.container .one-sixth.columns				{ width:180px; }
.container .one-seventh.columns				{ width:151px; }

/* Offsets */

.container .offset-by-one                   { padding-left: 75px;  }
.container .offset-by-two                   { padding-left: 140px; }
.container .offset-by-three                 { padding-left: 225px; }
.container .offset-by-four                  { padding-left: 300px; }
.container .offset-by-five                  { padding-left: 375px; }
.container .offset-by-six                   { padding-left: 430px; }
.container .offset-by-seven                 { padding-left: 525px; }
.container .offset-by-eight                 { padding-left: 600px; }
.container .offset-by-nine                  { padding-left: 675px; }
.container .offset-by-ten                   { padding-left: 750px; }
.container .offset-by-eleven                { padding-left: 825px; }
.container .offset-by-twelve                { padding-left: 900px; }
.container .offset-by-thirteen              { padding-left: 975px; }
.container .offset-by-fourteen              { padding-left: 1050px; }
.container .offset-by-fifteen               { padding-left: 1125px; }

/* Clearfix */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after { clear: both }

.row,
.clearfix { zoom: 1 }

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* 03. General */

body {
    background: #f6f6ae;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #1C2124;
}

::selection {
    background: #DE4A32;
    color: #fff;
}

::-moz-selection {
    background: #DE4A32;
    color: #fff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* 04. Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c2124;
    font-family: "Titillium Web", Arial, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 a, 
h2 a,
h3 a, 
h4 a,
h5 a, 
h6 a { 
	font-weight: inherit; 
}

h1 {
    font-size: 60px;
    line-height: 1.6;
}

h2 {
    font-size: 45px;
    line-height: 1.6;
}

h3 {
    font-size: 40px;
    line-height: 1.6;
}

h4 {
    font-size: 35px;
    line-height: 1.6;
}

h5 {
    font-size: 24px;
    line-height: 1.6;
}

h6 {
    font-size: 20px;
    line-height: 1.6;
}

p { 
	margin: 0 0 20px 0; 
}

p img { 
	margin: 0; 
}

em { 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

small { 
	font-size: 80%; 
}

hr {
    border: solid #1c2124;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #ccc;
    background: #ddd;
    padding: 20px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.visibility { 
	color: #1c2124;
}

.hidden { 
	display: none !important; 
}

/* Links */

a, 
a:visited {
    color: #DE4A32;
    text-decoration: none;
    outline: 0;
}

/* Transisiton */

a:hover, 
a:focus { 
	color: #DE4A32; 
}

p a, 
p a:visited { 
	line-height: inherit; 
}

/* Lists */

ul,
ol { 
	margin-bottom: 20px; 
}

ul { 
	list-style: none outside; 
}

ol,
ul { 
	margin-left: 30px; 
}

ol { 
	list-style: decimal; 
}

ul { 
	list-style: square outside; 
}

ul li ul,
ol li ul,
ol li ul,
ol li ol { 
	margin-bottom: 0; 
}
    
/* 05. Forms */

form,
fieldset { 
	margin-bottom: 20px; 
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: inherit;
    border: 1px dotted #DC4633 !important;
    padding: 12px 0px 12px 10px;
    outline: none;
    font-family: "Titillium Web", Arial, sans-serif;
    font-size: inherit;
    color: #1c2124;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #1c2124;
    border: 1px dotted #DC4633;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #1c2124;
    border: 1px dotted #DC4633;
}

textarea { 
	min-height: 60px; 
}

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

label span,
legend span { 
	font-weight: bold; 
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: "Titillium Web", Arial, sans-serif;
    cursor: pointer;
}

/* Contactform 7 */

.wpcf7-form input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: inherit;
    max-width: 100% !important;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: inherit;
    max-width: 100%;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    max-width: 100%;
}

.wpcf7-form {
    margin: 0;
    padding: 0;
}

.wpcf7-form input[type="checkbox"] { 
	width: auto; 
}

.wpcf7-form input[type="submit"] { 
	width: 100%; 
}

.wpcf7 form.wpcf7-form p {
    font-weight: 600;
    margin: 0 0 20px 0 !important;
    color: #1c2124;
    font-size: inherit;
}

.wpcf7-list-item-label { 
	font-weight: normal; 
}

.wpcf7-response-output { 
	display: none; 
}

.wpcf7-form .invalid { 
	color: #bf1515 !important; 
}

.wpcf7-not-valid { 
	border: 1px solid #bf1515 !important; 
}

.wpcf7 span.wpcf7-not-valid-tip { 
	display: none; 
}

div.wpcf7-response-output {
    margin: 0 !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	position: relative;
	display: block;
	color: #fdcd89;
	background-color: #c3790f;
	font-weight: 600;
	padding: 10px 40px !important;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}

/* 06. Infobar */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #1c2124;
    color: #f6f6af;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
}

#infobar .widget h6 {
    border-bottom: 1px solid #DE4A32;
    color: #DE4A32;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a {
	color:#f6f6af;
}

#infobar a:hover {
	color:#DE4A32;
}
        
.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #1c2124 transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/infobar.png) no-repeat 2px 2px;
}

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/infobar.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #1c2124;
    margin-bottom: -15px;
    text-align: center;
}

/* 07. Social Icons */

.social-icons ul {
	list-style: none;
	margin: 0;
	float: center;
}

.social-icons ul li {
	display: block;
	float: center;
	margin: 0;
	padding: 0;
}

.social-icons ul li a {
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	line-height: 88px;
	background: #DE4A32;
}

.social-icons ul li a:hover { 
	color: #1c2124 !important; 
}

.social-icons .fa {
	font-size: 44px !important;
	line-height: 88px;
}
	
.social-links ul {
	list-style: none;
	margin: 0;
	float: right;
}

.social-links ul li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.social-links ul li a {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;	
	border-radius: 50%;
	background: #DE4A32;
	color: #F6F6AE;
}

.social-links ul li a:hover {
	background: #1c2124;
}

.social-links .fa {
	font-size: 28px !important;
    line-height: 56px;
    margin-left: 15px;
}	
	
/* 08. Header */

.header { 
	background: #f6f6ae;
}

.header .logo {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.header .logo img { 
	max-width: 100%;
	height: auto;
}

.header .logo .logo_standard { 
	
}

.header .logo .logo_retina {
    display: none;
}

/* 09. Content */

#page-wrap { 
	padding: 40px 0;
}

#nopadding {
    padding: 0;
    margin: 0;
}

#content.sidebar-left { 
	float: right; 
}

/* Standard Title */

#title {
	background: #1c2124;
    border-bottom: 1px solid #1c2124;
    border-top: 1px solid #1c2124;
    padding: 30px 0;
    line-height: 1.6;
}

#title h5, 
#title .headline {
    font-size: 24px;
    color: #F6F6AE;
    margin: 5px 0 0 0;
}

#title #breadcrumbs {
    font-size: 16px;
    text-align: right;
    color: #F6F6AE;
    line-height: 1.6;
    padding: 0;
    margin: 10px 0 0 0;
}

#title #breadcrumbs a { 
    color: #F6F6AE; 
}

#title #breadcrumbs a:hover { 
    color: #DE4A32; 
}
    
/* Image Title */
    
#alt-title {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background-position: top center;
    background-repeat: no-repeat;
}

#alt-title .grid {
    background: url(framework/images/grid.png);
    width: 100%;
    height: 99px;
    margin-top:1px;
    position: absolute;
    top: 0;
    left: 0;
}

#alt-title h5,
#alt-title .headline {
	font-size: 24px;
    line-height: 100px;
    color: #DE4A32;  
}

#alt-title #breadcrumbs {
	font-size: 16px;
	text-align: right;
	color: #F6F6AE;
	line-height: 100px;
	padding: 0;
	margin: 0;
}

#alt-title #breadcrumbs a { 
    color: #F6F6AE; 
}

#alt-title #breadcrumbs a:hover { 
    color: #DE4A32; 
}
    
/* No Title */

#no-title {	
    border-top: 1px dotted #DE4A32;
}

#no-title-divider {	

}

/* 10. Blog Standard */

.blog article {
    border-bottom: 1px dotted #DE4A32;	
}

.blog .post {  
    margin: 0 0 40px 0;
}

.post img { 
	display: block;
	max-width: 100%;
}

.post-date {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 20px 0 0;
    background: #1c2124;
    text-align: center;
    padding-right:2px;
}

.post-date .date {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #DE4A32;
	margin-top: 18px;
	display: inline-block;
}

.post-date .date .line {
    display: block;
    width: 20px;
    height: 1px;
    overflow: hidden;
    background: #DE4A32;
    margin: 10px auto 10px;
}

.post-content {
    float: left;
    width: 778px;
}

.post-title h2,
.post-title h1 { 
	margin: 0;
	padding: 0 !important;
	font-weight: normal;
    font-size: 45px;
}

.post-meta { 
	margin-left: 0;
	margin-bottom: 20px;
}

.post-meta span {
    padding: 7px 0;
    margin: 0 10px 0 0;
    color: #1c2124;
    font-size: 16px;
}

.post-meta span a { 
	color: #1c2124; 
}

.post-meta span a:hover { 
	color: #DE4A32; 
}

.post-meta span i {
    opacity: 1;
    margin: 0 5px 0 0;
    filter: alpha(opacity=50);
}

.post-content a.read-more-link {
    display: inline-block;   
}

.post-image a {
    display: block;
    position: relative;
}

.search-result {
	border-bottom: 2px dotted #DE4A32;
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
}

/* Different Posts */

.post-image,
.post-gallery,
.post-video { 
	margin-bottom: 20px !important;
}

.post-audio {
	margin-bottom: 11px !important;
}

.post-image img {
	max-width: 100%;
	height: auto;
}

.post-link {
    margin-top: 0;
    margin-bottom: 20px;
    color: #DE4A32;
}

.post-quote {
	background: #1c2124;
    position: relative;
    padding: 20px 30px;
    margin: 0 0 20px 0;
}

.post-quote p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    color: #DE4A32;
}

.post-quote .quote-source a {
    font-size: 16px;
    font-weight: normal;
    color: #F6F6AE;
    padding: 0;
}

/* Overlay */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 1);
    display: block;
	width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(framework/images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-image .overlay {
    background-image: url(framework/images/link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-image .overlay {
    background-image: url(framework/images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-gallery .overlay {
    background-image: url(framework/images/link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-gallery .overlay {
    background-image: url(framework/images/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* 11. Blog Medium */

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 430px;
    float: left;
    margin-right: 20px;
}

.blog-medium .post-content {
    float: left;
    width: 430px;
}

.blog-medium .post-date {
    display: none;
}

.blog-medium .post-meta {  
	margin: 0; 
}

.blog-medium .post-title h2 {
	font-size: 20px !important;
    margin: 0px 0 5px 0;
}

.blog-medium .post-quote {
    width: 370px;
}

.blog-medium .flexslider img {
	height: 300px !important;
}

.blog-medium .no-post-image {
    display: block;
    width: 420px;
    height: 290px;
    border: 5px solid #efefef;
    background: #fff url(framework/images/noimage.png) no-repeat center center;
}

.blog-medium .no-post-image-link {
    display: block;
    width: 420px;
    height: 290px;
    border: 5px solid #efefef;
    background: #fff url(framework/images/noimage-link.png) no-repeat center center;
}

.blog-medium .no-post-image-quote {
    display: block;
    width: 420px;
    height: 290px;
    border: 5px solid #efefef;
    background: #fff url(framework/images/noimage-quote.png) no-repeat center center;
}

/* 12. Single Post */

.single .post { 
	margin-top: 0; 	
	margin-bottom: 30px; 
}

.single .post-meta {
    margin-left: 0;
    margin-bottom: 20px;
}

.single .post-tags {
    margin-top: 30px;
}

.single .post-tags a {
    display: block;
    float: left;
    margin: 0 7px 7px 0;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    color: #fff;
    background: #1c2124;
}

.single .post-tags a:hover {
    background: #DE4A32;
    border-color: #DE4A32;
    color: #fff;
}

/* Author Info */

#author-info {
    margin: 0 0 20px 0;
    overflow: hidden;
    display: block;
    border-top:1px dotted #DC4633;
    border-bottom:1px dotted #DC4633;
}

#author-info .author-image {
    float: left;
    width: 80px;
    padding: 20px;
}

#author-info .author-image img {
    display: block;
}

#author-info .author-bio {
    float: left;
    padding: 10px 20px 10px 0;
}

#author-info .author-bio h4 { 
    margin: 20px 10px 10px 0; 
}

/* Sharebox */

.sharebox {
    margin-left: 0;
    border-top: 1px dotted #DE4A32;
    border-bottom: 1px dotted #DE4A32;
    margin-bottom: 40px;
    padding: 10px 0;
}

.sharebox h4 {
    float: left;
    margin: 10px 0;
    color: #1c2124;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.sharebox .social-icons {
    float: right;
    list-style: none;
    margin: 0;
}

.sharebox .social-icons li a {
	float: center;
    display: block;
    margin: 0;
}

/* Post Nav */

.post-navigation a {
    display: block;
    text-indent: -9999px;
    width: 72px;
    height: 110px;
    float: right;
    margin-right: 0px;
    margin-top: 10px;
}

.post-navigation .next a {
    background-image: url(framework/images/next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-navigation .next a:hover {
	background-image: url(framework/images/next2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.post-navigation .prev a {
    background-image: url(framework/images/prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-navigation .prev a:hover {  
	background-image: url(framework/images/prev2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

/* Related Posts */

#related-posts { 
	margin-top: 60px;
}

#related-posts ul {
    list-style: none;
    margin: 0;
}

#related-posts ul li {
    padding: 2px 0 2px 12px;
}

#related-posts ul li a span {
    color: inherit;
    font-size: 16px;
    margin: 0 0 0 8px;
}

/* 13. Pagination */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 10px 7px 0 0;
    padding: 11px 14px 10px 14px;
    border: 2px solid #1c2124;
    font-size: 16px;
    line-height: 16px;
    color: #1c2124;
    font-weight: bold;
}

#pagination a:hover {
    color: #F6F6AE;
    border-color: #DE4A32;
    background: #DE4A32;
}

#pagination span.current {
    background: #1c2124;
    border-color: #1c2124;
    color: #F6F6AE;
    font-weight: bold;
}

/* 14. Comments List */

.comments { 
	margin-top: 50px;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
}

.commentlist li {
    margin: 20px 0 40px 0;
    padding: 0 0 16px 0;
}

.commentlist li:last-child {
    border-bottom: none;
}

.commentlist li ul {
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li {
    border-bottom: none;
    margin: 16px 0 0 0;
    padding: 40px 0 0 0;
}

.commentlist li .avatar {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.commentlist li .avatar img {
    display: block;
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
    color: #1c2124;
    margin-right: 10px;
}

.commentlist li .author {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 17px;
}

.commentlist li .author span {
    display: inline;
    font-weight: bold;
    color: #1c2124;
}

.commentlist li .author .date {
    margin-top: 15px;
}

.commentlist li em {
    font-size: 16px;
    color: #1c2124;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* 15. Comments Respond */

#respond { 
	margin-bottom: 40px; 
}

#respond form {
	margin-top: 30px;
}

#respond .required {
    color: #DE4A32;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}
    
#respond-inputs p {
	width: 275px;
	margin-right: 22.5px;
	float: left;
}

#respond-inputs p.last {
    margin: 0;
}

#respond-inputs p input[type="text"],
#respond-inputs p input[type="password"],
#respond-inputs p input[type="email"],
#respond-textarea p textarea{
	padding-left: 10px;
	border: none;
}
	
#respond input {
    display: block;
    min-width: 263px;
    max-width: 100%;
    margin: 0;
}

#respond textarea {
    display: block;
    width: 870px;
    max-width: 100%;
}

#respond p.comment-notes,
#respond p.form-allowed-tags { 
    display: none; 
}
    
#respond .headline-title-wrap {
    margin-top: 20px;
}

#cancel-comment-reply-link {
    font-size: 16px;
}

#commentform input.error,
#commentform textarea.error {
    border-color: #DE4A32;
    background: #f6f6ae;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}

/* 16. Portfolio */

#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}

.embedd-video { 
	display: none; 
}

.portfolio #pagination { 
	margin-top: 40px; 
}

/* Filters */

#filters {
    margin-top: 0;
    margin-bottom: 40px;
    background-color: #DE4A32;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: block;
    float: left;     
}

#filters ul li a {
    display: block;
    float: left;
    color: #F6F6AE;
    padding: 8px 20px 8px 20px;
    background: #DE4A32;
    border-right: 1px solid rgba(0, 0, 0, 0.2);          

}

#filters ul li a:hover { 
	color: #1c2124; 
}

#filters ul li a.active {
    background: #1c2124;
    color: #DE4A32;
}
            
/* Isotope Filtering */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope Transitions */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/* Disable Isotope Transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* Portfolio Items */

.portfolio-item {
	margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(222,74,50, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(222,74,50, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(222,74,50, 0.2);
}

.portfolio-item > div { 
	position: relative; 
}

.from-left .fa,
.from-right .fa {
    font-size: 28px !important;
    line-height: 56px;
    margin-left: 15px;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: default;
    overflow: hidden;
    opacity: 0;
    color: #f6f6ae;
    background: #000;
    background: rgba(0,0,0,1);
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.portfolio-item:hover .overlay { 
	opacity: 1; 
}

.portfolio-item .overlay h6,
.portfolio-item .overlay p {
	margin: 10px auto;
    text-align: center;
}

.portfolio-item .from-left {
    left: 50%;
    margin-left: -60px;
    color: #DE4A32;
    background: #f6f6ae;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.portfolio-item .from-right {
    right: 50%;
    margin-right: -60px;
    color: #DE4A32;
    background: #f6f6ae;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.portfolio-item .from-left:hover {
    left: 50%;
    margin-left: -60px;
    color: #f6f6ae;
    background: #DE4A32;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.portfolio-item .from-right:hover {
    right: 50%;
    margin-right: -60px;
    color: #f6f6ae;
    background: #DE4A32;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.portfolio-item h6 {
	padding-top: 90px;
    font-size: 20px;
    color: #DE4A32;
}

.portfolio-item h6 a:hover {
    text-decoration: none;
    color: #f6f6ae;
}

.portfolio-item p {
    font-size: 16px;
}

.portfolio-item nav a {
    width: 56px;
    height: 56px;
    position: absolute !important;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

/* Portfolio: 3 Columns */

.portfolio-item.one-third {
    width: 380px;
    height: 280px;
}

.portfolio-item.one-third img {
    width: 380px;
    height: 280px;
}

.portfolio-item-3 h6 {
	padding-top: 50px !important;
}

.portfolio-item-3 nav a {
    bottom: 80px !important;
}

/* Portfolio: 2 Columns */

.portfolio-item.eight {
    width: 580px;
    height: 380px;
}

.portfolio-item.eight img {
    width: 580px;
    height: 380px;
}

.portfolio-item-2 h6 {
	padding-top: 100px !important;
}

.portfolio-item-2 nav a {
    bottom: 120px !important;
}
       
/* 17. Single Portfolio */

.portfolio-wide #portfolio-slider,
.portfolio-wide #portfolio-video { 
	margin: 0 0 40px 10px;
}

#portfolio-video iframe {
	max-width: 100%;
}

.portfolio-detail-description h4,
.portfolio-detail-attributes h4 {
	margin-top: -13px; 
}

.portfolio-detail-description .headline-title-wrap,
.portfolio-detail-attributes .headline-title-wrap {  
	margin-bottom: 25px; 
}

.portfolio-detail-attributes ul {
    list-style: none;
    margin: 7px 0 0 0;
}

.portfolio-detail-attributes ul li {
    padding: 5px 0 4px 0;
}

.portfolio-detail-attributes ul li strong {
    display: inline-block;
    width: 60px;
    font-size: 16px;
    text-transform: uppercase;
    color: #DE4A32;
}

.portfolio-detail-attributes .button {
    margin-top: 20px;
    padding: 10px 20px;
    display: inline-block;
    background-color: #DE4A32;
}

/* Related Portfolio Items */

#portfolio-related-post { 
	margin-top: 20px;
}

#portfolio-related-post h4 {
	margin-left: 10px;
	margin-right: 10px;
}
    
/* Portfolio Comments */

.portfolio-detail .portfolio-comments { 
	margin-top: 0;
}

/* Projects Nav */

.projects-nav {
    float: right;
    width: 200px;
    margin: 7px 0 0 0;
    margin-right: 5px;
}

.projects-nav a {
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 5px;
}

.projects-nav a:hover { 
	background-color: #DE4A32; 
}

.projects-nav .next a { 
    background-image: url(framework/images/next3.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav .prev a { 
    background-image: url(framework/images/prev3.png);
    background-position: center center;
    background-repeat: no-repeat;	
}

/* 18. Content */

/* Revolution Slider */

.tp-bannershadow { 
	opacity: 1; 
}

.hesperiden.tparrows.tp-leftarrow:before {
    content: none !important;
}

.hesperiden.tparrows.tp-rightarrow:before {
    content: none !important;
}

html .tp-leftarrow.hesperiden {
	background: url(framework/images/prev.png) !important;
	background-repeat: no-repeat !important;
	background-position: 45% 50% !important;	
	width: 92px !important;	
	height: 120px !important;
}

html .tp-leftarrow.hesperiden:hover {
	background: transparent url(framework/images/prev2.png) !important;
	background-repeat: no-repeat !important;
	background-position: 45% 50% !important;	
	width: 92px !important;	
	height: 120px !important;
}	
									
html .tp-rightarrow.hesperiden {	
	background: url(framework/images/next.png) !important; 
	background-repeat: no-repeat !important;
	background-position: 53% 50% !important;
	width: 92px !important;	
	height: 120px !important;
}

html .tp-rightarrow.hesperiden:hover {
	background: transparent url(framework/images/next2.png) !important;
	background-repeat: no-repeat !important;
	background-position: 53% 50% !important;
	width: 92px !important;	
	height: 120px !important;	 
}

.tp-bullets.simplebullets.round-old .bullet	{ 
	cursor: pointer !important; 
	position: relative !important;	
	background: rgba(0,0,0,0.5) !important;	
	width: 13px !important;	
	height: 13px !important;  
	margin-right: 6px !important; 
	float: left !important; 
	margin-top: -12px !important; 
	-webkit-border-radius: 50% !important; 
	-moz-border-radius: 50% !important; 
	border-radius: 50% !important;	
}

.tp-bullets.simplebullets.round .bullet {
	background: url(framework/images/bullet.png) !important;
	background-repeat: no-repeat !important;
	width: 25px !important;	
	height: 25px !important;
} 

.tp-bullets.simplebullets.round .bullet.selected { 
	background: url(framework/images/bullet2.png) !important;
	background-repeat: no-repeat !important;
	width: 25px !important;	
	height: 25px !important;
}

/* 404 Page */

#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}

h1.error-404 {
    font-size: 202px;
    line-height: 202px;
    font-weight: bold;
    color: #DE4A32;
    margin: 0 0 10px 0;
}

h2.error-404 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase !important;
    color: #1c2124;
    font-weight: 600;
    margin: 0 0 10px 0;
}

h4.error-404 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    font-style: italic;
    color: #DE4A32;
    margin: 0 0 10px 0;
}  

/* 19. Sidebars */

#sidebar { 
	
}

#sidebar .widget {
    margin-bottom: 12px;
}

#sidebar .widget h6 {
    font-size: 24px;
    margin: 20px 0 5px 0;
}

#sidebar .widget ul li {
    padding: 1px 2px 1px 0px;
}

#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item { 
    font-weight: bold; 
}

/* Side Navigation */

#sidebar .widget.widget_wp_nav_menu_desc ul li {
    background: none;
    padding: 0;
}

.sidenavigation, 
.widget_wp_nav_menu_desc {
	margin: 0;
	list-style: none;
	padding: 0;
	background: #1c2124;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.sidenavigation {
	margin-bottom: 30px;
}

.sidenavigation li ul, 
.widget_wp_nav_menu_desc li ul {
	margin: 0;
	list-style: none;
}

.sidenavigation li ul li a, 
.widget_wp_nav_menu_desc li ul li a {
	background: #DE4A32;
	color: #fff;
	padding: 10px 15px 10px 30px;
}

.sidenavigation li a, 
.widget_wp_nav_menu_desc li a {
	display: block;
	margin: 0 0 -1px !important;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
}

.sidenavigation li:first-child a, 
.widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.sidenavigation li:last-child a, 
.widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.sidenavigation > li.current_page_item > a, 
.sidenavigation > li.current_page_item > a:hover,
.widget_wp_nav_menu_desc > li.current_page_item > a, 
.widget_wp_nav_menu_desc > li.current_page_item > a:hover {
    position: relative;
    z-index: 2;
    padding: 15px 20px;
    border: 0;
    font-weight: 700;
    color: #f6f6ae !important;
	background: #DE4A32 !important;
	text-transform: uppercase;
}

.sidenavigation li a:hover, 
.widget_wp_nav_menu_desc li a:hover {
    background: #bbb;
    color: #fff !important;
}

.sidenavigation ul.children > li.current_page_item > a {
    color: #fff;
}

/* 20. Footer */

#footer {
    background: url(framework/images/footer.jpg) 50% no-repeat fixed !important;
    color: #DE4A32;
	padding: 100px 0;
	text-align: center;
	font-weight: 600;
}

#footer .footer-text { 
	margin: 0 0 80px 0; 
	font-size: 60px;
	font-weight: 600;
}

#footer a {
    color: #f6f6ae;
}
	
#footer a:hover {
	color: #DE4A32;
}
	
#footer .social-icons li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}
	
#footer .footer-copyright { 
	margin: 120px 0 0 0; 
	font-size: 16px;
	font-weight: normal;
}	

/* 21. Bottom */

#bottom {   
    background: #1c2124;
	padding: 30px 0 0 0;
}

#bottom li {
	display: inline-block;
}

#bottom nav a {
	color: #f6f6ae;
	font-weight: 300;
	font-size: 16px;
	margin-right: 15px;
}

#bottom nav a:hover { 
	color: #DE4A32; 
}  
	
/* 22. Back To Top */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 50px;
    display: none;
}

#back-to-top a {
	border-radius: 4px;
    display: block;
    width: 112px;
    height: 112px;
    background: #DE4A32;
    color: #F6F6AE !important;
}
	
#back-to-top a:hover { 
    color: #1c2124 !important;
}

#back-to-top .fa {
    line-height: 112px;
	font-size: 66px;
    margin-left: 22px;
}

/* 23. Widgets */

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Search Widget */

.widget_search input {
    background: url(framework/images/search.png) no-repeat 10px 16px;
    padding: 12px 8px 13px 40px;
    width: 230px;
    color: #1C2124;
    border: 1px dotted #DC4633;
}

.widget_search input:focus { 
	border: 1px dotted #DC4633 !important;
}

/* Calendar Widget */

#wp-calendar { 
	width: 100%; 
}

#wp-calendar caption {
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    margin: -5px 0 5px 0;
}

#wp-calendar thead {  
    font-size: 14px; 
}

#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 1px solid #1c2124;
}

#wp-calendar tbody { 
    color: #DE4A32; 
}

#wp-calendar tbody td {
    background: #1c2124;
    border: 1px solid #DE4A32;
    text-align: center;
    padding: 5px 8px;
}

#wp-calendar tbody td:hover {  
    background: #f6f6ae; 
}

#wp-calendar tbody .pad {  
    background: none; 
}

#wp-calendar tfoot #next {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}

#wp-calendar tfoot #prev {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}
    
/* Tag Cloud Widget */

.widget_tag_cloud a {
    display: inline-block;
    font-size: 16px !important;
    line-height: 16px;
    color: #fff !important;
    background: #1c2124;
    margin: 5px 5px 5px 0;
    padding: 8px 10px;
}
.widget_tag_cloud a:hover {
    background: #DE4A32;
    border-color: #DE4A32;
    color: #fff;
}

/* Embed Widget */

.widget_embed p { 
	margin-top: 10px; 
}

.widget_embed iframe { 
	max-width: 100%; 
}

/* Sponsor Widget */

.widget_sponsor .sponsors {  
	margin-right: -20px; 
}

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
}

.widget_sponsor a img {  
    display: block; 
}

/* Flickr Widget */

.widget_flickr #flickr_tab {  
	margin-right: -10px; 
}

.widget_flickr #flickr_tab img {
    display: block;
    width: 100%;
    height: 100%;
}

.widget_flickr #flickr_tab a {
    float: left;
    width: 90px;
    height: 90px;
    padding: 0px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* Contact Widget */

.widget_contact address { 
	font-style: normal; 
}

.widget_contact address span { 
    display: block; 
}

.widget_contact address span strong {
    display: inline-block;
    width: 52px;
}

/* Portfolio  Widget */

.widget_portfolio .portfolio-item:last-child {  
	margin: 0; 
}

.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0;
    margin: 0 5px 5px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
	float: left;
	display: block;
	overflow: hidden;
	width: 90px;
	height: 90px;
	position: relative;
	padding: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Infobar Widgets */

#infobar .widget ul li {
    padding: 1px 0 1px 1px;
}

#infobar .widget_search input {
    color: #f6f6ae;
    background-color: #1c2124;
    border: 1px solid #f6f6ae;
}

#infobar .widget_search input:focus {  
	color: #DE4A32; 
}

#infobar #wp-calendar thead th {  
	border-top: 1px solid #DE4A32; 
}

#infobar #wp-calendar tbody {  
	color: #f6f6ae; 
}

#infobar #wp-calendar tbody td {
    background: #1c2124;
    border: 1px solid #DE4A32;
}

#infobar #wp-calendar tbody td:hover {
    background: #DE4A32;
    color: #fff;
}

#infobar #wp-calendar tbody .pad { 
    background: none; 
}

#infobar .widget_tag_cloud a {
    background: #DE4A32;
    color: #f6f6af !important;
    padding: 8px 10px;
}

#infobar .widget_tag_cloud a:hover {
    background: #f6f6af;
    color: #fff !important;
}

#infobar .widget_flickr #flickr_tab a {
    background: #1c2124;
}

#infobar .widget_twitter ul li:last-child  {  
	margin: 0; 
}

#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
    background: #1c2124;
}


/*------  mis mamadas   --------*/

.social-icons ul li a {
    background: #144D92 !important;
}

.footer-copyright.sixteen.columns {
    color: #ffff;
}

.footer-text.sixteen.columns {
    color: #ffff;
}

#back-to-top a {
    background: #144D92 !important;
}

#bottom nav a {
    color: #ffff;
    font-size: 12px;
}

#bottom nav a:hover {
    color: #F6F6AE;
}


#header.header-megamenu #menu .sub-menu li a {
    color: #ffff !important;
}

#header.header-megamenu #menu .sub-menu li a {
    color: #F6F6AE !important;
}


blockquote {
    color: #144D92 !important;
}

h3.lammdosh3 {
    color: #144D92;
    font-weight: bolder;
    margin-top: -27px;
}

blockquote p {
    border-left: none !important;
}

div#slide-2-layer-1 {
    text-align: center !important;
}

div#slide-1-layer-2 {
    text-align: right !important;
}

.wpcf7-form input[type="submit"] {
    width: 95% !important;
}
