/*
	Theme Name: Third Phase Coaching
	Theme URI: https://www.thirdphasecoaching.co.uk
	Description: Business Coaching Theme.
	
	Version: 1.0.1
	
	Author: RTD Creative (@rtdcreative)
	Author URI: http://www.rtdcreative.com
	
	Text Domain: rtd
	Tags: one-column, two-columns, custom-header, custom-menu, editor-style, featured-images, translation-ready
	
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
*/
/* ==========================================================================
   Reset / Starter Styles
============================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Sarabun", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #3f56a6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: all ease-in-out 0.3s;
}

a:hover {
  color: #6b7fc7;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

body {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #359857;
}

h1, .h1 {
  font-size: 2.8rem;
}

h2, .h2 {
  font-size: 2.4rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

h3, .h3, h3 a {
  color: #359857;
  transition: all ease-in-out 0.3s;
}

h3 a:hover {
  color: #70b14b;
}

/* PARAGRAPHS */
p {
  padding: 1rem 0;
}

p small {
  font-size: 0.8rem;
  line-height: 1.2;
}

.sub-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0 !important;
}

.sub-title::before {
  content: '';
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 2vw;
  height: 3px;
  background-color: #4d76b8;
}

.sub-title_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  padding:0;
}

.sub-title_secondary::before {
  content: '';
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 2vw;
  height: 3px;
  background-color: #359857;
}

.sub-title_alt {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: white;
}

.sub-title_alt::before {
  content: '';
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 2vw;
  height: 3px;
  background-color: white;
}

/* ==========================================================================
   GRID - RTD-GRID
============================================================================= */
.container, .container-small, .container-smallest, .container-wide, .container-widest {
  margin: 0 auto;
  padding: 0 1rem;
  min-width: 280px;
}

.container {
  max-width: 1280px;
}

.container-wide {
  max-width: 1500px;
}

.container-widest {
  max-width: 1700px;
}

.container-small {
  max-width: 960px;
}

.container-smallest {
  max-width: 660px;
}

.row {
  margin: 0 auto;
  width: 100%;
}

.row:after {
  content: ".";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.row .onecol {
  width: 4.85%;
}

.row .twocol {
  width: 13.45%;
}

.row .threecol {
  width: 22.05%;
}

.row .fourcol {
  width: 30.75%;
}

.row .fivecol {
  width: 39.45%;
}

.row .sixcol {
  width: 48%;
}

.row .sevencol {
  width: 56.75%;
}

.row .eightcol {
  width: 65.3%;
}

.row .ninecol {
  width: 74.05%;
}

.row .tencol {
  width: 82.7%;
}

.row .elevencol {
  width: 91.35%;
}

.row .twelvecol {
  float: left;
  width: 100%;
  padding: 0 1rem;
}

.last {
  margin-right: 0;
}

/* ==========================================================================
   MINI GRID -- FLEXBOX GRID -- RTD-GRID
============================================================================= */
.mini-grid {
  display: flex;
  justify-content: space-between;
}

.col {
  flex: 1;
  margin: 1rem;
}

/* ==========================================================================
   FORMS
============================================================================= */
label {
	font-size:0.9em;
	margin:1em 0;
}
input, textarea, select {
	width:100%;
	border:1px solid #6b7fc7;
}
input, select {height:40px;}

input[type="submit"] {
	display: block;
    width: 50%;
    height: 50px;
    line-height: 0;
	border:none;
	outline:none;
}

/* ==========================================================================
   BUTTONS
============================================================================= */
.rtd-btn, input[type="submit"] {
  flex: 1 1 auto;
  padding: 1.2rem;
  margin: 1rem 0;
  background-size: 200% auto;
  color: white;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/*** Primary Button and any button or input elements we dont have direct access to.  ***/
.primary, input[type="submit"] {
  background-image: linear-gradient(to right, #3f56a6 0%, #4d76b8 100%);
  color: white;
}

.primary:hover, input[type="submit"]:hover {
  background-position: right center;
  color: white;
  text-decoration: none;
}

/*** Secondary Button ***/
.secondary {
  background-image: linear-gradient(to right, #359857 0%, #70b14b 100%);
  color: white;
}

.secondary:hover {
  background-position: right center;
  color: white;
  text-decoration: none;
}

/* ==========================================================================
   UTILITY CLASSES
============================================================================= */
.top-padding {
  padding-top: 1rem !important;
}

.push-down {
  margin-top: 1rem !important;
}

.push-up {
  margin-bottom: 1rem !important;
}

.large-text {
  font-size: 2rem !important;
}

.small-text {
  font-size: 0.5rem !important;
}

figure {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-bottom: 3px solid #3f56a6;
}

figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3f56a6;
  opacity: 0.4;
}

figure img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease-out;
}

figure:hover img {
  transform: scale(1.1) translateZ(0);
}

/***************************
	RESPONSIVE GOOGLE MAPS
***************************/
.responsive-map {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}

.responsive-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero480, .hero680, .hero750, .hero960, .hero1280, .hero1360 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero480 {
  padding: 12.12121% 0;
}

.hero680 {
  padding: 17.17171% 0;
}

.hero750 {
  padding: 18.93939% 0;
}

.hero960 {
  padding: 24.2424% 0;
}

.hero1280 {
  padding: 32.32323% 0;
}

.hero1360 {
  padding: 34.34343% 0;
}

/********************************************************************
	HEADER
********************************************************************/
.topbar {
  min-height:50px;
  background: #3f56a6;
  background: -moz-linear-gradient(left, #3f56a6 0%, #4d76b8 100%);
  background: -webkit-linear-gradient(left, #3f56a6 0%, #4d76b8 100%);
  background: linear-gradient(to right, #3f56a6 0%, #4d76b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f56a6', endColorstr='#4d76b8',GradientType=1 );
  color: white;
  font-size: 0.9rem;
}
.topbar p {
	padding:0;
	margin-bottom:0;
	line-height:50px;
}

.topbar a {
  color: white;
  transition: all ease-in-out 0.3s;
}

.topbar a:hover {
  color: #70b14b;
}

.topbar i {
  padding: 0 1rem;
}

.topbar .social-links {
  text-align: right;
}

.branding {
  padding: 1rem 0;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(77, 77, 77, 0.6);
  -moz-box-shadow: 0px 10px 10px 0px rgba(77, 77, 77, 0.6);
  box-shadow: 0px 10px 10px 0px rgba(77, 77, 77, 0.6);
}

.hero_content {
  max-width: 480px;
  text-align: left;
  color: white;
  margin-left: 10vw;
}

.hero_content h1 {
  color: white;
  letter-spacing: -1px;
  text-shadow: 0px 0px 5px black;
  line-height: 1.25;
}

.hero_content p {
  font-size: 1.1rem;
  text-shadow: 0px 0px 5px black;
  padding-bottom: 2rem;
}

.page_header_internal {
  position: relative;
  min-height: 600px;
}

.page_header_content {
  position: absolute;
  left: 5vw;
  top: 10vh;
  padding: 2rem;
  max-width: 510px;
}

.page_header_content h1 {
  color: #3f56a6;
}

.page_header_content h1 span {
  color: #359857;
}

.page_header_content .intro {
  font-size: 1.5rem;
}

.page_header_content hr {
  margin-top: 10vh;
  border: 1px solid #e6e6e6;
  outline: none;
}

.blog_header_internal {
  min-height: 650px;
  padding: 2rem;
}

.blog_header_content {
  padding-top: 6rem;
  max-width: 640px;
}

.blog_header_content h1 {
  color: #3f56a6;
}

.blog_header_content h1 span {
  color: #359857;
}

.blog_header_content .intro {
  font-size: 1.5rem;
}

.blog_header_content hr {
  margin-top: 5vh;
  border: 1px solid #cccccc;
  outline: none;
}

/********************************************************************
	NAVIGATION
********************************************************************/
.main-nav {
  padding: 0;
}

.main-nav ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.main-nav ul li {
  display: inline-block;
}

.main-nav ul li a {
  display: block;
  padding: 1rem;
  color: #4d4d4d;
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.main-nav ul li a:hover {
  color: white;
  background-color: #359857;
  text-decoration: none;
}

.main-nav ul li:hover > ul {
  display: block;
}

.main-nav ul li:hover > a {
  background-color: #359857;
  color: white;
}

.main-nav ul ul {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 280px;
  background-color: #2a396f;
}

.main-nav ul ul li {
  position: relative;
  display: block;
}

.main-nav ul ul li a {
  padding: 1rem;
  color: white;
  text-align: left;
  text-transform: capitalize;
}

.main-nav ul ul li a:hover {
  background-color: #3f56a6;
  color: white;
}

.main-nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

.main-nav ul li > a:after {
  font-family: 'FontAwesome';
  content: ' \f107';
}

.main-nav ul li > a:only-child:after, .main-nav ul li ul li a:only-child:after {
  content: '';
}

.main-nav ul li ul li a:after {
  content: ' \f101';
  font-family: 'FontAwesome';
}

.menu {
  display: block;
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu li {
  display: inline-block;
  margin: 0 1rem;
}

.menu li a {
  display: block;
  line-height: 50px;
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
}

/**Pagination**/
.page-numbers {
	display:block;
	padding:2rem 0;
    margin:0 auto;
	list-style: none;
	text-align:center;
}

.page-numbers li {
    display: inline-block;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 40px;
    display: block;
    padding: 0 6px;
    height: 40px;
	width:40px;
    line-height: 40px;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #3f56a6;
    color: #3f56a6;
	transition:all 0.3s ease-in-out;
}

.page-numbers a span { padding: 0 }

.page-numbers.current {
	color: #fff;
    background: #359857;
	border: 1px solid  #359857;
    text-decoration: none;
}

.page-numbers a:hover,
.page-numbers.current:hover {
    color: #fff;
    background: #3f56a6;
	border: 1px solid #3f56a6;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

/********************************************************************
	BEFORE THEME CONTENT
********************************************************************/
.home_before_theme_content {
  display: grid;
  grid-template-columns: auto;
  grid-auto-flow: column;
  grid-gap: 2rem;
  margin-top: -10vh;
  margin-bottom: 10vh;
}

.home_before_theme_content .item {
  position: relative;
  z-index: 2;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.6);
}

.home_before_theme_content .item .img {
  display: inline-block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.75) 75%, white 100%);
}

.home_before_theme_content .item .img img {
  position: relative;
  z-index: -1;
  display: block;
}

.home_before_theme_content .item .content {
  margin-top: -15vh;
  padding: 0 2rem 2rem 2rem;
}

.home_before_theme_content .item .content h3 {
  margin-bottom: 0;
}

.home_before_theme_content .item .content p {
  padding: 1rem 0;
}

/********************************************************************
	HOMEPAGE
********************************************************************/
.main_content {
  margin-top: -5vh;
  text-align: center;
}

.main_content h2 {
  color: #359857;
}

.extra_content {
  padding: 2rem 4rem;
  margin: 2rem 0;
  background-color: #3f56a6;
  color: white;
  text-align: left;
}

.grid-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  align-items: center;
}

.continued_content {
  padding: 2rem 0 4rem 0;
  text-align: left;
}

.continued_content h4 {
  color: #359857;
}

/********************************************************************
	PAGE STYLES
********************************************************************/
.page_intro_block {
  padding: 2rem 4rem;
  background-color: #e6e6e6;
}

.page_intro_block h2 {
  color: #3f56a6;
}

.page_intro_block h2 span {
  color: #359857;
}

.page_block_content {
  column-count: 3;
  column-gap: 1rem;
}

.main-page-content {
  padding: 2rem 0 2rem 4rem;
}

.main-page-content h2 {
  color: #359857;
}

.main-page-content h4 {
  color: #4d76b8;
}

/********************************************************************
	BLOG INDEX / BLOG SINGLE STYLES
********************************************************************/
.latest_posts_list {
  padding: 2rem;
  background: #359857;
  background: -moz-linear-gradient(left, #359857 0%, #70b14b 100%);
  background: -webkit-linear-gradient(left, #359857 0%, #70b14b 100%);
  background: linear-gradient(to right, #359857 0%, #70b14b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359857', endColorstr='#70b14b',GradientType=1 );
}

.latest_posts_list h2 {
  color: white;
  margin: 0;
}

.post_list_grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin: 2rem 0;
}
.post_list_grid p, .post_list_grid h5 {
	margin-bottom:0;
}

.featured_post {
  position: relative;
  height: 370px;
  color: white;
}

.featured_content {
  position: relative;
  top: 75px;
  padding: 2rem;
}

.featured_content a {
  color: white;
}

.featured_content a:hover {
  color: #70b14b;
}

.featured_content a:hover i {
  margin-left: 1rem;
}

.post_item {
  position: relative;
  background-color: white;
  border: 1px solid white;
}

.tp_post_thumbnail {
  width: 100%;
  height: 170px;
}

.post_content {
  padding: 2rem;
}

.post_content h5 a, .post_content p a {
  color: #359857;
}

.tp_post_date {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: white;
  text-align: right;
}

.latest-posts-index {
  padding: 2rem 0;
}

.blog_article_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  align-items: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}

.blog_index_thumbnail {
	width:100%;
	min-height:480px;
	
}
.blog_index_content {padding:2rem 0;}

.blog_index_content h1 a span {
  color: #359857;
}

.blog_index_content h1 a span:hover {
  color: #70b14b;
}

.tp_post_meta {
  display: block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.tp_post_meta li {
  display: inline-block;
  padding-right: 1rem;
}

.tp_post_meta li i {
  color: #359857;
}

.social_share {
  display: block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.social_share li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.social_share li a {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}

.facebook {
  background-color: transparent;
  border: 2px solid #1877f2;
}

.facebook:hover {
  background-color: #1877f2;
}

.facebook a {
  color: #1877f2;
}

.facebook a:hover {
  color: white;
}

.twitter {
  background-color: transparent;
  border: 2px solid #1da1f2;
}

.twitter:hover {
  background-color: #1da1f2;
}

.twitter a {
  color: #1da1f2;
}

.twitter a:hover {
  color: white;
}

.whatsapp {
  background-color: transparent;
  border: 2px solid #25d366;
}

.whatsapp:hover {
  background-color: #25d366;
}

.whatsapp a {
  color: #25d366;
}

.whatsapp a:hover {
  color: white;
}

.single_post_content {
  padding: 2rem 0;
}

.single_post_content .intro-text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.tp_post_meta_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  align-items: center;
}

.tp_category_links {
  text-align: right;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.tp_category_links a {
  color: #4d4d4d;
}

.tp_category_links a:hover {
  color: #70b14b;
}

/********************************************************************
	AFTER THEME CONTENT
********************************************************************/
.after_theme_content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1rem;
  align-items: center;
  justify-items: center;
  min-height: 280px;
  margin-bottom: 2rem;
  background: url("images/widget-bg.jpg") no-repeat center center #3f56a6;
  background-size: cover;
}

.after_theme_content p {
  padding: 0 0 0 4rem;
  margin: 0;
  color: white;
}

/********************************************************************
	WIDGET AREAS
********************************************************************/
.widget_footer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 600px;
  background: url("images/footer-bg.jpg") no-repeat center center #fff;
  background-size: cover;
}

.contact_card {
  position: absolute;
  bottom: 340px;
  padding: 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 2rem;
  align-items: center;
  max-width: 1280px;
  max-height: 300px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.6);
}

.contact_card h3 {
  color: #3f56a6;
}

.contact_card i {
  color: #359857;
}

.contact_card a {
  color: #4d4d4d;
}

.contact_card a:hover {
  color: #3f56a6;
}

/********************************************************************
	FOOTER
********************************************************************/
footer {
  padding: 2rem;
  background: -moz-linear-gradient(left, #3f56a6 0%, #4d76b8 100%);
  background: -webkit-linear-gradient(left, #3f56a6 0%, #4d76b8 100%);
  background: linear-gradient(to right, #3f56a6 0%, #4d76b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f56a6', endColorstr='#4d76b8',GradientType=1 );
  color: white;
}

footer .widget_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 150px;
}

footer h4 {
  color: white;
}

.footer_social {
  display: block;
  text-align: left;
  list-style: none;
  padding: 0;
}

.footer_social li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
}

.footer_social li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #3f56a6;
}

.footer_social li a:hover {
  color: #359857;
}

footer form {
  display: flex;
  flex-direction: row;
  height: 50px;
  border: 2px solid white;
  text-align: left;
}

footer form .input-icons i {
  position: absolute;
}

footer form .input-icons {
  width: 100%;
  margin-bottom: 1rem;
}

footer form .icon {
  padding: 1rem;
  color: white;
  min-width: 50px;
  height: 50px;
}

footer form .input-field {
  flex-grow: 2;
  height: 50px;
  border: none;
  outline: none;
  background-color: transparent;
}

footer form ::placeholder {
  padding-left: 3rem;
  color: white;
  font-size: 0.8rem;
}

footer form button {
  float: right;
  padding: 0 1rem;
  height: 48px;
  background: -moz-linear-gradient(left, #359857 0%, #70b14b 100%);
  background: -webkit-linear-gradient(left, #359857 0%, #70b14b 100%);
  background: linear-gradient(to right, #359857 0%, #70b14b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359857', endColorstr='#70b14b',GradientType=1 );
  color: white;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-bottom: 2px solid white;
}

.copyright {
  min-height: 50px;
  background: #359857;
  background: -moz-linear-gradient(left, #359857 0%, #70b14b 100%);
  background: -webkit-linear-gradient(left, #359857 0%, #70b14b 100%);
  background: linear-gradient(to right, #359857 0%, #70b14b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359857', endColorstr='#70b14b',GradientType=1 );
  color: #fff;
}

.copyright p {
  padding: 0;
  margin: 0;
  line-height: 50px;
}

.copyright p a {
  color: white;
}

/**Smooth Scroll**/
#scroll {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #359857;
  outline: none;
  -webkit-transition: background-color 0.8s ease-out;
  transition: background-color 0.8s ease-out;
  cursor: pointer;
}

#scroll span {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

#scroll span i {
  display: block;
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  line-height: 50px;
}

#scroll:hover {
  background-color: #70b14b;
  outline: none;
  text-decoration: none;
}

/********************************************************************
	WORDPRESS CLASSES
********************************************************************/
.alignnone {
  margin: 0 1rem 1rem 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto;
}

p.aligncenter {
  padding-top: 1rem;
  text-align: center;
}

.alignright {
  float: right;
  margin: 0;
}

.alignrightfooter {
  float: right;
}

.alignleft {
  float: left;
  margin: 0px 1rem 1rem 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 5px auto;
}

a img.alignright, img.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

a img.alignnone, img.alignnone {
  margin: 0 1rem 1rem 0;
}

a img.alignleft, img.alignleft {
  float: left;
  margin: 0 1rem 2rem 0;
}

a img.aligncenter, img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 6px 3px 9px;
  max-width: 96%;
  background: white;
  border: 1px solid;
  border-color: #cccccc;
  text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 0 1rem 1rem 0;
}

.wp-caption.alignright {
  margin: 0 0 1rem 1rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0 4px 5px;
}

.full-width img {
  padding: 5px;
  background-color: white;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 3px solid white;
}

.attachment-post-thumbnail {
  max-width: 100%;
}

.widget_recent_entries ul li {
  list-style: none;
}

.widget_recent_entries li {
  margin-bottom: 1rem;
}

/* ==========================================================================
   MEDIA QUERIES
============================================================================= */
@media handheld, only all and (max-width: 60em) {
  html {
    text-align: center;
  }
  .row, .container .container-wide, .container-widest, .container-small, .container-smallest {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: 0;
  }
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: auto;
  }
  img.alignright {
    margin: 0;
  }
  .topbar {
    text-align: center;
  }
  .topbar .social-links {
    text-align: center;
  }
  .branding {
    margin: 0 auto;
    text-align: center;
  }
  .hero480, .hero680, .hero750, .hero960, .hero1280, .hero1360 {
    display: block;
    min-height: 550px;
    padding: 2rem;
  }
  .hero_content {
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .home_before_theme_content {
    display: block;
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .home_before_theme_content .item .img {
    display: block;
  }
  .home_before_theme_content .item .img img {
    width: 100%;
  }
  .item {
    margin: 2rem 0;
  }
  .main_content {
    margin-top: 2rem;
  }
  .grid-content {
    grid-template-columns: 1fr;
  }
  .extra_content {
    padding: 2rem;
  }
  .after_theme_content {
    grid-template-columns: 1fr;
  }
  .after_theme_content p {
    padding: 2rem;
    text-align: center;
  }
  .post_list_grid {
    grid-template-columns: 1fr;
  }
  .featured_post {
    width: 100%;
  }
  .widget_footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contact_card {
    bottom: 50px;
    grid-template-columns: 1fr;
    max-height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  footer {
    text-align: center;
  }
  footer .widget_grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .footer_social {
    display: block;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .copyright p {
    padding: 1rem 0;
    line-height: 1.5;
  }
  .menu {
    display: block;
    text-align: center;
  }
  .page_header_content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 2rem;
    max-width: 510px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  .page_header_content hr {
    margin-top: 2vh;
  }
  .page_block_content {
    column-count: 1;
  }
  .main-page-content {
    padding: 2rem;
  }
  .blog_article_grid {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .tp_post_meta_grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}