/*
Theme Name: 123 Pips
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.css');

body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #8b9094;
	font-weight:400;
	font-family: 'Nunito', sans-serif;	
}
.spidochetube {
	width:100% !important;
}
#wpgpyt-wrapper {
	padding:0 !important;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-rite {
	float:right;
	position: relative;
	padding:0 0 10px 10px;
	max-width:500px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height:26px;	
}
.logo {
	position: relative;
}
a {
	text-decoration:none;
	outline:none;
	color:#1abb9c;
}
a:hover, a:focus, a:active{
	color:#1abb9c;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
h1 {
    color:#054C80;
    font-weight: 700;
    font-size: 44px;
	padding-bottom:30px;
	margin:0;
}
h2 {
    color:#054C80;
    font-weight: 700;
    font-size: 44px;
	padding-bottom:30px;
	margin:0;
}
h3 {
    color:#054C80;
    font-weight: 700;
    font-size: 30px;
	padding-bottom:20px;
	margin:0;
}
h4 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin:0 0 20px;
	text-transform:uppercase;	
}
h5 {
	color:#56296c;
    font-weight: 400;
    font-size: 20px;
	padding-bottom:20px;
	margin:0;
}

h6 {
    
}
hr {
	padding:0px 0 15px;
	margin:15px 0 0;
}
section { 
	padding:40px 0;
}
.post sub {
    vertical-align: top;
	font-size: 15px;
}
.inner-sec {
	min-height: 70vh;
}
.container-fluid {
    max-width:1830px;
	width:100%;
}
.container{
    max-width:1200px;
	width:100%;
}
.top-header {
    position:relative;
    padding: 10px 0;
	border: 1px solid #ccc;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0;
	background-color:#ededed;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
}
.header-right {
	margin-top:10px;
	text-align: right;
}
a.site-btn, .rm-btn {
    font-size: 14px;
    padding: 6px 15px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
	background:#0e426ec7;
	border:1px solid #0e426ec7;
	 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-transition-duration: 0.4s; /* Safari */
     transition-duration: 0.4s;
	border-radius:5px;
}
a.site-btn:hover, .rm-btn:hover{
    background:transparent;
	color: #3B72C0;
	cursor:pointer;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);	
}
a.site-btn2{
    font-size: 14px;
    padding: 6px 15px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
	background:#1abb9c;
	border:1px solid #1abb9c;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	border-radius:5px;
}
a.site-btn2:hover{
    background:transparent;
	color: #1abb9c;
	cursor:pointer;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	 
}
.banner {
    position: relative;
	margin:20px 0;
}
.banner-text {
    position: relative;
	margin-top:40px;
}
.banner-text h1 {
	font-size: 60px;
	color:#222222;
	padding-bottom:20px;
}
.banner-text h1 span{
	font-size: 16px;
	display: block;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#1abb9c;
}
.banner-text h1:after {
	display:none;
}
.banner-text p {
	margin-bottom:0px;
	color:#fff;
	font-size:18px;
}
.register-bg{
	background:#1abb9c;
}
.register-bg h2 {
	color:#fff;
}
.register-form-bg {
	background:#fff;
	border-radius:5px;
	padding:40px 20px;
}
.register-form-bg h3 {
	color:#222222;
}
.register-form-bg .rm-btn {
	background:#1abb9c;
	border:1px solid #1abb9c;
}
.register-form-bg .rm-btn:hover{
    background:transparent;
	color: #1abb9c;
	cursor:pointer;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);	
}
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
	font-size:15px;
}
.navigation {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	width: 100%;
	background-color:#cceeef;
	height:70px;
	margin-bottom:30px;
	text-align: center;
}
/*************** News css ***********/
.home .post, .blog .post{
	/*-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%); */
	 margin-bottom: 30px;
}
.home .post h3, .blog .post h3{ 
	color:#1abb9c;
	margin-top:30px;
}
.post-details {
    position: relative;
    min-height: 230px;
	text-align:center;
}
.post-details a.site-btn, .post-details a.site-btn2{
	position: absolute;
	bottom:15px;
	right:0px;
	left:0;
	margin:0 auto;
	width:180px;
}
.post-img {
    border: 1px solid #eee;
	background-color: #f3f8f8;
    padding: 20px;
	border-radius:15px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}
.rmagic .rmrow .rminput input[type="text"], .rmagic .rmrow .rminput input[type="password"], .rmagic .rmrow .rminput input[type="email"], .rmagic .rmrow .rminput input[type="url"], .rmagic .rmrow .rminput input[type="number"], .rmagic .rmrow .rminput textarea, .rmagic .rmrow .rminput select {
	border:none;
	background-color:#f9fafb;
	border:1px solid #f2f5f7;
}
/**************************/
/***** Media-Querries *****/
/**************************/
@media (max-width: 1327px){  

h5 {
    font-size: 20px;
	}
.banner-text h1 {
    font-size: 43px;
}
.banner-text h1 span{
	font-size: 30px;
}	
.footer {
    font-size: 13px;
}	
}

@media (max-width: 1199px) {
 iframe {
	width:100%;
	}
h1 {
    font-size: 28px;
}	
h2 {
    font-size: 28px;
}
h4 {
	letter-spacing: 0px;
	font-size: 18px
	}
h5 {
    font-size: 21px;
}	
.banner-text h1 {
    font-size: 36px;
}	
.banner-text h1 span {
    font-size: 16px;
}
.footer {
    font-size: 11px;
}
}

/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) {	
.banner-text {
   margin-bottom:20px;
}
.banner-text h1 {
    font-size: 30px;
    padding-bottom: 10px;
}
.banner-text h1 span{
    font-size: 18px;
    display: block;
    font-weight: 500;
}	
h1 {
    font-size: 24px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}	
h4{
    font-size: 18px;
	letter-spacing: 0px;
}
h5 {
    font-size: 22px;
}		
.header-right {
    text-align: center;
	width: 100%;
	margin-top:0;
}
.footer {
		font-size:8px;
	}
}

@media (max-width: 767px) {
body {
		font-size:13px;
	}
section{		
	    padding: 30px 0;
}
.logo {
	max-width:250px;
	margin-top:0px;
	text-align: center;
	margin: 0 auto;
	}
p {
    line-height: 18px;
}	
h1 {
    font-size: 25px;
}
h2 {
    font-size: 25px;
	padding-bottom: 10px;
}
h3{
    font-size: 22px;
}	
h4{
    font-size: 20px;
	margin-bottom:15px;
}
.banner-text h1 {
    font-size: 25px;
	text-align:center;
}	
.banner-text h1 span {
    font-size: 15px;
	line-height: 18px;
}
.banner-text p {
	text-align:center;
}
.post-details {
	min-height:unset;	
	}
.post-details a.site-btn, .post-details a.site-btn2 {
	position: relative;
	bottom:unset;
	}
.register-form-bg {
	margin-top:20px;
	}
.register-bg h2 {
    text-align:center;
}	
.header-right {
    text-align: center;
	margin-top: 10px;
}
a.site-btn, a.site-btn2{
    font-size: 12px;
    padding: 6px 20px;
    font-weight: 400;
}	
.footer {
		font-size:14px;
	}	
}
.ayg-thumbnail-title {
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
}