/*
 Theme Name:   Switch Theme Child
 Theme URI:    https://graphicbob.com/
 Description:  A child theme of Switch Theme.
 Author:       Robert Long
 Author URI:  https://graphicbob.com/
 Template:     switchtheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

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




/*=================================FONTS===============================*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Roboto", sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*font-family: "Montserrat", sans-serif;*/


body {
	background: #000;
	color:#fff !important;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
}



body p, 
body a, 
body span, 
body label, 
body input, 
body button, 
body select, 
body li {
	color:#fff;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
}


body h1{
	font-family: "Montserrat", sans-serif;
	font-size:50px;
	line-height:normal;
	color:#fff;
	margin:0 0 15px;
}


body h2{
	font-family: "Montserrat", sans-serif;
	font-size:40px;
	line-height:normal;
	color:#fff;
	margin:0 0 15px;
}


body h3{
	font-family: "Montserrat", sans-serif;
	font-size:34px;
	line-height:normal;
	color:#fff;
	margin:0 0 15px;
}


body h4{
	font-family: "Montserrat", sans-serif;
	font-size:28px;
	line-height:normal;
	color:#fff;
	margin:0 0 15px;
}


body h5{
	font-family: "Montserrat", sans-serif;
	font-size:24px;
	line-height:normal;
	color:#fff;
	margin:0 0 15px;
}


/*=================================FONTS===============================*/





/*==================================HEADER===============================*/


header#site-header {
	background: transparent;
	border: none;
}


.header-inner {
	padding: 13px 0;
}


#site-header .header-titles {
	display: none;
}


#site-header .header-toggles {
	margin-right: 0;
}


#site-header .header-toggles button.toggle {
	background: url("images/white-menu-icon.svg") no-repeat 0 0;
	padding: 0;
	width: 45px;
	height: 45px;
	background-size: 100%;
}


#site-header .header-toggles button.toggle span {
	display: none;
}


.menu-modal .menu-top .toggle-text {
	display: none;
}


.entry-header.header-footer-group {
	background: transparent;
	padding: 100px 0 90px;
}


.home .entry-header.header-footer-group {
	display: none;
}


.header-top-image {
	text-align: center;
	padding: 67px 20px 0;
}


.header-top-image img {
	display: initial;
}


.menu-modal {
	background: rgba(0, 0, 0, 0.8) !important;
	z-index: 99999;
}


.menu-modal .menu-modal-inner {
	background: #6e6e6e;
}


.menu-modal .fill-children-current-color, 
.menu-modal .fill-children-current-color * {
	fill: #fff;
}



.menu-modal nav .modal-menu li {
	border-color: rgba(255,255,255,0.2);
}


.menu-modal nav .modal-menu li a {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	padding: 19px 0;
	color: #fff;
}



/*==================================HEADER===============================*/







/*===================================HOME================================*/


.home article {
	display: none;
}


.home #site-content {
	min-height: 300px;
}


/*===================================HOME================================*/







/*==================================ABOUT================================*/



.page-id-47 .entry-header.header-footer-group {
	display: none;
}



.post-inner .entry-content {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}


article .post-inner {
	padding-top: 0;
}



.page-id-47 article .post-inner {
	padding-bottom: 100px;
	padding-top: 100px;
}


/*==================================ABOUT================================*/







/*=================================GALLERY===============================*/



.entry-content .ngg-galleryoverview {
	display: flex !important;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-bottom: 70px;
}



.ngg-gallery-thumbnail-box.ngg-2-columns {
	padding: 0 20px 30px;
}



.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
	border: 10px solid #fff !important;
	height: 100%;
	background: #fff !important;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



body .sl-overlay {
    background: rgba(0,0,0,0.9);
    opacity: 1;
	z-index: 9999;
}


body .sl-wrapper .sl-navigation button {
    height: 50px;
    width: 44px;
    line-height: normal;
    background: #fff;
    padding: 0 0 5px;
}


body .sl-wrapper .sl-close {
    background: #fff;
    border-radius: 100%;
    opacity: 1;
}


body .sl-wrapper .sl-navigation button:hover, 
body .sl-wrapper .sl-close:hover {
    background: #6e6e6e;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}


body .sl-wrapper .sl-counter {
	left: 15px;
	color: #fff;
	font-size: 20px;
	z-index: 99999;
}


body .sl-wrapper .sl-image .sl-caption {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
}


body .sl-wrapper .sl-image img {
    border: 10px solid #fff;
}




/*=================================GALLERY===============================*/






/*=================================CONTACT===============================*/


form.wpcf7-form {
	max-width: 700px;
	margin: 0 auto 120px;
}


form.wpcf7-form p {
	text-align: left;
}


form.wpcf7-form label input, 
form.wpcf7-form label textarea {
	color: #fff;
	outline: none;
	box-shadow: none;
	border: none;
	font-size: 18px;
	resize: none;
	background: #6e6e6e;
	border-radius: 4px;
}


form.wpcf7-form input.wpcf7-submit {
	background: #2b2b2b;
	color:#fff;
	padding: 14px 24px;
	border-radius: 4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


form.wpcf7-form input.wpcf7-submit:hover {
	background: #6e6e6e;
	text-decoration:none;
}


form.wpcf7-form .wpcf7-response-output {
	font-size: 16px;
	padding: 4px 10px !important;
	height: auto;
}


form.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 14px;
}




/*=================================CONTACT===============================*/







/*==================================FOOTER===============================*/


footer#site-footer {
	background: transparent;
	padding: 0;
	margin: 0 !important;
}


#site-footer .container {
	display: none;
}


.footer-bottom-image {
	text-align: center;
	padding: 0 20px 46px;
}


.footer-bottom-image img {
	display: inline;
}


#back_top {
	display: none !important;
}




/*==================================FOOTER===============================*/








/*=======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/






/*==================================HEADER===============================*/


@media (max-width:1000px){


	.container {
		padding: 0 20px;
	}
	

	.menu-modal button.close-nav-toggle {
		padding: 3.1rem 20px;
	}
		
		
	#site-header .header-titles-wrapper button.toggle {
		background: url("images/white-menu-icon.svg") no-repeat 0 0;
		padding: 0;
		width: 45px;
		height: 45px;
		background-size: 100%;
		top: 13px;
		right: 0;
	}	


	#site-header .header-titles-wrapper button.toggle span {
		display: none;
	}


	.menu-modal nav .modal-menu li a {
		padding: 19px 20px;
	}
	
	
}/*====media close=====*/



/*==================================HEADER===============================*/






/*===================================HOME================================*/


@media (max-width:767px){

	.header-top-image {
		padding-top: 100px;
	}

}/*====media close=====*/


/*===================================HOME================================*/





/*===================================ABOUT================================*/



@media (max-width:767px){


	.entry-header.header-footer-group {
		padding: 80px 0 70px;
	}


	.page-template-default article {
		padding: 0;
	}


	.ngg-gallery-thumbnail-box.ngg-2-columns {
		padding: 0 8px 14px;
	}
	
	
	.sl-wrapper .sl-close {
		right: 27px;
		top: 25px;
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 28px;
	}


	.sl-wrapper .sl-counter {
		top: 15px;
	}	


}/*====media close=====*/





/*===================================ABOUT================================*/






