/*
Theme Name: Photo Me Child
Theme URI: http://themes.themegoods2.com/photome/demo
Description: Premium Photography Portfolio Theme
Version: 1.2.4
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: photome
Template: photome
*/

@import "../photome/style.css";

/*.mobile_menu_wrapper{
	background-color: rgba(17, 17, 17,0.4) !important;
}*/

/* Styling Cookie Discclaimer */
.cn-button.bootstrap, .cn-button.bootstrap:hover{
	background-color: #ff6717;
	background-image: linear-gradient(to bottom,#ff6717,#ff6717);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	text-shadow: none;
}

#cn-notice-text{
	font-family: "futura-pt";
	font-size: 16px;
}

/*Styling AGB, Disclaimer und Impressum*/
.puretext_content{
	margin-bottom:50px;
}

#mobile_nav_icon {
	color: #ff7636;
	border-bottom: 9px double #ff7636;
	border-top: 3px solid #ff7636;
}

/* Styling Reisetyp (einzelne Übersichtseite) Rahmen */
.single-portfolios #page_caption.color-lightred{
    background: #FFDDCF;
}

#page_caption.color-lightblue {
    background: #A7E3E3;
}

/*Headlines LCX STories und Specials*/

.ppb_title {
    font-weight: bold !important;
}

/*Styling Button CTA Reiseseite*/
.CTA-Anfrage {
	margin-top:-30px !important;
    text-transform: uppercase;
font-family: "capitolium2";
font-size: 16px;
color: #000000;
font-style: italic;
	line-height:30px;
}
.CTA-Anfrage .button{
	margin-top:30px;
	color: #FF6717;
	background-color: white;
	font-family: "futura-pt";
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	font-style: normal;
	text-align: center;
	border: 2px solid #FF6717;
}
.CTA-Anfrage .button:hover{
	color: #FF6717;
	background-color: white;
	border: 2px solid #FF6717;
	opacity: 0.5;
}

/*#wrapper{
	padding-top: 0px !important;
}*/

@media only screen and (max-width: 512px) {
	#wrapper{
	padding-top: 0px !important;
}
}