/*
Theme Name: Porto Child
Theme URI: http://newsmartwave.net/wordpress/porto
Author: SW-THEMES
Author URI: http://newsmartwave.net/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: porto-child

*/

@import url("../porto/style.css");


/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@font-face {
	font-family: Amontillados;  
	src: url(fonts/Amontillados.ttf);  
	font-weight: normal;
}
@font-face {
	font-family: Anothershabby;  
	src: url(fonts/Anothershabby_trial.ttf);  
	font-weight: normal;
}


/*header*/
#header .header-right {
    text-align: left !important;
}
.btn-warning {
    border-color: #ed9c28;
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
/*second-footer*/
#footer .footer-bottom {
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-position: initial;
    background-image: none;
    color: #F3A60C;
    background-color: #855B07;
    font-weight: lighter;
    font-size: 15px;
}
#footer a {
    color: #855B07!important;
}
.reserve{
    color:white;
    font-weight:bold;
    margin-top: -6px!important;
}
.text-name{
    color:black !important;
    text-align:justify;
}
/*menu heder*/
#main-menu .mega-menu .narrow .popup ul.sub-menu {
    background-color: #fff;
    border-top-color: #F3A60C!important;
    border-top-width: 5px;
}
#main-menu .mega-menu .narrow .popup li.menu-item > a, #main-menu .mega-menu .narrow .popup li.menu-item > h5 {
    color: black;
    border-bottom-color: #f2f2f2 !important;
}
.btn-warning {
    border-color: #ed9c28;
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    font-weight: bold;
}

#header.header-corporate .share-links a{
    margin-top: -6px;
}

/*pop up*/
#AnythingPopup_BoxContainerBody1 {
    margin: 15px;
    overflow: auto;
    height: 240px;
    padding-top: 30px;
}

#AnythingPopup_BoxContainerBody2 {
    margin: 15px;
    overflow: auto;
    height: 190px;
    padding-top: 30px;
}

#AnythingPopup_BoxContainerBody3 {
    margin: 15px;
    overflow: auto;
    height: 190px;
    padding-top: 30px;
}
#AnythingPopup_BoxContainerBody4{
    margin: 15px;
    overflow: auto;
    height: 190px;
    padding-top: 30px;
}
#AnythingPopup_BoxContainerBody5 {
    margin: 15px;
    overflow: auto;
    height: 190px;
    padding-top: 30px;
}
#AnythingPopup_BoxContainerBody6 {
    margin: 15px;
    overflow: auto;
    height: 190px;
    padding-top: 30px;
}

#AnythingPopup_BoxContainerBody7 {
    margin: 15px;
    overflow: auto;
    height: 190px;
    padding-top: 30px;
}
#AnythingPopup_BoxTitle1 {
    display: none;
}
#header .header-main .container #main-menu .mega-menu {
    background: #4d4844 !important;
}
#header.header-corporate .header-main .container .header-right {
    padding-left: 30px;
}
.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    color: #fff;
    background-color: orange !important;
    border-color:orange!important;
    font-family: 'Roboto';
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern{
font-weight:bold;
}
/*mobile issue fix*/
@media screen and (min-width: 980px) and (max-width:1024px){
#main-menu {
    position: absolute;
    margin-left: -222px;
    margin-right: -76px;
    padding: 16px;
}
#header .logo img.retina-logo {
    display: inline-block !important;
    margin-left: -37px;
}
#header.header-corporate .share-links a {
    margin-top: -104px;
    margin-left: -30px;
}
#header .header-main .container .header-right {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
}
#header .top-links {
    display: -webkit-box;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 760px){
    #header .mobile-toggle {
    margin-left: 120px;
    margin-top: -131px;
}
#header .header-top {
    display: inline-table;
}
#header .header-main .container .header-right {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
}
#header .top-links {
    display: -webkit-box;
}
#header .header-left {
    text-align: left;
    z-index: 1!important;
}
}