/*
Theme Name:     Construct Child | Shared by WPTry.org
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

@import url("../construct/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.#main-nav > ul > li > a{
	font-size: 16px;
	text-transform: capitalize;
}
.wprt-button.white:hover {
    background-color: #2b2b29;
    border-color: #2b2b29;
    color: #fff;
}
.wpb_single_image img {
    height: 300px !important; 
}
.image_height.wpb_single_image img {
    height: auto !important; 
}