/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

@font-face {
  font-family: ocean;
  src: url(/wp-content/themes/phlox-pro-childd/ocean.ttf);
}
body, p, h1, h2, h3, h4, h5, h6, .aux-h1, .aux-h2, .aux-h3, .aux-h4, .aux-h5, .aux-h6 {
  font-family: "ocean", Sans-serif !important;
		font-weight: 400 !important;
}

h1 {
	font-size: 40px !important;
}
h2 {
	font-size: 33px !important;
}
h3 {
font-size: 30px !important;
}
h4 {
font-size: 25px !important;
}
h5 {
font-size: 20px !important;
}
p {
  font-size: 24px !important;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 33px !important;
  }
  h2 {
    font-size: 27px !important;
  }
  h3 {
    font-size: 25px !important;
  }
  h4 {
    font-size: 40px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  p {
    font-size: 18px !important;
  }
}

/*Reducing font size for screens smaller than 640px*/
@media screen and (max-width: 640px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  p {
    font-size: 18px !important;
  }
} 


.portfoliolist li a {
	font-size: 18px;
	line-height: 0.4em;
	list-style: none;
	color: #54595f !important;
}
.portfoliolist li a:hover {
	color: #33ffbb !important;
}

.grecaptcha-badge{
	z-index: 999999 !important;
}

.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.page-title-section{

	display:none;

}


.marker{
	width: 200px !important;
}