/*
 Theme Name:   Staikouras Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Child theme
 Author:       Christos Pantoleon
 Author URI:   http://example.com
 Template:     sydney
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  sydney
*/

.site-header {
    box-shadow: 0 0 10px -5px black;
}

.entry-content .row {
    padding: 4rem 0;
}

.entry-content > .row:nth-child(1) {
    padding: 0;
}

.entry-content > .row:nth-child(even) {
    background: #f7f7f7;
}

.section-header {
    font-weight: 700;
	text-align: center;
    color: #24292e;
    margin-top: 55px;
}

.feature-img-box {
	text-align: center;
}

.feature-title {
	text-align: center;
}

.bottom .socials li:hover a, .go-top {
	background-color: #f00;
}

.go-top:hover {
    color: #f00;
}

.service-tile > div {
    height: 180px;
}

.contact-icons .elementor-icon {
    border: 1px solid red;
    padding: 10%;
    border-radius: 50%;
    color: red;
}

a.social-icon {
    width: 50px;
    height: 50px;
    line-height: 56px;
    display: inline-block;
    border: 2px solid #767676;
    border-radius: 24px;
    text-align: center;
    margin-right: 10px;
}

a.social-icon:hover {
    color: red;
    border-color: red;
    transition: all 500ms;
}

.btn-menu {
	color: black;
}