/*
Theme Name: Portum
Theme URI:
Author: Macho Themes
Author URI: https://www.machothemes.com/
Description: Portum an agency based theme
Version: 1.0.6
Tags: Blog, E-Commerce
Text Domain: portum
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
 

		 .topright2 {
         position: absolute;
 		 top: 5px;
 		 right: 10px;
 		 font-size: 18px;
 	     display: flex;
    	 align-items: center;

		}
.portum-menu {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
	top: 25px;
}
.icon{
	height: 25px;
	width: 25px;
	padding: 4px;
	display: flex;
  align-items: center;
}
.searchBtn{
	color: #aed290;
		padding-right: 25px;

}

.socialbar{
	position: relative;
}

#header {
    box-shadow: none;
}

.site-footer {
  background-color: #fff;
  color: #000;
}




#contact .contact-form { float : none; margin: 0 auto; }

/*@media print {
    * {
        margin: 0 !important;
        padding: 0 !important;
    }

    html, body {*/
        /*changing width to 100% causes huge overflow and wrap*/
        /*height: 100%;
        overflow: hidden;
        background: #FFF;
        font-size: 9.5pt;
    }
    #header {
        display:none;
    }
    .col-lg-6{
        width:100%;
    }
    #headersocal {
        display: none;
    }
    #beginsearch {
        display: none;
        visibility:hidden;
    }
    searchcell {
        border:solid;
        border-width:thin;
        margin:8px;
        width: 100%;
    }
    #LoadMoreContainer {
        display: none;
    }
  

    .search-results {
        width:100%;
    }*/
/*}*/