/*!
Theme Name: without-permission
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: without-permission
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

without-permission is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

ul.sub-menu {
    display: block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    float: left;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid #ff0000;
    float: left;
}
.form-box .btn-common {
    color: #fff !important;
    border-radius: 50px !important;
 }

/*drop-down css here*/
ul.sub-menu {background: #560452;position: absolute;width: 250px;top: 100%;left: 15px;z-index: 9999999;transition: all 0.5s ease-in-out;border: none;border-radius: 0;padding: 0;display: none;opacity: 0;}

ul.sub-menu li a {
    font-weight: normal !important;
    font-family: 'Gotham-Book';
    transition: all 0.5s ease-in-out;
    padding: 10px;
    border-bottom: 1px solid #cccc;
    color: #fff;
    display: block;
}

ul.sub-menu:after {
    position: absolute;
    width: 24px;
    height: 22px;
    background: #550451;
    content: '';
    left: 34px;
    right: 0;
    top: -10px;
    transform: rotate(43deg);
    z-index: -1;
}
.navbar-nav li:hover ul.sub-menu {
    display: block;
    transform: scale(1);
    opacity: 1;
}
li#menu-item-129 a {
    position: relative;
}

li#menu-item-129 a:before {
    font-family: FontAwesome;
    content: "\f0d7";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 11px;
    right: -5px;
}
.main-menu  ul.sub-menu li a:before {
    display: none;
}
.main-menu  .navbar-nav li:hover ul.sub-menu a:hover {
    background: #000;
}
.main-menu .navbar-nav>li>a{
    position: relative;
}
.main-menu  li#menu-item-26 a:before {

    font-family: FontAwesome;
    content: "\f0d7";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 11px;
    right: -5px;
}
header.main-header {
    padding: 5px 0;
    border-top: 3px solid #570453;
}
.main-menu .navbar-nav>li{
    padding: 0 0 5px 0;
}
input.wpcf7-form-control.wpcf7-submit.btn-form {
    background: #570453;
    outline: none;
    border: none;
    color: #fff;
    transition: 0.4s all ease-in-out;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 18px;
    margin: 70px 0 0 30px;
    font-family: 'Gotham-Light';
}

.wp-pagenavi a.previouspostslink {
    background: #560452;
}

.wp-pagenavi a {
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    background: #560452;
}

.wp-pagenavi span {
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    background: #560452;
    font-family: 'Gotham-Light';
    border-color: #560452 !important;
}
.wp-pagenavi {
    margin: 30px 0;
    text-align: center;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #570453 !important;
    border-color: #570453 !important;
}
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(222, 222, 222);
}

body::-webkit-scrollbar-thumb {
  background-color: #570453;
  outline: 1px solid #570453;
}
.main-menu  li#menu-item-313 a:before {

    font-family: FontAwesome;
    content: "\f0d7";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 11px;
    right: -5px;
}
.contact-form input{
    width: 100%;
}
.form-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form-box iframe {
    padding: 0 20px;
    height:400px;
    width: 90%;
}
.list-text p:nth-child(2) {
    padding: 0;
    margin: 0;
}
.form-box.prevention iframe{
    width: 90% !important;
    height: 550px !important;
}

.list-text p:nth-child(2) a {
    background: #580454;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.4s all ease-in-out;
}

.list-text p:nth-child(2) a:hover {
    background: #000 !important;
}
.heading.prevention h2{
    font-size: 30px;
}


.modal-header {
    background: #580454;
	padding: 10px;
}

.modal-header h4.modal-title {
    padding: 10px;
	color: #fff;
    font-family: 'Gotham-Light';
    font-size: 22px;
}

.modal-header h4.modal-title i {
    padding: 0 10px 0 0;
    font-size: 26px;
}

.modal-body .form-group label {
    padding: 0 0 5px 0;
    font-size: 16px;
    font-family: 'Gotham-Light';
}

.modal-footer .btn.btn-default {
    background: #580454;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.4s all ease-in-out;
}







/*


.onload-popup .modal-header {
    background: #580454;
}

.onload-popup .modal-header h4.modal-title {
    color: #fff;
    font-family: 'Gotham-Light';
    font-size: 22px;
}

.onload-popup .modal-header h4.modal-title i {
    padding: 0 10px 0 0;
    font-size: 26px;
}

.onload-popup .modal-header button.close {
    color: #fff !important;
    opacity: 1;
}

.onload-popup .modal-body .form-group label {
    padding: 0 0 5px 0;
    font-size: 16px;
    font-family: 'Gotham-Light';
}

.onload-popup .modal-body .form-group input {
    font-family: 'Gotham-Light';
    border-radius: 0;
    height: 45px;
}
.onload-popup .modal-footer {
    border: none;
    text-align: left;
    padding: 0;
}
.onload-popup .modal-footer .btn.btn-default {
    background: #580454;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.4s all ease-in-out;
}

.onload-popup .modal-footer .btn.btn-default:hover {
    background: #000;
}
.onload-popup .modal-dialog {
    top: 25%;
    z-index: 9999;
}
.onload-popup .modal-footer input {
    height: auto !important;
    margin: 0;
}

.onload-popup .modal-footer .btn.btn-default {
    background: #580454;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.4s all ease-in-out;
    margin: 5px 0 35px !important;
}
*/

div.wpcf7-mail-sent-ok {
    float: left;
}
form.wpcf7-form p {
    display: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    bottom: 0;
    left: 0;
}

div.wpcf7-mail-sent-ok {
    position: absolute;
    bottom: 0;
    left: 0;
}

.caveat { font-family: 'Caveat', cursive!important; }
.caveat h2 { font-family: 'Caveat', cursive!important; }
