/*
Theme Name: Craft with Resin
Theme URI: 
Description: Craft with Resin is a theme dedicated to resin art enthusiasts and professionals. It showcases beautiful designs and tools for creating, sharing, and selling resin art, from small projects to large-scale creations.
Author: Harshit Saxena
Author URI: 
Version: 00.00001
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: resin art, crafting, handmade, artistic design
Text Domain: craftwithresin
*/


/* this code is use for making image size equall */
.img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 555px;
}
.member-img img {
    min-height: 311px;
    max-height: 311px;
}
.member-info h3 a {
    text-transform: uppercase;
}
/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

.ab-h3 h3{
	font-size: 22px;
    margin: 0 0 25px;
    font-weight: 500;
    text-transform: capitalize;
    color: #015689;
}
.page-id-2 h3{
    margin: 0px 0 10px;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 34px;
    color: #015689;
}
.page-id-162 h3{
    margin: 0px 0 10px;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 34px;
    color: #015689;
}
.ab-career{
    background: #ebebeb;
    padding: 30px;
    margin-bottom: 25px;
    border: 2px solid #bdbcbc;
}
.ab-career .form-control{
    background: #fff;
}
.contact-form .form-control{
    background: #fff;
}
.contact-form{
     background: #ebebeb;
    padding: 30px;
    margin-bottom: 25px;
    border: 2px solid #bdbcbc;   
}
.header-one ul.navbar-nav > li {
    padding: 10px;
}
.logo-area .text-center {
    text-align: left!important;
}
.single-sidebar .widget-title {
    font-size: 20px;
    font-weight: 900;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #0075bb;
    border-left: 3px solid #f13314;
}
/* responsive css */
@media screen and (max-width: 767px){
    #rmp-menu-item-218 .fa.fa-angle-down {
        display: none;
    }
}
div.asl_m .probox .proclose svg {
	margin-top: -2px !important;
}