/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@font-face{
	font-family:'effra-medium';
	src:url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Md.eot');
	src:url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Md.eot?#iefix') format('embedded-opentype'),
	url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Md.woff') format('woff'),
	url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Md.ttf') format('truetype');
	font-style:normal;
	font-weight: normal;
}

@font-face{
	font-family:'effra-regular';
	src:url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Rg.eot');
	src:url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Rg.eot?#iefix') format('embedded-opentype'),
	url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Rg.woff') format('woff'),
	url('https://www.rightmove.co.uk/overseas-magazine/content/themes/Avada-Child-Theme/fonts/Effra_Md.ttf') format('truetype');
	font-style:normal;
	font-weight: normal;
}


body {
	font-family: 'effra-regular',arial,helvetica,sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.615;
	letter-spacing: 0;
	color:#262637;
}

strong {
	font-weight:500;
}

a { 
	color:#036b75; 
	text-decoration:none;
}
a:hover { 
	color:#036b75; 
	text-decoration:underline; 
}

h1 {
	font-family: 'effra-regular',arial,helvetica,sans-serif !important; 
	font-size: 23px;
	font-weight: 400;
	color: #262637;
	line-height: 2.2rem;
}

h2 {
	font-family: 'effra-regular',arial,helvetica,sans-serif !important; 
	font-size: 23px;
	font-weight: 400;
	color: #262637;
	line-height: 2.2rem;
}

h3 {
	font-family: 'effra-regular',arial,helvetica,sans-serif !important; 
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

h4 {
	font-family: 'effra-regular',arial,helvetica,sans-serif !important; 
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height:1;
}

h5 {
	font-family: 'effra-regular',arial,helvetica,sans-serif !important; 
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height:1;
}

h6 {
	font-family: 'effra-regular',arial,helvetica,sans-serif !important; 
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height:1;
}

.button {  
	background: #00deb6;
    border-color: #00deb6;
    color: #262637;
    font-family: 'effra-medium',arial,helvetica,sans-serif !important;
    font-size: 17px;
    font-weight: normal;
    line-height: 29px;
    padding: 0 50px;
    text-shadow: none;
}

strong {
	font-weight:700;
}

.fusion-button {
	text-transform:none !important;
}

.fusion-button.button-small {
	text-transform:none !important;
	padding:0 48px !important;;
	border:none !important;
	border-radius:3px !important;
	font-size:17px !important;
	line-height:29px !important;
	color:#262637 !important;
	font-family: Effra-Medium,arial,helvetica,sans-serif !important;
}

.fusion-column-wrapper ul {
	padding:0;
}
.fusion-column-wrapper li {
	position:relative;
	margin:0 0 3px 0;
	list-style:none;
}
.fusion-column-wrapper li:before {
	width:8px;
	height:8px;
	background:#009177;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-4px;
	content:"";
}
.fusion-column-wrapper .half li {
	float:left;
	width:50%;
}

.fusion-column-wrapper .dash li {
	border-bottom:1px dashed #dfdfe1;
	padding-bottom:3px;
}

.fusion-column-wrapper a:hover { 
	text-decoration:underline !important;
}
.rmMenu ul {
    min-width: 500px;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 25px;
}
.rmMenu ul::after {
    content: '';
    display: inline-block;
    width: 100%;
}
.rmMenu ul li {
	display: inline-block;
}
.rmMenu ul li a {
	font-family: 'effra-medium',arial,helvetica,sans-serif;
	font-size: 17px;
	height: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    color: #262637;
    position: relative;
}
.rmMenu ul li:hover > a:after {
	height: 3px;
  	background: #009177;
  	width: 100%;
  	display: block;
  	position: absolute;
  	bottom: -10px;
  	left: 0;
  	content: '';
}
.rmMenu ul li:hover > a {
	text-decoration: none !important;
	color: #5A5A5E;
}
.rmMenu ul li:hover > a:after {
	display: none;
}
.rmMenu ul li.current_page_item a:after {
	height: 3px;
  	background: #009177;
  	width: 100%;
  	display: block;
  	position: absolute;
  	bottom: -10px;
  	left: 0;
  	content: '';
}
.mobileTriger {
	display: none;
	text-decoration: underline;
	color: #036b75;
	font-family: 'effra-medium',arial,helvetica,sans-serif;
	font-size: 17px;
	font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    padding: 18px 0;
}
@media (max-width: 50em) {
	.rmMenu.closedMenu {
		display: none;
	}
	.rmMenu ul li.current_page_item a:after {
		display: none;
	}
	.rmMenu.openedMenu {
		display: block;
	}
	.rmMenu ul {
	    margin-top: 0;
	    margin-left: 20px;
	}
	.rmMenu ul li {
	    display: block;
	    padding-left: 25px;
	    position: relative;
	}
	.rmMenu ul li a {
		color: #009177;
	}
	.rmMenu ul li:hover > a {
		color: #009177;
	}
	.rmMenu ul li::before {
	    display: block;
	    content: '';
	    background: #009177;
	    height: 5px;
	    width: 5px;
	    border-radius: 10px;
	    position: absolute;
	    left: 0;
	    bottom: 5px;
	}
	.mobileTriger {
		display: block;
		color: #009177;
	}
	.mobileTriger.closedMenu span {
		display: inline-block;
    	margin-right: 7px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 15px;
		border-color: transparent transparent transparent #009177;
		line-height: 0px;
		_border-color: #000000 #000000 #000000 #009177;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
		-webkit-transform:rotate(360deg);
	}
	.mobileTriger.openedMenu span {
		display: inline-block;
    	margin-right: 7px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 7.5px 0 7.5px;
		border-color: #009177 transparent transparent transparent;
		line-height: 0px;
		_border-color: #009177 #000000 #000000 #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
		-webkit-transform:rotate(360deg);
	}
	.shortcodeMenuContainer {
		position: relative;
		margin-bottom: 10px;
	}
	.shortcodeMenuContainer::after {
		position: absolute;
		width: 150%;
		bottom: 0;
		content: '';
		display: block;
		height: 1px;
		left: -25%;
		background: #009177;
	}
}

.fusion-modal h2, .fusion-page-title-bar h2, .fusion-widget-area h2, .post-content h2 {
	font-weight: 700;
}