h3 {    font-family: 'Playfair Display', serif;
	color: #0187c4 ;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

h1 {
	color: #3d3d3f;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    line-height: normal;
}

h2 {    font-family: 'Playfair Display', serif;
  color: #575757;
  font-size: 35px;
  line-height: normal;
}

h4 {    font-family: 'Playfair Display', serif;
  color: #797979;
  font-size: 20px;
  font-weight: 400;
}

p {padding:6px 0 !important;
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

li {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.menu_row {min-width: 100% !important;
	    position: fixed!important;
        z-index: 100; 
}
.main-navigation a {
    outline-offset: -8px;
    padding: 8px 6px;
    white-space: nowrap;
}

/*** about_content Properties***/

.about_content {
    background: #ffffff;
    border-radius: 5px;
    padding: 42px 32px;
}

/*CHANGE ROLLOVER AND ACTIVE MENU ITEM COLOUR*/

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a {
	color: #00afef; /*pink*/
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #00afef;
	color: #00afef;
}


/*** Pagination Customisation***/
.pagination {
    border-top: 4px solid #00afef;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 6% 2.947368421em;
    min-height: 56px;
    position: relative;
	text-align:left;
}

.pagination::before,
.pagination::after {border-radius: 90px;
    background-color: #00afef;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
}

.pagination .prev,
.pagination .next {
    background-color: #00afef;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
    border-radius: 90px;
}

.pagination .prev:hover,
.pagination .next:hover{
	border-radius: 90px;
    background-color: rgb(249, 238, 242);
    color: #00afef;
}





/*REMOVE PURPLE LINE ON RESPONSIVE MENU*/

@media screen and (max-width: 767px) {
		.main-navigation li:hover,
	.main-navigation .current-menu-item {
		border-color: #fff;
	}
}

/*Remove other menu borders*/

.main-navigation li {
	border-top: 1px solid #ffffff00;
	position: relative;
}
.main-navigation .primary-menu {
    border-bottom: 1px solid #ffffff00;
}

/*center the menu*/

	.menu-header-menu-container{
		display:inline-flex !important;
		}
		
/*** ABOUT CONTENT***/
.about_content {
    background: #ffffff;
    border-radius: 5px;
    padding: 42px 32px;
}
	

/*fullwidth contact */

.site-content .mpce-cfa-form .mpce-cfa-form-text, .site-content .mpce-cfa-form .mpce-cfa-form-email {
    width: 100% !important;
    display: inline-block !important;
}		

/* Menu wrapping thing*/
@media screen and (min-width: 768px) {
	.main-navigation {
		margin: 0 -2.875em;
	}
}


/*fix font in message field*/


.mpce-cfa-form textarea {	
	font-family: 'chosenfont', sans-serif;
	font-size: 13px;
	padding: 1em 1em;
}






/*** FIT GALLERY IMAGES INTO SCREEN***/

.vbox-container img {
    max-width: 70%;
    height: auto;
}




/*Create a to top icon... to_top predef. style (on column containing icon) refers to this css: */ 
/*remember to set icon to smoothScroll in predef. and to set #top and name - ID header row as such*/

.to_top .smue-ce-icon-obj {
	position: fixed !important;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}



