/*
Theme Name: Print My Pic V2
Theme URI: https://twichy.co.il
Author: David Robert
Author URI: https://twichy.co.il
Web Master: David Robert
Web Master URI: http://twichy.co.il
Description: Updated theme for Print My Pic.
Text Domain: printmypic
Version: 3.1
*/

/*==========================================================================*/
/*                                  RESET                                   */
/*==========================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input, textarea, button {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	min-height: 100%;
	height: 100%;
	background: #FFF;
}

table {
	padding: 0px;
	margin: 0px;
}

fieldset {
	border: none;
}

a {
	text-decoration: none;
}

input[type=submit], button, .btn, a {
    cursor: pointer;
}

/*==========================================================================*/
/*                                  GLOBAL                                  */
/*==========================================================================*/

html {
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font-family: 'Carmela', 'Open Sans';
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    direction: rtl;
}

h1 {
    font-weight: bold;
    font-size: 50px;
    border-bottom: 5px solid black;
}

.wrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}




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

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
    background-color: white;
}

header .menu a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
    color: black;
    font-size: 25px;
}

header .menu a img{
    padding-top: 10px;
    height: 100px;
}

header .menu a:last-child {
    margin-left: 0;
}

header .menu a:first-child {
    margin-right: 0;
}

header .social-link{
	display: block;
	position: absolute !important;
	top: calc(50% - 13px);

}
header .social-link img{
	width: 26px !important;
	height: 26px !important;
	margin: 0 !important;
}
header .icon-insta{left: 20px;}
header .icon-facebook{left: 60px;}

header .mobile-logo{display:none; position:relative; margin: 0 auto; height: 70px; padding: 5px;}

header .hamburger{display:none; position:absolute; right:20px; top:21px; padding:0px 7px 0px 7px; cursor: pointer;}
header .hamburger span {
	display: block;
	margin: 5px 0px 5px 0px;
	height: 3px;
	background: #000;
	width: 26px;
}

@media all and (max-width:1000px) {
    header .hamburger, header .mobile-logo{display: block;}
    header .menu {
        display: none;
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        background: #FFF;
    }
    header .menu a {
        float: none;
        width: 100%;
        padding: 20px;
        margin: 0;
        border-bottom: 1px solid #555;
    }
    header .menu .home{display: none;}
}

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

#Home {
    position: relative;
    overflow-x: hidden;
	padding-top: 160px;
	width: 100%;
	min-height: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#Home .landing-text {
    position: absolute;
    z-index: 100;
	top: calc(50% - 150px);
	left: calc(50% - 350px);
    max-width: 700px;
    height: 320px;
	width: 90%;
	background: rgba(21,120,188, 0.8);
	padding: 40px;
	color: #FFF;
}
#Home .yellow-decor{
    position: absolute;
    z-index: 90;
	top: calc(50% - 150px);
	left: calc(50% - 350px);
    max-width: 700px;
    height: 400px;
	width: 90%;
    background: rgba(255, 204, 51, 0.8);
    transform: rotate(-38deg);
	padding: 40px;
	color: #FFF;
}
#Home .purple-decor{
    position: absolute;
    z-index: 80;
	top: calc(50% - 150px);
	left: calc(50% - 350px);
    max-width: 700px;
    height: 400px;
	width: 90%;
    background: rgba(200, 107, 168, 0.8);
    transform: rotate(15deg);
	padding: 40px;
	color: #FFF;
}


#Home .landing-text p{
    font-size: 35px;
}

@media all and (max-width:850px) {
    #Home .landing-text, #Home .yellow-decor, #Home .purple-decor {
        top: 150px;
        left: 5%;
        max-width: 90%;
        height: auto;
    }
    #Home .landing-text p{
        font-size: 25px;
    }
}


/*==========================================================================*/
/*                                 SERVICES                                 */
/*==========================================================================*/

#Services{
    width: 100%;
    background-color: #C86BA8;
    padding-top: 60px;
    color: white;
}

.services-text{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size: 18px;
}
.services-text h1{
    border-bottom: none;
	font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 110%;
}
.services-text .small{font-size: 16px; margin-bottom: 20px;}
.services-text .medium{font-size: 19px; margin-bottom: 60px;}

.services:after{
    content: "";
    clear: both;
    display: table;
}

.services .service .service-slider{
    position: relative;
	background: #000;
	width: 50%;
	height: 33vw;
	overflow: hidden;
}
.services .service .service-slider img{
    width: 100%;
    height: 33vw !important;
}
.services .service .service-slider .slick-prev {
	left: 25px !important;
	z-index: 1000 !important;
}
.services .service .service-slider .slick-next {
	right: 25px !important;
	z-index: 1000 !important;
}


.services .service .service-description{
	position: relative;
	width: 50%;
	height: 33vw;
	background: #FFF;
	color: #000;
	text-align: center;
}
.services .service .service-description h2{
    position: absolute;
    z-index: 1100;
	margin: 0 !important;
	display: block;
	line-height: 100%;
	padding: 20px 40px 10px 40px;
	top: 4vw;
	font-weight: bold;
	font-size: 2.5vw;
	background: #FDDA38;
	color: #000;
}
.services .service .service-description .description{
	padding: 80px;
	padding-top: 10vw;
	text-align: center;
}
.services .service .service-description h5{
	margin: 15px 0;
	font-weight: bold;
	font-size: 1.5vw;
	line-height: 100%;
	text-align: right;
	line-height: 115%;
}
.services .service .service-description p{
	font-size: 1.3vw;
	line-height: 130%;
	text-align: right;
}


.services .lefty{float: left;}
.services .lefty h2{right: -100px;}
.services .righty{float: right;}
.services .righty h2{left: -100px;}

.services .contact-btn, .services .link-btn{
	display: inline-block;
	margin: 0 auto;
	margin-top: 1.2vw;
	padding: 10px 40px 5px 40px;
	font-size: 1.6vw;
	color: #000;
	border: 2px solid #FDDA38;
	text-align: center;
	cursor: pointer;
}
.services .contact-btn:hover, .services .link-btn:hover{
	background: #FDDA38;
}


.YellowSeperator{
	width: 100%;
	height: 10px;
	background: #FDDA38;
}

@media all and (max-width:1000px) {
	.services .service .lefty{float: none;}
	.services .service .lefty h2{right: auto; left: auto;}
	.services .service .righty{float: none;}
	.services .service .righty h2{right: auto; left: auto;}
	
    .services .service .service-slider{height: auto; width: 100%; float: none;}
    .services .service .service-slider img{width: 100%; height: auto !important;}
    .services .service .service-description{height: auto; width: 100%; float: none; padding: 10%;}
    .services .service .service-description .description{padding: 0;}
	.services .service .service-description h2{width: 80%; left: 10%; top: -28px; font-size: 23px; padding: 20px 10px 10px 10px;}
	.services .service .service-description{padding: 10%}
	.services .service .service-description h5{font-size: 20px;}
	.services .service .service-description p{font-size: 18px;}
    .services .service .contact-btn, .services .link-btn{margin-top: 20px;font-size: 20px;}
}

/*==========================================================================*/
/*                                  EVENTS                                  */
/*==========================================================================*/

#Events{
    padding: 50px 0;
}

.events-gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.gallery-grid {
	flex: 33.33333%;
	max-width: 33.333333%;
	padding: 10px;
}

.gallery-grid img {
    margin-top: 20px;
    vertical-align: middle;
    width: 100%;
}

@media only screen and (max-width : 650px){
    .gallery-grid {
        flex: 100%;
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
}

/*==========================================================================*/
/*                              RECOMMENDATIONS                             */
/*==========================================================================*/


.recomendations-page {
    float: left;
    width: 100%;
    padding: 70px 0;
    background-color: rgb(21, 120, 188);
}
.recomendations-page h1{
	font-size: 40px;
    display: inline-block;
	padding: 0 10px;
    color: white;
    border-color: white;
	font-weight: bold;
}

.quote-slider{
	position: relative;
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	color: #FFF;
	padding-top: 50px;
	margin-bottom: 80px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.quote-slider:after{
	content: url('images/quote.svg');
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	right: -130px;
	top: 40px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}.quote-slider:before{
	content: url('images/quote.svg');
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	left: -130px;
	bottom: -20px;	
}

.quote-slider h3{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}.quote-slider p{
	font-size: 20px;
	text-align: justify;
}
.quote-block{display: none;}

@media all and (max-width:1000px) {
    .quote-slider:after{
        content: url('images/quote.svg');
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        right: 0;
        top: 15px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }.quote-slider:before{
        content: url('images/quote.svg');
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        left: 0;
        bottom: -20px;	
    }
}

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


#Contact{
	display: flex;
	align-items: stretch;
    float: left;
    width: 100%;
}

#Contact .form-container{
	float: right;
	width: 50%;
	padding: 6vw 40px;
}
#Contact .form-container h1{
    display: inline-block;
    color: #1578BC;
    border-color: #1578BC;
	padding: 0 5px;
}
#Contact .form-container p{
	font-size: 20px;
	padding: 40px 0;
}

#Contact .form-container .contact-form{
	display: block;
    color: #000;
	max-width: 600px;
	margin: 0 auto;
	-webkit-appearance: none;
}
#Contact .form-container .contact-form input{
    border: 1px solid #000;
    background: none;
    padding: 10px;
    float: right;
    width: 50%;
	padding: 13px;
    color: #000;
	-webkit-appearance: none;
}

#Contact .form-container .contact-form textarea {
	border: 1px solid #000;
	height: 100px;
	margin-bottom: 20px;
	padding: 13px;
	color: #000;
	-webkit-appearance: none;
	width: 100%;
	margin-top: -1px;
}

#Contact .form-container .contact-form button[type="submit"], #Contact .form-container .contact-form input[type="submit"] {
	display: block;
    float: none;
    margin: 0 auto;
	margin-top: 20px;
    border: 2px solid #000;
    font-size: 20px;
    color: #000;
    width: 170px;
    padding: 8px 0;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#Contact .form-container .contact-form button[type="submit"]:hover, #Contact .form-container .contact-form input[type="submit"]:hover {
    color: #FFF;
    background-color: #000;
}

#Contact .form-container .contact-form input[name="cf_name"], #Contact .form-container .contact-form input[name="cf_date"] {
	border-bottom: 0;
	border-left: 0;
}
#Contact .form-container .contact-form input[name="cf_email"], #Contact .form-container .contact-form input[name="cf_phone"] {
	border-bottom: 0;
}

#Contact .form-container .contact-form input.red, #Contact .form-container .contact-form textarea.red {
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(255,0,0,1);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(255,0,0,1);
	box-shadow: inset 0px 0px 2px 2px rgba(255,0,0,1);
}

#Contact .image-container{
	float: left;
	width: 50%;
	background-size: cover;
	background-size: cover;
	display: -webkit-flex; /* Safari */
	-webkit-align-items: center; /* Safari 7.0+ */
	-webkit-flex-wrap: wrap; /* Safari 7.0+ */
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
#Contact .image-container div{
    width: 50%;
	height: 33.33%;
    overflow: hidden;
    position: relative;
}
#Contact .image-container div img{
    width: 100%;
    height: auto;
    position: absolute;
}

#Contact .wpcf7-recaptcha{
    width: 300px;
    margin: 0 auto;
}

#Contact .special-event {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 40px;
	border-top: 2px dashed #1578BC;
	padding-top: 20px;
	color: #1578BC;
	font-size: 20px;
}

@media all and (max-width:1000px) {
    #Contact{display:block;}

    #Contact .form-container{
		width: 100%;
		float: none;
	}
	#Contact .form-container .contact-form{
        width: 100%;
        padding: 10px;
    }
    #Contact .form-container .contact-forminput{
        width: 100%;
		border-left: 1px solid #000 !important;
		border-bottom: none;
        margin-left: 0;
    }
	
	#Contact .image-container{width: 100%; display: none;}
    
}

/*==========================================================================*/
/*                                   FOOTER                                 */
/*==========================================================================*/
footer {
	font-family: 'Carmela', 'Open Sans';
	font-size: 13px;
	color: #1578BC;
	text-align: center;
	background-image: url('images/pattern.jpg');
	background-size: 100% 20px;
	background-repeat: no-repeat;
	padding: 30px 10px 10px 10px;
	float: left;
	width: 100%;
}

footer a, footer a:visited {
	color: #1578BC;
}

@media only screen and (max-width : 800px){
    footer {
        background-size: auto 20px;
    }
}

/*
=============================================================================
WP style
=============================================================================
*/

.alignleft {
    float: left;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.alignright {
    float: right;
    max-width: 100%;
    height: auto;
}

.alignnone {
    max-width: 100%;
    height: auto;
}

.wp-caption-text {
    color: #ccc;
}