/*
 Theme Name:   Accesspress Parallax Pro Child
 Theme URI:    http://www.vajer.se/twenty-fifteen-child/
 Description:  Accesspress Parallax Pro Child Theme
 Author:       Dan Lundgren
 Author URI:   http://www.vajer.se
 Template:     accesspress_parallax_pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Black, Dark, Light, Parallax, One Page, Multiple Column
 Text Domain:  accesspress_parallax-child
*/
/* Parallax Section - START */
.blank-section {
    min-height: 400px;
}
/* Parallax Section - END */

/* Youtube player - START */
@media (min-width: 990px) {
	.modal-dialog {
		width: 672px;
	}
}
h4.modal-title {
    color: #ffffff;
}
.modal-header .close {
	float:right;
	padding-top: 0;
	background-color: transparent;
	border:none;
}
.modal-header .close img {
	width: 62px;
}
.modal {
	top:14%;
}
.modal-header {
	padding: 10px 15px;
	border-bottom: 1px solid #333;
}
.modal-content {
	background-color: #111;
}
/* Youtube player - END */

.site-content .parallax-section:nth-child(1) .section-wrap {
	padding: 0;
	content:none;
	display:inline;
}
.site-content .parallax-section:nth-child(1) {
	line-height:0.5;
	display:inline !important;
}
.parallax-section h1.parallax-title span:after {
	content: none;
	
}
.site-content .parallax-section:nth-child(1) .parallax-title {
	margin:0;
}
.team-slider {
transform: translate3d(0px, 0px, 0px) !important;
}
.parallax-title span, .call-to-action h1.animated {

  /*-webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);*/
  transform: rotateY(180deg);

/*
    -webkit-animation-duration: none;
    animation-duration: none;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    */
}
body #content .parallax-section, body #content .parallax-section .parallax-title, .service-content a {
	color: #dd0000;
}
.site-content .parallax-section:nth-child(2) .section-wrap {
	margin-top: -20px;
}
body .bttn {
    background-color: #dd0000;
    border-radius: 16px;
    color: #ccc;
}