/*
Theme Name: Amarexweb
Theme URI: https://capecom.co.uk
Author: Capecom
Author URI: https://capecom.co.uk
Description: Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, green, pink, purple, dark, right-sidebar, two-columns, responsive-layout
Text Domain: Capecom
*/

@import url('css/bootstrap.min.css');
@import url('css/prettyPhoto.css');
@import url('css/font-awesome.min.css');
@import url('css/main.css');

.btn-primary {
    background-color: #2980c2;
    border: 2px solid #2980c2;
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #202f7e;
    border-color: #202f7e;
}

.ul_custom ul {
	padding-left: 2rem;
    line-height: 30px;
}
.ul_custom ul li {
	list-style: disc;
	margin-bottom: .5rem;
}

/* may 17 additional style */

@media (max-width:350px){
input.form-control{
    font-size:0.9rem;
}
}
.menu-item-has-children.dropdown > a::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
@media (max-width:992px){
    .menu-item-has-children.dropdown > a::after{
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/*.dropdown .fa-angle-right{*/
/*    margin-right:-50px;*/
/*}*/
/*.menu-item-has-children.hover-sub > a{*/
/*    width:90%;*/
/*}*/
}

@media (max-width:768px){
    #menu-main-menu {
        height: 400px;
    overflow-y: auto;
    }
}
body, p{
    font-weight:400 !important;
}
.slider-content h6{
    color:#4cb1ff !important;
}
.nav-link.active,.current-menu-ancestor.menu-item-has-children.dropdown > a {
    color: #c7e7ff !important;
}
.wpcf7-submit.has-spinner.btn.btn-outline-light{
    border-width:2px;
}

/* *********************** */