/*   
Theme Name: Eder1.0
Theme URI: http://ederholguin.com
Description: Site for eder Holguin
Author: Javier Rotjes
Author URI: http://webcaracas.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 2.1.4
Tags: white, black, blue, fluid-layout, fixed-layout, custom-colors, custom-background

All PHP code is released under the GNU General Public Licence version 3.0
*/

/* ------------------------------------------------------------------------ */
/* 01. Imports
/* ------------------------------------------------------------------------ */

@import url("framework/css/basic.css"); 		/* CSS Reset + Basic WordPress Styles */
@import url("framework/css/bootstrap.css"); 	/* Tooltip */
@import url("framework/css/shortcodes.css");	/* Shortcodes */
@import url("framework/css/flexslider.css");	/* Flexslider (Blog + Portfolio) */
@import url("framework/css/prettyPhoto.css");	/* Lightbox */


/* ------------------------------------------------------------------------ */
/* 02. General Styles
/* ------------------------------------------------------------------------ */

body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    color: #444;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

::selection {
    background: #43b4f9;
    color: #ffffff;
}

::-moz-selection {
    background: #43b4f9;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: Arial, Helvetica, 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: 28px;
    line-height: 1.6;
}

h2 {
    font-size: 22px;
    line-height: 1.6;
}

h3 {
    font-size: 18px;
    line-height: 1.6;
}

h4 {
    font-size: 16px;
    line-height: 1.6;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

h6 {
    font-size: 12px;
    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 #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #dddddd;
    background: #fafafa;
    padding: 15px 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow:inset 0 0 1px 1px #fff;
    margin: 0 0 20px 0;
    overflow-x:auto;
}

.hidden {  display: none !important }

/* Links ---------------------------------------------------- */

a,
a:visited {
    color: #999999;
    text-decoration: none;
    outline: 0;
}

/* Transisiton for Links */

#copyright a{
	-webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

#page-wrap .portfolio-item-one a{
	-webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

a:hover,
a:focus {    color: #666666 }

p a,
p a:visited { line-height: inherit }
.extra-wrap {
    overflow: hidden;
}
/* ------------------------------------------------------------------------ */
/* Lists
/* ------------------------------------------------------------------------ */

ul,
ol { margin-bottom: 20px }

ul { list-style: none outside }

ol,
ul { margin-left: 0px }

ol { list-style: decimal inside; }

ul { list-style: square inside }
ul li, ol li {line-height: 24px;position: relative;}
ul li ul,
ol li ul,
ol li ul,
ol li ol { margin-bottom: 0 }
.my-icons-list .fa:before, .my-icons-list i[class*="fa-"]{
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
    text-align: center;
}
.my-icons-list span.fa {
    font-family: inherit;
} 
.my-icons-list p {
    margin-bottom: 8px;
}   
/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset { margin-bottom: 20px }

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px 20px 11px;
    outline: none;
    font-size: 12px;
    color: #bebebe;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    -webkit-border-radius:1px;
          -moz-border-radius:1px;
               border-radius:1px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-appearance: none;
}
input[type="date"] {
    padding-right: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color:#fafafa;
    color: #555555; 
}

textarea { min-height: 60px }

select {
    width: 220px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(framework/images/select_pimp.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    text-indent: 0.01px;
    text-overflow: '';
}

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;
    cursor: pointer;
    width: auto;
    -webkit-appearance: none;
}


/* Contactform 7 Specific Styling ---------------------------------------------------- */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="range"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 0;
}
div.wpcf7 img.ajax-loader {
margin-right: -16px;
}
.wpcf7-form  input[type="radio"], .wpcf7-form  input[type="checkbox"] {
margin: 0px 3px 0px 5px;
position: relative; top: 2px;
}
.wpcf7-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    height: 150px;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:10px 18px 11px;
    background-image: url(framework/images/select_pimp.png);
    background-position: 99% center;
    background-repeat: no-repeat;
}

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form.wpcf7-form p {
    color: #a5a7a8;
    margin: 0 0 15px 0 !important;
}

.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #DF653E !important }
.wpcf7-not-valid 		{ border: 1px solid #DF653E !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
    margin: 0px !important;
    padding:10px 38px 10px 19px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position: relative;
    border: 1px solid transparent !important;
    display: block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    color: #3b3f42;
    padding:10px 38px 10px 19px;
    text-align: center;
    margin-bottom:20px;
}
div.wpcf7-mail-sent-ok {
    background-color: #aeffa1;
    border-color: #64c654 !important;
}
div.wpcf7-mail-sent-ng {
    background-color: #f1f1f1;
    border-color: #cfcfcf !important;
}
div.wpcf7-spam-blocked {
    background-color: #fff3a1;
    border-color: #e4cf42 !important;
}
div.wpcf7-validation-errors {
    background-color: #F1510A;
    border-color: #cf5255 !important;
    color: #fff;
}

/* ------------------------------------------------------------------------ */
/* 06. Boxed Layout */
/* ------------------------------------------------------------------------ */

#main {
    background-color: #fff;
    position: relative;
}
#main.boxed {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    -webkit-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
       -moz-box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);
        	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.3);

}

.framed #rev_slider_2_1, .framed #rev_slider_2_1_wrapper ,
.boxed #rev_slider_2_1, .boxed #rev_slider_2_1_wrapper {
    border-right: 0;
    border-left: 0;
}
#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
a.more {
    text-decoration: underline;
}
a.more:hover {
    text-decoration: none;
}
/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #444444;
    color:#999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom:5px solid #444444;
}

#infobar .widget h3 {
    border-bottom: 1px solid #555555;
    color: #ffffff;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a{
	color:#999999;
}

#infobar a:hover{
	color:#ffffff;
}
        
.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 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/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open { }

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom:-15px;
    text-align: center;
}

/* Infobar Widgets ---------------------------------------------------- */

    #infobar .widget { }

        #infobar .widget h3 {
        	font-size:15px;
            color: #ffffff;
            padding:0 0 5px 0;
            border-bottom:1px solid #555555;
            margin: 0 0 20px 0;
        }

/* ------------------------------------------------------------------------ */
/* 09. Social Icons */
/* ------------------------------------------------------------------------ */
.social-icons {
    display: inline-block;
}
#top-bar .social-icons {vertical-align: middle; margin-right: 25px; padding: 10px 0;}
#top-bar .social-icons ul li a:hover {color:#ffffff;}

.social-icons ul{
	list-style: none;
	margin: 0;
}
.social-icons ul li{
	display:block;
	float: left;
	margin:0;
	padding:0;
}
.social-icons ul li a {
	-webkit-transition:all 0.2s ease 0s;
	   -moz-transition:all 0.2s ease 0s;
         -o-transition:all 0.2s ease 0s;
            transition:all 0.2s ease 0s;
	display:block;
	width:24px;
	height:24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    margin:2px 2px 2px;
    color: #6a6d6f;
}
.social-icons a:hover{
	background-color: #43b4f9 !important;
    color: #fff;
}

/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */

#header { 
	background: #ffffff;
    width: 100%;
}
#header .logo {
    float: left;
    padding: 10px 0;
}
#header.fixed_header .logo {
    padding: 20px 0;
}
#header .logo h1 {
    margin-bottom: 0;
}
#header .logo img { 
	max-width: 100%;
	height: auto;
}
#header.fixed_header .logo img {
    max-height: 50px;
}
#header .logo .logo_text {
    color: #3b3f42;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    display: block;
    line-height: 1;
}

#header .tagline {
    line-height: inherit;
}
.site-description {
    font-size: 13px;
    line-height: 1;
    text-transform: none;
}
#header .callus {
    font-size: 12px;
    margin-bottom: 5px;
    color: #999999;
    float: right;
}

#header.fixed_header {
    position: fixed;
    z-index: 99;
    top:-100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header.header-scrolled {
    position: fixed;
    z-index: 99;
    top:0;
    right: 0;
    left: 0;
}
.admin-bar #header.header-scrolled {
    top:32px;
}
/* ------------------------------------------------------------------------ */
/* 11. Header - Navigation */
/* ------------------------------------------------------------------------ */
#navigation {
    float: right;
}
#navigation .select-menu {
    display: none;
    color: inherit;
    position: relative;
}
#navigation .select-menu:before {
    content: "\f039";
    position:absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    right: 15px;
}
#navigation ul {
    float: right;
    list-style: none;
    margin: 0;
}
#navigation ul.menu > li {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 0px 25px;
}
#navigation ul.menu li.fa:before {
    padding-right: 7px;
}
#navigation ul.menu > li.menu-item > a {
    display: inline;
    display: inline-block;
    margin: 0 0 0px 0px;
    padding: 0px;
    cursor: pointer;
}
#navigation ul.menu > li.menu-item > a {
    display: inline;
    display: inline-block;
    margin: 0 0 0px 0px;
    padding: 0px;
    line-height: 1;
    color: #3b3b3b;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
#navigation ul.menu li.menu-item a i {
    padding-right: 6px;
}
#navigation ul.menu > li.menu-item > a .desc {
    margin-top: 0px !important;
    padding: 0 !important;
}
#navigation ul.menu li.menu-item a .desc {
    display: block;
    line-height: 1;
    text-transform: none;
    font-size: inherit;
    padding-bottom: 5px;
    font-weight: normal;
    margin-top: -5px;
}
#navigation ul li a:hover {
    color: #43b4f9;
}
/*mega menu*/
#navigation ul.menu > li.megamenu {
position: inherit!important;
}
#navigation ul.menu > li.megamenu.no-title > ul > li {
    display: none;
}
#navigation ul.menu > li.megamenu {
    position: inherit!important;    
}

#navigation ul.menu > li.megamenu > ul.sub-menu {
    width: 100%;    
    left: 0px;
    padding: 15px 0px;
    display: table;
    visibility: hidden;
}
#navigation ul.menu > li.megamenu > ul ul {border-top: 0 !important;}
#navigation ul.menu > li.megamenu > ul > li {
    display: table-cell !important;
    float: none!important;
    padding: 0px 15px;
}
#navigation ul.menu > li.megamenu > ul > li:last-child {
    border-right: none!important;
}

#navigation ul.menu > li.megamenu.cols-2 > ul > li { width: 50% !important; }
#navigation ul.menu > li.megamenu.cols-3 > ul > li { width: 33.33% !important; }
#navigation ul.menu > li.megamenu.cols-4 > ul > li { width: 25% !important; }
#navigation ul.menu > li.megamenu.cols-5 > ul > li { width: 20% !important; }
#navigation ul.menu > li.megamenu.cols-6 > ul > li { width: 16.66% !important; }

#navigation ul.menu > li.megamenu > ul > li ul {
    display: block!important;
    top: 0px!important;
    width: 100%;
    opacity: 1!important;
    left: 0px!important;
    position: relative!important;
    float: none !important;
}

#navigation ul.menu > li.megamenu > ul > li {
    border-right: 1px solid #e8e8e8;
}

#navigation ul.menu > li.megamenu ul li{
    border-bottom: 0 !important;
}

#navigation ul.menu > li.megamenu > ul > li > a {
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 5px;
    line-height: 1.3em !important;
    padding-bottom: 8px;
    border-bottom:1px solid;
    overflow: hidden;
}
#navigation ul.menu > li.megamenu.no-title > ul > li > a {
    display: none !important;
}
#navigation ul.menu > li.megamenu > ul li a {
    line-height: 32px;
}
#navigation ul.menu > li.megamenu > ul > li > a:hover, #navigation ul.menu > li.megamenu > ul > li.sfHover > a, 
#navigation ul.menu > li.megamenu > ul > li.current-menu-item > a, 
#navigation ul.menu > li.megamenu > ul > li.current-menu-parent > a {
    background-color: transparent!important;
}
/*-----------------------------------*/

/* Active Status ---------------------------------------------------- */
#navigation li.current-menu-item a,
#navigation li.current-menu-item a:hover,
#navigation li.current-page-ancestor a,
#navigation li.current-page-ancestor a:hover,
#navigation li.current-menu-ancestor a,
#navigation li.current-menu-ancestor a:hover,
#navigation li.current-menu-parent a,
#navigation li.current-menu-parent a:hover,
#navigation li.current_page_ancestor a,
#navigation li.current_page_ancestor a:hover {
    color: #43b4f9;
}
/* Sub-menu ---------------------------------------------------- */
#navigation .sub-menu {
	position:absolute;
	top:100%;
	left: 0px;
    width: 180px;
	z-index:2000;
	display:none;
	background:#f4f4f4;
	padding:0px;
	
}
#navigation ul.menu > li > .sub-menu {
    border-top:3px solid transparent;
}
#navigation .sub-menu li {
    display: block;
    margin: 0px;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #dde2e5;
    position: relative;
}

#navigation .sub-menu li a,
#navigation .sub-menu li .sub-menu li a,
#navigation .sub-menu li .sub-menu li .sub-menu li a {
    border: none;
    display: block;
    margin: 0;
    padding: 0px 15px;
    color: #3b3f42;
    font-size: 13px;
    font-weight: normal !important;
    height: auto;
    line-height: 42px;
}

#navigation .sub-menu li a:hover,
#navigation .sub-menu li .sub-menu li a:hover,
#navigation .sub-menu li.current-menu-item a,
#navigation .sub-menu li.current-menu-item a:hover,
#navigation .sub-menu li.current_page_item a,
#navigation .sub-menu li.current_page_item a:hover {
    color: #43b4f9 !important;
    font-weight: normal;
}

#navigation .sub-menu li:last-child{ 
border: none;
}

#navigation .sub-menu li ul {
    left: 100%;
    top:0;
}
/* ------------------------------------------------------------------------ */
/* 11. Header - Top Bar Navigation */
/* ------------------------------------------------------------------------ */
#topnav.menu li .sub-menu {
    display: none;
}
#topnav.menu {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
    vertical-align: middle;
    min-width: 200px;
}
#topnav.menu > li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    line-height: 1;
    position: relative;
}
#topnav.menu > li:first-child{margin-left: 0;}
#topnav.menu > li > a {
    color: inherit;
    padding: 10px 0 10px;
    display: block;
}
#topnav.menu > li a:hover {
    
}
#topnav .sub-menu {
    position:absolute;
    top:100%;
    left: 0px;
    z-index:2000;
    display:none;
    background:#f4f4f4;
    padding:0px;
    border: 1px solid #e8e8e8;
}

#topnav .sub-menu li {
    display: block;
    margin: 0px;
    padding: 3px 12px;
    height: auto;
    border-top: 1px solid transparent;
}
#topnav .sub-menu li:first-child {
    border-top: 0;
}
#topnav .sub-menu li a {
    display: block;
    width: 110px;
}
/* ------------------------------------------------------------------------ */
/* 12. Header - Searchform */
/* ------------------------------------------------------------------------ */
.search-link {
    position: relative;
}
.search-area {
    position: absolute;
    z-index: 2;
    display: none;
    top: 100%;
    right: 50%;
    margin-right: -18px;
    width: 100%;
    background: #fafafa;
    min-width: 200px;
    z-index: 99;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    border: 1px solid #efefef;
}

.search-area:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: #fafafa;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#header-searchform input[type=text] {
    margin: 0;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
    color: #878787;
    display: inline-block;
    float: left;
    max-width: 160px;
    -webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#header-searchform {
    overflow: hidden;
    margin-bottom: 0;
}

#header-searchform #header-searchsubmit { 
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    float: right;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    outline: none;
}
#header-searchform #header-searchsubmit i {margin-right: 0;}
/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */
.page-template-page-fullwidth-php #page-wrap { 
    padding: 0px 0 0px 0;
}
#page-wrap { 
	padding: 45px 0 45px 0;
    overflow: h