/*
Theme Name: elretiro
Theme URI: http://vergatheme.com/demosd/countryholidays
Author: Veclix Medios Digitales
Author URI: http://vergatheme.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: countryholidays

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #83c99f;color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}



.logged-in .header.affix{
	top:32px !important;
}

.wp-caption img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}

.featured-post{
  background: #282b30;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
color:#FFC000;
margin-right:15px;
font-weight: bold;
}

#content img{
	max-width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor{}

#post-wrapper #content img{
	max-width: 100%!important;
}

ul.children li{
  padding: 23px 0 0 30px !important;
  margin: 0;
}

.form-submit input.submit{
	 border: none;
  font-family: inherit;
  font-size: inherit;
  color:#fff;
  background: #86b535;
  cursor: pointer;
  padding: 7px 15px;
  display: inline-block;
  outline: none;
  font-size:12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight:bold;
}
.form-submit input.submit:hover{
background: #333;

}



.box1 {
    font-size: 16px;
    display: inline-block;
    width: 30%;
    padding: .25em .5em;
    margin: 20px 10px 0 0;
  }
  .fs1 {
    font-size: 2em;
  }
  .glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none;
  }
  
  .glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
  }



  .the-icons {
    font-size: 12px;
    line-height: 28px;
  }
  .the-icons i{
    font-size: 16px;
  }
  .codesOn .i-name {
    display: none;
  }
  .codesOn .i-code {
    display: inline;
  }
  .i-code {
    display: none;
    }
body {background:#fff; font-size:13px; line-height:20px; font-family:"Varela Round", Arial, sans-serif; color:#555;-webkit-font-smoothing: antialiased;}



body.logged-in header.sticky{
  top:32px;
}

@media screen and (min-width: 992px) {
    footer .container .row #text-3.widget_text{
        margin-left: 8.33333333%;
    }
}

footer .container .row #text-4.widget_text{
       background: url(img/map_footer.png) no-repeat bottom center;
    }
.widget ul{
  list-style: none;
  padding-left:0;
}
.row .col-md-3 .widget{
  margin-bottom:20px;
}
.col-md-9 img{
  max-width: 100%;
}
.alignright{}
.alignleft{}
.aligncenter{}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background-color: #83c99f;
    color: #fff;
}

.widget_search .widget .input-group{
  width:100%;
}
.widget_search .widget .input-group .searchForm{
  display: table;
  }

  .wpb_layerslider_element{
      width: 100%;
      margin-bottom:0px;
  visibility: visible;
}

.wpb_content_element{
  margin-bottom:0px!important;
}
#general_decor {
  bottom:0;
  }

  .tp-banner-container{
    overflow: hidden;
    position: relative;
  }



     ul.tooltips_demo {
     list-style:none;
     margin:0;
     padding:0;
    }
    ul.tooltips_demo li{
      margin-right:20px;
      display:inline-block;
    }

    .the-icons {
    font-size: 12px;
    line-height: 30px;
  }
  .the-icons i{
    font-size: 22px;
  }
  .codesOn .i-name {
    display: none;
  }
  .codesOn .i-code {
    display: inline;
  }
  .i-code {
    display: none;
    }
  body.page-template-template-home > p{
    display: none;
  }

  #boxed {
  width: 1200px;
  margin: auto !important;
  background: #fff;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1), 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1), 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.1), 3px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
body.page-template-template-boxed {
  background: #e9e9e1;
  font-size: 13px;
  line-height: 20px;
  font-family: "Varela Round", Arial, sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
}
  body.page-template-template-boxed > #boxed > p{
    display: none;
  }

@media only screen and (min-width: 992px){
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.multicolumn_dropdown > .mega_dropdown{

  position: absolute;
  top: 100%;
  width: 1170px;
  float: left;
  left: auto;
  right: 0;
  padding: 10px 15px 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
}



  @media only screen and (min-width: 992px){
    #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text{
      padding: 0 2px 10px 10px;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li {
  padding-right:15px;
}
#mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after {
  
  margin-top: -7px;
}
#mega_main_menu.primary li.multicolumn_dropdown >.mega_dropdown >li > .item_link *{
    font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0;
}
 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *{
    color: #6f962c;
 }
  #mega_main_menu.primary ul li .mega_dropdown > li > .item_link .link_text{
      font-size: 12px;
  color: #666;
  display: block;
    line-height: 20px;
  padding: 5px;
  }
  
#mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown{
  position: absolute;
  border-top: 2px solid #6f962c;
  z-index: 1;
  height: auto;
  left: 3px;
  top: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 170px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#mega_main_menu li.multicolumn_dropdown .mega_dropdown li.default_dropdown > .mega_dropdown > li > .item_link {
    border-bottom: 1px solid #ededed;
}
#mega_main_menu.primary li.multicolumn_dropdown .mega_dropdown > li > .item_link.disable_icon{
    border-bottom: 1px solid #ededed;
}
#mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li .mega_dropdown > li:last-child > .item_link{
  border-bottom:none!important;
}

  #mega_main_menu li.multicolumn_dropdown > .mega_dropdown > li {
    padding-bottom: 0px;
  }
}



body.admin-bar header.sticky #top_header{
  top:32px!important;
}

footer .textwidget #submit-newsletter_2{
  width:auto;
  padding: 7px 15px;
}


.widget_search .input-group{
  width:82%;
}
.widget_search .input-group .form-control{
  display: inline-block;
}
.widget_search .input-group .input-group-btn{
  display: block;
}

.main-menu > ul > li > a {
      padding: 0 24px 15px 0px !important;
}
@media only screen and (min-width: 992px){
.main-menu ul ul, .main-menu ul .menu-wrapper {
  left: -10px;

  }}

  #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
    height: 28px;
}
@media only screen and (min-width: 992px){
#mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after {
    margin-top: -11px;
}}
.mmm_fullwidth_container{
    width:auto!important;
}