/*
	Theme Name: Purshog
	Theme URI: http://purshogtravelagency.co.in
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

.box-top-padding
{
padding-top: 60px;
}

.brand-logo img
{
	height: 60px;
}
.footer-logo img
{
	height: 60px;
}
.panel-header img
{
	height: 60px;
}
.wpcf7-form-control-wrap
{
	width: 100%;
}

.wpcf7-select
{
	border-radius: 10px;
    border: 1px solid rgba(17, 34, 28, 0.1);
    padding: 7px 20px;
    margin-bottom: 30px;
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.nice-select:after {
top: 7px!important;
    right: 10px;
}

.nice-select.open .list {
width: 100%;
}

.wpcf7-textarea
{
	height: 80px;
}

.ratings .mute
{
	color: #f3f1ef;
}

.wpcf7-submit
{
	display: inline-block;
	border: 0px;
    padding: 8px 35px;
    border-radius: 30px;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.wpcf7-submit: hover
{
background-color: var(--secondary-color);
}
.top-right ul li
{
	float: left;
    margin-right: 18px;
}