/*
Theme Name: Fortunio Child
Theme URI: http://rockclimbing.ancorathemes.com/
Description: Fortunio Child - Multipurpose and Multiskin Responsive Wordpress theme
Author: Acnorathemes
Author URI: http://ancorathemes.com/
Template: fortunio
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: fortunio-child
*/

/*Write your style*/

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

      .phoneContent {
            position: fixed;
            bottom: 10px;
            display: none;
            right:0px;
            z-index: 1000;
          }
          .phoneCircle {
            width: 70px;
            height: 70px;
            background-color: rgba(141,197,30,1);
            border-radius: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            float: right;
            position: relative;
            z-index: 1;
            right: 10px;
          }
          .phoneImg {
            width: 25px;
          }
          @media screen and (max-width: 480px) {
            .phoneContent {
              display: block!important;
            }
			.grecaptcha-badge {
				bottom: 85px!important;
			}
          }

.footer_wrap_inner {
    padding: 3em 0 0;
}

footer .menu-item-1115 {
	display:none!important;
}

.copyright_text {
	padding-top: 15px;
    border-top: 1px solid #8b857d;

}
.copyright_text p {
		font-size:13px!important;
}
.footer_wrap aside {
	margin-bottom: 2.2em;
}

@media (max-width: 479px) {
footer .flexible {
    margin-right: 0;
	margin-left:0px;
}
.menu-main-menu-container {
	padding-bottom:20px;	
}
}

@media (min-width:768px) {
	.service-area-info {
		display: flex;
    	align-items: center;
	}
}

@media (max-width:767px) {
	.mobile-info-area {
		min-height: 70px!important;
    	display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.para-sub-loc {
		text-align:center!important;
	}

}

	.para-sub-loc a {
    color: #f0eddf!important;
    font-size: 20px!important;
    padding: 10px 20px!important;
    border: 2px solid #f0eddf!important;
    font-weight: bold!important;
	}
.top_panel_middle {
    background: #fff!important;
}