/*
==  THEME DETAILS  ===================================================================
    
    Theme Name: patricia-child
    Theme URI: https://volthemes.com/theme/patricia/
    Description: Child theme for the Patricia theme
	Template: patricia
	Version: 1.0
	
    Author: VolThemes
    Author URI: https://volthemes.com/
	
======================================================================================
*/

/* Import the CSS from the parent theme ------------------------*/
@import url('../patricia/style.css');

.custom-read-more {
    background: #e2611d;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 7px 15px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

.custom-read-more:hover {
    opacity: 0.9;
}

.image-logo img {
	width: 45%;
}

.topbar {
	border-bottom: 0;
	background: #99cbcd;
}

#nav-wrapper {
	border-top: 0;
	border-bottom: 3px solid #e2611d;
	background: #99cbcd;
}

#nav-wrapper .vtmenu .sub-menu a {
	background-color: #99cbcd;
}


a.link-more {
    background: #e2611d;
}

.vt-pagination .pagination span {
    background: #e2611d;
}

.header-img {
	width: 100%;
	margin-top: -1px;
	border-left: 1px solid #6FA0C2;
}

.site-footer .instagram-footer {
    background: #99cbcd;
}

#backtotop a {
	background: #99cbcd;
	border: 1px solid #e2611d;
	border-radius: 50%;
	color: #e2611d;
}

body .topbar #nav-wrapper .vtmenu {
    text-align: center;
}

.instagram-gallery__actions .instagram-gallery__button--follow {
	background-color: #e2611d!important;
}