/* $Id: amforanpr.css 4233 2017-06-01 11:52:12Z damien $ */

/* Colours:
Logo pink: #ed008c
Logo black: #1e231f
*/

body { color: #1e231f; }
body > div { font-size: 2.5rem; }
.site-header { background-color: #ed008c; }

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Cormorant Garamond', serif;
}

a,
.entry-title a:focus,
.entry-title a:hover,
.home-odd .featured-content .entry-title a:focus,
.home-odd .featured-content .entry-title a:hover {
    color: #ed008c;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-responsive-menu button:focus,
.genesis-responsive-menu button:hover,
.menu-toggle:focus,
.menu-toggle:hover,
.site-header .widget-area a:focus,
.site-header .widget-area a:hover,
.site-footer a:hover,
.site-footer a:focus {
    color: #1e231f;
}

.site-inner .widget-wrap, .entry-content { visibility: hidden; } /* Initially hide for scrollReveal.js to fade in. */

.home-section-1 .wrap { padding-top: 1em; } /* Title removed so need to add some space at top. */
.home-section-1 .wrap, .home-section-3 .wrap, .home-section-5 .wrap {
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 1em;
}
@media only screen and (max-width: 860px) {
    /* Fade in and out at ends to look better on mobile. */
    .home-section-1 .wrap, .home-section-3 .wrap, .home-section-5 .wrap {
        background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 5%, rgba(0,0,0,0.6) 95%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 5%, rgba(0,0,0,0.6) 95%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 5%, rgba(0,0,0,0.6) 95%, rgba(0, 0, 0, 0) 100%);
    }
}
.home-odd p {
    font-weight: bold;
}


/* A little space between photos. */
.jr-insta-thumb ul.thumbnails li img {
    padding-right: 5px;
    padding-bottom: 5px;
}
/* Hide photos on twitter widget. */
.MediaCard-media, .NaturalImage {
    display: none;
}
/* Hide retweet/like actions. */
.timeline-Tweet-metadata, .timeline-Tweet-actions {
    display: none;
}
/* Direct Safari not to style buttons and inputs. */
.wpcf7-form input { -webkit-appearance: none; border-radius: 0; }

@media only screen and (min-width: 1024px) {
.home-section-4 .widget { float: left; width: 48%; padding-right: 2%; } /* Fit two widgets side-by-side on desktop. Leave full width on mobile. */
}

.entry-content ul > li { font-size: 1.5em; } /* For PR Services lists - larget top list item. */
.entry-content ul > li li { font-size: 0.65em; font-style: italic; list-style-type: circle; } /* For PR Services nested lists. */

hr.clearfix { border-top-width: 0; margin: 0; }

/* Testimonials styling. */
.client-testimonial blockquote {
    margin-top: 0;
}
.client-quote {
    font-weight: bold;
}
@media only screen and (min-width: 1020px) {
    /* 70% width line after testimonial */
    .client-testimonial:after {
        content: "";
        display: block;
        width: 70%;
        margin: 1em auto;
        border-bottom: 1px solid #1e231f;
    }
    /* Show two >> to left of client name */
    .client-quote::before {
        content: "\003e\003e";
        display: block;
        font-size: 30px;
        font-size: 3rem;
        height: 0;
        left: -3.5rem;
        position: relative;
        top: -1rem;
    }
}
@media only screen and (max-width: 1020px) {
    /* 70% width line after testimonial */
    .client-quote:after {
        content: "";
        display: block;
        width: 70%;
        margin: 1em auto;
        border-bottom: 1px solid #1e231f;
    }
}

/* Simple Social Icons CSS. */
.home .simple-social-icons ul li a, .home .simple-social-icons ul li a:hover, .home .simple-social-icons ul li a:focus { background-color: #ed008c !important; border-radius: 48px; color: #ffffff !important; border: 0px #ffffff solid !important; font-size: 48px; padding: 14px !important; }
.home .simple-social-icons ul li a:hover, .home .simple-social-icons ul li a:focus { background-color: #242021 !important; border-color: #ffffff !important; color: #ffffff !important; }
.home .simple-social-icons ul li a:focus { outline: 1px dotted #242021 !important; }

.home .simple-social-icons li a {
    -webkit-transition: transform 0.4s ease-out;
    -moz-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.home .simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.client-logo {
    text-align: center;
}
.client-logo img {
    padding-top: 1em;
    padding-bottom: 1em;
}

/* Background image for contact form. */
.page-contact-us .wpcf7-form { background: rgba(0,0,0,0.5) url("/wp-content/uploads/2017/05/contact-us-page.jpg") left center no-repeat; color: #fff; padding: 1em; }
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea { opacity: 0.7; }
.wpcf7-form input[type="submit"] { border: 1px solid #fff; }
.wpcf7-form input[type="submit"]:hover { border-color: #ed008c; }
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover, .button:focus, .button:hover { background-color: #ed008c; }

/* PR Services. */
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0 0.5em 0.5em; /* Was 2em */
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/*word-spacing: -0.15em;*/
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
    padding-left: 0.2em;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
    font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 0.2em 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,60px,0);  /* Was 20px */
	transform: translate3d(0,60px,0);  /* Was 20px */
}
figure.effect-julia:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 0.6em; /* was 0.4em 1em */
	background: rgba(255,255,255,0.7); /* Was 0.9 opacity */
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
    font-style: italic;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* Contact Form 7 styles - minified at https://cssminifier.com/. */
div.wpcf7{margin:0;padding:0}div.wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-mail-sent-ok{border:2px solid #398f14}div.wpcf7-mail-sent-ng{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-validation-errors{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative}span.wpcf7-not-valid-tip{color:red;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip span.wpcf7-not-valid-tip{position:absolute;top:20%;left:20%;z-index:100;border:1px solid red;background:#fff;padding:.2em .8em}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label::after,span.wpcf7-list-item-label::before{content:" "}.wpcf7-display-none{display:none}div.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-image:url(../../images/ajax-loader.gif);width:16px;height:16px;border:none;padding:0;margin:0 0 0 4px;vertical-align:middle}div.wpcf7 .ajax-loader.is-active{visibility:visible}div.wpcf7 div.ajax-error{display:none}div.wpcf7 .placeheld{color:#888}div.wpcf7 .wpcf7-recaptcha iframe{margin-bottom:0}div.wpcf7 input[type=file]{cursor:pointer}div.wpcf7 input[type=file]:disabled{cursor:default}