/*
Theme Name: Phoenix Child
Description: Phoenix Child Theme
Author: UBM
Author URI: https://urbanblockmedia.com/
Description: Creative / Portfolio One-Page Theme
Template: phoenix-v1.5
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, responsive-layout, custom-background, custom-header, custom-menu, editor-style, full-width-template, post-formats, theme-options
Text Domain: fastwp
Version: 1.5
*/

/* Add your custom CSS codes here */


/* ===============================================
 * HEADER
 * =============================================== 
 */
.CWSpageTitle {
    display: block;
    margin-top: 71px;
    padding: 15px 0;
}

@media (min-width: 1025px) { 
	.main-header {
		padding-left: 60px;
	}
}
@media (max-width: 1024px) { 
	.main-header {
		padding-left: 0px;
		text-align: center !important;
	}
}


/* ===============================================
 * 404 page
 * =============================================== 
 */

.default-404 .introLogo {
	width: 300px;
}

.default-404 .btn-default {
	background-color: transparent;
    border: 1px solid #ffffff !important;
	color: #fff !important;
	font-family: inherit;
	font-size: 17px !important;
	cursor: pointer;
	padding: 15px 25px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.default-404 .btn-default:after, 
.default-404 .btn-default:before  {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.default-404 .btn-default:hover,
.default-404 .btn-default:active {
	color: #414141 !important;
}


/* ===============================================
 * 404 page
 * =============================================== 
 */
#footer .bottomLine{
	/*display: none !important;*/
	padding: 10px;
}
#footer .footerSocialIcons{
	display: none !important;
}