/*
===============================================

    Theme Name: LAS Tours Sintra
    Theme URI: http://www.google.pt
    Description: LAS Tours Sintra WordPress Theme.
    Version: 1.0.0
    Author: AfonsoSilva <afonso23@gmail.com>
    Author URI: http://afonsosilva91.me/
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html

    -=-=-=-
    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.

    LAS Tours Sintra is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
    Underscores is distributed under the terms of the GNU GPL v2 or later.

    Normalizing styles have been helped along thanks to the fine work of
    Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
    -=-=-=-

    Table of contents:
    
    - CSS Reset
    - General
    - Columns & Layout
    - Common
    - Typography
    - Header
    - Blog
    - Portfolio
    - Footer
    - Shortcodes & Plugins

===============================================
*/

/************************
* Fonts
*/
@font-face { font-family: 'RalewayLight'; src: url('src/fonts/Raleway/Raleway-Light.ttf')  format('truetype'); }
@font-face { font-family: 'Raleway'; src: url('src/fonts/Raleway/Raleway-Regular.ttf')  format('truetype'); }
@font-face { font-family: 'RalewayMedium'; src: url('src/fonts/Raleway/Raleway-Medium.ttf')  format('truetype'); }
@font-face { font-family: 'RalewaySemiBold'; src: url('src/fonts/Raleway/Raleway-SemiBold.ttf')  format('truetype'); }
@font-face { font-family: 'RalewayBold'; src: url('src/fonts/Raleway/Raleway-Bold.ttf')  format('truetype'); }

/************************
* General
*/
body    { font-family: 'Raleway', 'Arial', sans-serif; }

a:focus, a:hover,
a:active, a { outline: none !important; }

.site-content {
    position: relative;
}

.entry-content p img {
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    display: block;
    margin: 10px auto;
}

/************************
* Utils
*/
.clear      { clear: both; }

.column,
.columns    { min-height: 1px; }

.p0         { padding: 0; }
.m0         { padding: 0; }

.w250       { width: 250px; }
.w320       { width: 320px; }

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/************************
* Buttons
*/
.btn-page-book {
    display: block;
    margin: 10% 0 2%;
    background: #f2c514;
    font-weight: bold;
}
.btn-page-book:hover,
.btn-page-book:focus {
    background-color: #cea917;
}

.btn-home {
    display: block;
    background: none;
    color: #333;

}
.btn-home i.fa {
    font-size: 10px;
    padding: 0 5px;
    display: inline-block;
}
.btn-home:hover,
.btn-home:focus {
    background-color: #cea917;
}


.instagram-gallery .row .columns {
    padding: 0;

}

#header-bar .header-social .social-item.social-yt:hover { color: #ff0000; background: #EAF0F3; }
#header-bar .header-social .social-item.social-ta1:hover { color: #000000; background: #34E0A1; }
#header-bar .header-social .social-item.social-tw1:hover { color: #1DA1F2; background: #EAF0F3; }
#header-bar .header-social .social-item.social-fb1:hover { color: #FFFFFF; background: #1877F2; }
#header-bar .header-social .social-item.social-i1:hover { color: #E9455A; background: #EAF0F3; }

#footer-social {
  padding: 0;
}
#site-footer a.footer-social-item {
  width: 20%;
}