*, *:before, *:after
{
box-sizing:border-box;
-moz-box-sizing:border-box;
}
:focus {
outline:0;
}
html
{
display:block;
height:100%;
color:#333333;
font-size:62.5%;
font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body
{
display:block;
height:100%;
padding:0;
margin:0;
font-size: 1em;
font-family: 'Roboto', serif;
background:#ffffff;
line-height:1.4;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li
{
padding:0;
margin:0;
}
h1 {font-size:1.4em;}
h2 {font-size:1.2em;}
h3 {font-size:1.2em;}
h4, h5, h6, p, ol, ul {font-size:1em;} table {
border-collapse:collapse;
border-spacing:0;
}
a, a:hover, a:focus, a:visited {
color:inherit;
text-decoration:inherit;
}
img {display:block;max-width:100%;height:auto;}
.clear {clear: both;}
.highlight {color: #f5b800;}  .form_row_container input[type="text"],
.form_row_container input[type="email"],
.form_row_container input[type="tel"],
.form_row_container input[type="url"],
.form_row_container input[type="password"],
.form_row_container select,
.form_row_container textarea
{
padding: 0.3em 1em;
border: none;
border-radius:3px;
}
.general_style_input_button
{
display: inline-block;
width: 20em;
max-width: 100%;
border: none;
border-radius:5px;
box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
font-size: 1.4em;
font-weight: bold;
line-height: 2em;
text-align: center;
text-decoration: none;
}
.general_style_input_button_yellow,
.general_style_input_button_yellow:hover,
.general_style_input_button_yellow:focus,
.general_style_input_button_yellow:visited
{
color: #000000;
background: -webkit-linear-gradient(top,#ffd119,#ff9f05 100%);
background: linear-gradient(to bottom,#ffd119,#ff9f05 100%);
}
.general_style_input_button_blue,
.general_style_input_button_blue:hover,
.general_style_input_button_blue:focus,
.general_style_input_button_blue:visited
{
color: #ffffff;
background: -webkit-linear-gradient(top,#4388cf,#004fa7 100%);
background: linear-gradient(to bottom,#4388cf,#004fa7 100%);
}
.general_style_input_button_black,
.general_style_input_button_black:hover,
.general_style_input_button_black:focus,
.general_style_input_button_black:visited
{
color: #ffffff;
background: -webkit-linear-gradient(top,#333333,#000000 100%);
background: linear-gradient(to bottom,#333333,#000000 100%);
} .expand_trigger
{
cursor:pointer;
}
.expand_wrapper
{
display:block;
height:0;
overflow:hidden;
}
.expand_parent_expanded > .expand_wrapper
{
height:auto;
}
.expand_container
{
display:block;
} .overlay_popup_active
{
overflow: hidden
}
.overlay_popup_wrapper
{
display: block;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0);
z-index: -1;
-webkit-transition:z-index 500ms ease, background 500ms ease;
-moz-transition:z-index 500ms ease, background 500ms ease;
-ms-transition:z-index 500ms ease, background 500ms ease;
-o-transition:z-index 500ms ease, background 500ms ease;
transition:z-index 500ms ease, background 500ms ease;
}
.overlay_popup_active .overlay_popup_wrapper
{
background: rgba(0,0,0,0.3);
z-index: 2000;
}
.overlay_popup_container
{
display: block;
width: 800px;
max-width: 100%;
position: relative;
margin: 100px auto 0 auto;
}
.overlay_popup_video_container
{
display: block;
width: 100%;
height: 0;
position: absolute;
top:0;
left:0;
padding-bottom: 75%;
z-index: 2010;
}
.overlay_popup_video_container > iframe
{
display: block;
width: 100%;
height: 100%;
position: absolute;
}
.overlay_popup_close
{
display: block;
position: absolute;
top: -2em;
right: -2em;
cursor: pointer;
z-index: 2020;
}
.overlay_popup_close:before
{
display: block;
width: 2em;
height: 2em;
background: #333333;
border-radius: 50%;
color: #ffffff;
font-family: 'Glyphicons Halflings';
font-size: 2em;
text-align: center;
line-height: 2em;
content: '\e014';
} @-webkit-keyframes wave
{
from {
-webkit-transform: scale(0);
opacity: 0;
}
25% {
-webkit-transform: scale(0.2);
opacity: 0;
}
50% {
-webkit-transform: scale(0.4);
opacity: 0.1;
}
to {
-webkit-transform: scale(1);
opacity: 0;
}
}
@keyframes wave
{
from {
transform: scale(0);
opacity: 0;
}
25% {
transform: scale(0.2);
opacity: 0;
}
50% {
transform: scale(0.4);
opacity: 0.1;
}
to {
transform: scale(1);
opacity: 0;
}
}
@-webkit-keyframes blink
{
0%, 100%
{
opacity: 1;
}
50%
{
opacity: 0;
}
}
@keyframes blink
{
0%, 100%
{
opacity: 1;
}
50%
{
opacity: 0;
}
}
@-webkit-keyframes mobile_slider_title
{
from {
opacity: 0;
z-index: 20;
}
1.5% {
opacity: 1;
z-index: 20;
}
45% {
opacity: 1;
z-index: 1;
}
46% {
opacity: 0;
z-index: -1;
}
to {
opacity: 0;
z-index: -1;
}
}
@keyframes mobile_slider_title
{
from {
opacity: 0;
z-index: 20;
}
1.5% {
opacity: 1;
z-index: 20;
}
45% {
opacity: 1;
z-index: 1;
}
46% {
opacity: 0;
z-index: -1;
}
to {
opacity: 0;
z-index: -1;
}
}
@-webkit-keyframes mobile_slider
{
from {
left: 100%;
z-index: 20;
}
1.5% {
left: 0;
z-index: 20;
}
45% {
left: 0;
z-index: 1;
}
46% {
left: 100%;
z-index: 1;
}
to {
left: 100%;
z-index: 1;
}
}
@keyframes mobile_slider
{
from {
left: 100%;
z-index: 20;
}
1.5% {
left: 0;
z-index: 20;
}
45% {
left: 0;
z-index: 1;
}
46% {
left: 100%;
z-index: 1;
}
to {
left: 100%;
z-index: 1;
}
}
@-webkit-keyframes mobile_hand
{
from {
-webkit-transform: translateX(0) scale(0.9);
}
9% {
-webkit-transform: translateX(-26em) scale(0.9);
}
50% {
-webkit-transform: translateX(5em) translateY(5em) scale(1);
}
85% {
-webkit-transform: translateX(5em) translateY(5em) scale(1);
}
98% {
-webkit-transform: translateX(0) translateY(0) scale(0.9);
}
to {
-webkit-transform: translateX(0) scale(0.9);
}
}
@keyframes mobile_hand
{
from {
transform: translateX(0) scale(0.9);
}
9% {
transform: translateX(-26em) scale(0.9);
}
50% {
transform: translateX(5em) translateY(5em) scale(1);
}
85% {
transform: translateX(5em) translateY(5em) scale(1);
}
98% {
transform: translateX(0) translateY(0) scale(0.9);
}
to {
transform: translateX(0) scale(0.9);
}
} #mainNav
{
display: block;
width: 100%;
height: 125px;
position: relative;
margin: 0;
padding-bottom: 35px;
background: #000000;
box-sizing: border-box;
}
.top4_logo_container
{
display: inline-block;
}
.top4_logo_container .small_logo {display:none;}
.navbar-title
{float: left;padding:15px 0 0 40px;color: white;font-size: 2em; position: relative;}
.navbar-phone
{font:20px/21px "robotobold";
}
.navbar-title-text
{font:13px/14px 'robotoregular';float:left;
}
nav span.wpmm-selected-icon {margin-left: 5px;margin-right: 23px;position: absolute;right: 0;}
.navbar-title:before
{
display: block;
position: absolute;
left: 0;
top: 12px;
font-family: 'Glyphicons Halflings';
font-size: 1.8em;
font-weight: normal;
content: '\e145';
}
.header-strip{width:100%;height:35px;background:#FC9A02;;}
.header-strip p{font:17px/18px 'robotoregular';color:#fff;padding-top:7px;white-space:nowrap;}
.header-strip ul{float:right;background:#E3901A;}
.header-strip ul li{float:left;padding:0;font:15px/16px 'robotoregular';color:#fff;}
.header-strip ul li:last-of-type{padding:7px 45px 7px 15px;}
.header-strip ul li a,.header-strip ul li a:link,.header-strip ul li a:visited{float:left;border-right:0;border-right:1px solid #fff;padding:7px 45px 7px 15px;}
.header-strip ul li a:hover,.header-strip ul li a:focus,.header-strip ul li a:active{text-decoration:underline;}
.header-strip ul li img{margin-right:10px;display:inline-block;}
@media only screen and (max-width: 767px) {
body {padding-top: 55px;}
#mainNav {height: 55px;}
.customize-support #mainNav
{
top: 46px;
}
#wp-megamenu-mega_menu
{
background: transparent;
}
#wp-megamenu-mega_menu>.wpmm-nav-wrap ul.wp-megamenu>li>a,
#wp-megamenu-mega_menu>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover,
#wp-megamenu-mega_menu>.wpmm-nav-wrap ul.wp-megamenu>li>a:visited
{
color:#fff;
}
.top4_logo_container
{
width: 80px;
padding: 10px 0;
}
.top4_logo_container .big_logo {display:none;}
.top4_logo_container .small_logo
{
display: block;
width: 100%;
}
.navbar-title
{
font-size: 1.4em;
}
}
@media only screen and (max-width: 479px)
{
.navbar-title-text
{
display: none;
}
}
@media only screen and (min-width: 768px) {
#wp-megamenu-mega_menu.mega_menu_container {
width: 100%;
position: absolute;
bottom: 0;
padding: 0;
background: rgba(43, 46, 47, 1);
border-radius: 0;
}
#wp-megamenu-mega_menu.wpmm-sticky-wrap {
bottom: auto;
}
.wpmm-sticky.mega_menu_container .wpmm-nav-wrap {
max-width: 1170px;
margin: 0 auto;
position: relative;
padding-left: 15px;
padding-right: 15px;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:link, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:visited {
padding: 10px 35px;
font: 13px/15px 'robotoregular';
text-transform: uppercase;
color: #fff;
}
#wp-megamenu-mega_menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a, #wp-megamenu-mega_menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a:link, #wp-megamenu-mega_menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a:visited, #wp-megamenu-mega_menu.mega_menu_container label {
font: 13px/15px 'robotoregular';
text-transform: uppercase;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li {
float: left !important;
border-right: 1px solid #3b3f40;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:first-of-type {
border-left: 1px solid #3b3f40;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:focus, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:hover {
background: #FFBF13;
color: #000000;
}
.wpmm-sticky.wpmm-sticky-wrap.mega_menu_container {
position: fixed !important;
-webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.2);
background: rgba(43, 46, 47, 0.95) !important;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:link, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:visited {
padding-left: 90px;
padding-right: 90px;
font: 14px/15px 'robotobold';
color: #FEBA14;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:hover, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:focus, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:active {
color: #000000;
}   #wp-megamenu-mega_menu.mega_menu_container ul.wp-megamenu-sub-menu {
background: rgb(43, 46, 47) none repeat scroll 0 0 !important; padding: 0 !important;
}
#wp-megamenu-mega_menu.mega_menu_container ul.wp-megamenu-sub-menu li {
border-bottom: 1px solid #3b3f40;
}
#wp-megamenu-mega_menu.mega_menu_container ul.wp-megamenu-sub-menu li a:hover, #wp-megamenu-mega_menu.mega_menu_container ul.wp-megamenu-sub-menu li a:focus, #wp-megamenu-mega_menu.mega_menu_container ul.wp-megamenu-sub-menu li a:active {
color: #FFA207 !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.top4_logo_container
{
width: 300px;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:link, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:visited {
padding: 10px 15px;
font-size: 12px;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:link, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:visited
{
padding: 10px 20px;
font-size: 12px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:link, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li > a:visited {
padding: 10px 25px;
}
#wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:link, #wp-megamenu-mega_menu.mega_menu_container > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:visited
{
padding: 10px 45px;
}
} .section_navigation_container
{
display: block;
position: fixed;
top: 10em;
right: 5em;
padding: 1em;
background: rgba(0,0,0,0.3);
border-radius: 5px;
opacity: 0;
transition:opacity 500ms ease;
z-index: 1000;
}
.section_navigation_container_display
{
opacity: 1;
}
.section_navigation
{
display: block;
width: 0;
height: 0;
padding: 0.8em;
margin-bottom: 1.5em;
background: transparent;
transition:background 500ms ease;
border: 2px solid #ffffff;
border-radius: 50%;
}
.section_navigation:hover
{
background: rgba(255,255,255,0.8);
}
.section_navigation_active
{
background: #fab910;
}
@media only screen and (max-width: 767px) {
.section_navigation_container
{
display: none;
}
} section h2
{
text-transform: uppercase;
} .section_banner
{
position: relative;
padding:15em 0;
background: rgba(0,0,0,0.7);
color:#fff;
font-family: Roboto;
text-align:center;
overflow: hidden;
}
#main-section-banner
{
padding:7em 0 20em 0;
background: transparent;
}
.banner_content_container
{
position: relative;
z-index: 30;
}
.section_banner .row
{
margin:0 auto;
font-size: 2em;
}
#main-section-banner .row
{
max-width:800px;
}
.section_banner h1,
.section_banner h2
{
padding: 0 0 0.3em 0;
font-size: 2em;
font-weight: bold;
color:#fff;
}
#main-section-banner h2
{
padding: 0 0 0.5em 0;
}
.banner_content > p
{
padding: 0 0 0.5em 0;
font-size: 1.3em;
font-weight: lighter;
}
.banner_content > p .highlight
{
font-weight: bold;
}
.banner_content > p .dynamic_typing_text
{
text-decoration: underline;
}
.section_banner .btn-container
{
display: inline-block;
margin-top: 1em;
padding: 0.2em;
border-radius: 5px;
background: #ffffff;
}
.section_banner .btn-container .banner_service_option
{
display: inline-block;
padding: 0.5em;
margin-right: 1em;
border: none;
color: #333333;
line-height: 2em;
}
.section_banner .btn-container .general_style_input_button
{
width: auto;
padding: 0.5em 2.5em;
font-size: 1em;
line-height: 1.4;
}
.section_banner .banner_contact_form
{
display: none;
width: 100%;
max-width: 30em;
margin: 0 auto;
}
.section_banner .banner_contact_form .form_row_container
{
color: #333333;
text-align: left;
}
.section_banner .banner_contact_form input
{
width: 100%;
padding: 0.8em 2em;
margin-bottom: 0.45em;
box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.section_banner .banner_contact_form .general_style_input_button
{
float: right;
width: 50%;
padding: 0.8em 0;
font-size: 1em;
line-height: 1.4;
margin-top:5px;
}
.section_banner .wpcf7-not-valid-tip
{
display: block;
padding: 0.5em;
margin-bottom: 1em;
background: #ffdddd;
color: #ff0000;
font-size: 1em;
font-weight: normal;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
border-radius:3px;
}
.section_banner .wpcf7-response-output
{
padding: 0.5em;
margin: 2.5em 0 0 0;
color:#333333;
background: #ffffff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
border:none;
border-radius:3px;
}
.section_banner .wpcf7-mail-sent-ok
{
background: #ddffdd;
color: #006600;
}
.section_banner .wpcf7-validation-errors,
.section_banner .wpcf7-mail-sent-ng
{
background: #ffdddd;
color: #ff0000;
}
.section_banner .banner_bg
{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url(//www.top4marketing.com.au/images/rev01feb2018/bg_subpage_banner.jpg) center center no-repeat;
background-size:cover;
z-index: -1;
}
#main-section-banner .banner_bg
{
background-image: url(//www.top4marketing.com.au/images/rev01feb2018/bg_banner.l.jpg);
background-position: top center;
}
.dynamic_typing_container
{
white-space: nowrap;
}
p.dynamic_typing_container
{
height: 1.4em;
line-height: 1.4em;
}
.dynamic_typing_text
{
display: none;
opacity: 0;
overflow: hidden;
vertical-align: bottom;
}
.dynamic_typing_text_active
{
display: inline-block;
opacity: 1;
}
.dynamic_typing_cursor
{
display: inline-block;
-webkit-animation: blink 1s step-end infinite;
animation: blink 1s step-end infinite;
}
.wave_container
{
display:block;
position: absolute;
top: 0;
left: 0;
padding: 60%;
margin: -60% 0 0 -60%;
z-index: 10;
}
.wave_container_bottom {top: 100%;}
.wave_container_right {left: 100%;}
.wave
{
display:block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border:25em solid #ffffff;
border-radius:50%;
-webkit-animation: wave 8s linear infinite;
animation: wave 8s linear infinite;
opacity: 0;
z-index: 20;
}
.wave:nth-child(2)
{
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.wave:nth-child(3)
{
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.wave:nth-child(4)
{
-webkit-animation-delay: 6s;
animation-delay: 6s;
}
.wave:nth-child(5)
{
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.next_section_container
{
display: block;
width: 100%;
position: absolute;
bottom: 2em;
text-align: center;
z-index: 40;
}
.next_section_trigger
{
display: inline-block;
width: 2em;
height: 2em;
border: 2px solid #ffffff;
border-radius: 50%;
line-height: 2em;
font-family: FontAwesome;
font-size: 2em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.wave {border-width: 20em}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wave {border-width: 15em}
}
@media only screen and (max-width: 767px) {
.section_banner{
padding: 50px 0;
}
.section_banner .btn-container
{
width: 100%;
max-width: 15em;
}
.section_banner .btn-container .banner_service_option
{
width: 100%;
margin: 0 0 0.5em 0;
}
.section_banner .btn-container .general_style_input_button
{
width: 100%;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#main-section-banner .banner_bg {background-image: url(//www.top4marketing.com.au/images/rev01feb2018/bg_banner.m.jpg);}
.wave {border-width: 10em}
}
@media only screen and (max-width: 479px) {
#main-section-banner .banner_bg {background-image: url(//www.top4marketing.com.au/images/rev01feb2018/bg_banner.s.jpg);}
.section_banner #main-section-banner-tel
{
width: 100%;
}
.section_banner .banner_contact_form .general_style_input_button
{
width: 100%;
float: none;
}
.section_banner .wpcf7-response-output
{
margin-top: 0;
}
.wave {border-width: 5em}
}
@media only screen and (min-width:1200px) {
#main-section-banner .banner_bg {background-image: url(//www.top4marketing.com.au/images/rev01feb2018/bg_banner.jpg);}
} .logo_slider_wrapper
{
display: block;
width: 100%;
padding: 20px 0;
white-space: nowrap;
overflow: hidden;
}
.logo_slider_container
{
display: inline-block;
width: 12.5%;
margin-left: 0;
-webkit-transition:margin-left 500ms ease;
-moz-transition:margin-left 500ms ease;
-ms-transition:margin-left 500ms ease;
-o-transition:margin-left 500ms ease;
transition:margin-left 500ms ease;
}
.logo_slider_wrapper_move .logo_slider_container:first-child
{
margin-left: -12.5%;
}
.logo_slider
{
display: block;
margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.logo_slider_container {width: 16.666666666667%;}
.logo_slider_wrapper_move .logo_slider_container:first-child {margin-left: -16.666666666667%;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo_slider_container {width: 25%;}
.logo_slider_wrapper_move .logo_slider_container:first-child {margin-left: -25%;}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.logo_slider_container {width: 33.333333333333%;}
.logo_slider_wrapper_move .logo_slider_container:first-child {margin-left: -33.333333333333%;}
}
@media only screen and (max-width: 319px) {
.logo_slider_container {width: 50%;}
.logo_slider_wrapper_move .logo_slider_container:first-child {margin-left: -50%;}
}
@media only screen and (max-width: 479px) {
.logo_slider {
width: 80%;
height: auto;
}
} #digital-marketing-agency-sydney
{
height: 90em;
position: relative;
background: -webkit-linear-gradient(left,rgba(238,238,238,1),rgba(238,238,238,1) 40%,rgba(238,238,238,0) 50%);
background: linear-gradient(to right,rgba(238,238,238,1),rgba(238,238,238,1) 40%,rgba(238,238,238,0) 50%);
font-family: Roboto;
overflow-x: hidden;
}
#digital-marketing-agency-sydney .row
{
padding-top: 9em;
padding-right: 55%;
font-size: 2em;
}
#digital-marketing-agency-sydney h1
{
padding-bottom: 1em;
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
}
#digital-marketing-agency-sydney h2
{
padding-bottom: 1em;
font-size: 1.2em;
text-transform: none;
}
#digital-marketing-agency-sydney p
{
padding-bottom: 2em;
font-size: 1em;
}
#digital-marketing-agency-sydney .general_style_input_button
{
width: 12em;
font-size: 1em;
}
#digital-marketing-agency-sydney .banner_bg
{
display: block;
width: 60%;
height: 100%;
position: absolute;
bottom: 0;
left: 40%;
background: #eeeeee url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_bg.jpg) bottom left no-repeat;
background-size: 90em 90em;
z-index: -1;
overflow: hidden;
}
.mobile_slider_title_container
{
display: block;
width: 18em;
height: 1.4em;
position: absolute;
left: 35.5em;
top: 25em;
text-align: center;
-webkit-transform: rotate(-0.35deg);
transform: rotate(-0.35deg);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mobile_slider_title
{
display: block;
width: 100%;
position: absolute;
top: 0;
background: #d5d8dd;
color: #333333;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-animation: mobile_slider_title 24s linear infinite;
animation: mobile_slider_title 24s linear infinite;
opacity: 1;
z-index: 1;
}
.mobile_slider_title:nth-child(1)
{
}
.mobile_slider_title:nth-child(2)
{
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.mobile_slider_title:nth-child(3)
{
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.mobile_slider_title:nth-child(4)
{
-webkit-animation-delay: 12s;
animation-delay: 12s;
}
.mobile_slider_title:nth-child(5)
{
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
.mobile_slider_title:nth-child(6)
{
-webkit-animation-delay: 20s;
animation-delay: 20s;
}
.mobile_slider_container
{
display: block;
width: 24em;
height: 36em;
position: relative;
left: 33.1em;
top: 27em;
-webkit-transform: rotate(-0.35deg);
transform: rotate(-0.35deg);
white-space: nowrap;
overflow: hidden;
}
.mobile_slider
{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
-webkit-animation: mobile_slider 24s linear infinite;
animation: mobile_slider 24s linear infinite;
z-index: 1;
}
.mobile_slider:nth-child(1)
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_1-hip-pocket-website.jpg);
}
.mobile_slider:nth-child(2)
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_2-hip-pocket-facebook.jpg);
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.mobile_slider:nth-child(3)
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_3-hip-pocket-top4.jpg);
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.mobile_slider:nth-child(4)
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_4-cosmetic-surgeon-sydney-website.jpg);
-webkit-animation-delay: 12s;
animation-delay: 12s;
}
.mobile_slider:nth-child(5)
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_5-cosmetic-surgeon-sydney-facebook.jpg);
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
.mobile_slider:nth-child(6)
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_6-cosmetic-surgeon-sydney-top4.jpg);
-webkit-animation-delay: 20s;
animation-delay: 20s;
}
.mobile_slider_hand
{
display: block;
width: 60em;
height: 50em;
position: absolute;
top: 50em;
left: 43em;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/mobile_slider_hand.png);
background-size: cover;
-webkit-animation: mobile_hand 4s infinite;
animation: mobile_hand 4s infinite;
}
@media only screen and (max-width: 991px) {
#digital-marketing-agency-sydney
{
height: auto;
background: #eeeeee;
}
#digital-marketing-agency-sydney .row
{
padding: 20px 15px;
font-size: 1.4em;
}
#digital-marketing-agency-sydney .banner_bg
{
width: 90em;
height: 90em;
position: relative;
left: auto;
bottom: auto;
z-index: auto;
}
}
@media only screen and (max-width: 767px)
{
#digital-marketing-agency-sydney .banner_bg
{
font-size: 0.6em;
}
}
@media only screen and (max-width: 479px)
{
#digital-marketing-agency-sydney .banner_bg
{
left:-15em;
}
} #speak-to-sales
{
position: relative;
padding: 6em 0;
background: #13202e;
background: rgba(19,23,46,0.9);
}
#speak-to-sales .banner_bg
{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/bg_speak_to_sales.jpg) 50% 30% no-repeat;
background-size:cover;
-webkit-filter: invert(100%);
filter: invert(100%);
z-index: -1;
}
#speak-to-sales h2
{
padding-bottom: 0.5em;
color: #ffffff;
font-size: 3em;
text-align: center;
}
#speak-to-sales .btn-container
{
text-align: center;
}
#speak-to-sales .general_style_input_button
{
width: 40%;
padding: 1em 0;
margin: 0 0.6em;
font-size: 1.8em;
line-height: 1.4;
}
#speak-to-sales .button_speak_to_sales_strong
{
font-size: 1.35em;
font-weight: bold;
}
@media only screen and (max-width: 767px)
{
#speak-to-sales .general_style_input_button
{
width: 90%;
margin: 0 auto 0.5em auto;
}
} #service-map .title_container
{
padding-top: 10em;
font-family: Roboto;
text-align: center;
}
#service-map .title_container h2
{
padding-bottom: 1em;
font-size: 3em;
font-weight: bold;
}
#service-map .title_container p
{
padding-bottom: 1em;
font-size: 2.4em;
}
#service-map .title_container a.read_more_link,
#service-map .title_container a.read_more_link:hover,
#service-map .title_container a.read_more_link:active
{
color: #337ab7;
text-decoration: underline;
}
.svg_drawing_wrapper {font-size: 10px;font-family: Arial;}
.svg_drawing_container
{
display: inline-block;
width: 100em;
position: relative;
margin: 0 auto;
font-size: 1.25em;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/bg_service_map_footer.png) bottom center no-repeat;
background-size: contain;
z-index:10!important;
}
.svg_drawing
{
width: 100em;
height: 80em;
background: -webkit-linear-gradient(top,#ffffff,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 100%);
background: linear-gradient(top,#ffffff,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 100%);
}
.svg_drawing_container_animation_active .svg_drawing > *
{
opacity: 0.2;
}
.line_stop
{
cursor: pointer;
}
.line_stop:hover
{
fill: rgb(240,88,39)
}
.line_stop_highlight
{
fill: rgb(236,30,43);
}
.svg_drawing_container_animation_active .line_stop
{
cursor: default;;
}
.line_name_container
{
display:block;
position: absolute;
padding: 0.2em 0.5em;
margin: -1.7em 0 0 -3.5em;
border-radius: 0.4em;
color: #ffffff;
font-size: 0.8em;
text-align: center;
text-transform: uppercase;
cursor: pointer;
-webkit-transition:opacity 500ms ease;
-moz-transition:opacity 500ms ease;
-ms-transition:opacity 500ms ease;
-o-transition:opacity 500ms ease;
transition:opacity 500ms ease;
z-index: 110;
}
.line_name
{
display: table-cell;
width: 6em;
height: 3em;
vertical-align: middle;
}
.stop_name_container
{
display:block;
position: absolute;
margin: -1.25em 0 0 -3.5em;
border-radius: 0.4em;
font-size: 0.8em;
text-transform: capitalize;
cursor: pointer;
vertical-align:top;
-webkit-transition:opacity 500ms ease;
-moz-transition:opacity 500ms ease;
-ms-transition:opacity 500ms ease;
-o-transition:opacity 500ms ease;
transition:opacity 500ms ease;
z-index: 110;
}
.stop_name
{
display: table-cell;
width: 7em;
height: 2.5em;
vertical-align: inherit;
}
.svg_drawing_container_animation_active .line_name_container,
.svg_drawing_container_animation_active .stop_name_container
{
cursor: default;;
opacity: 0.2;
}
.line_legendary_container
{
display: block;
position: absolute;
padding: 0.8em 1em;
bottom: 8em;
left: 0;
background: #ffffff;
border:0.2em solid #9371ae;
border-radius:1em;
}
.line_legendary
{
margin-bottom: 0.2em;
cursor: pointer;
}
.line_legendary .line_name_container
{
display: inline-block;
width: 4em;
height: 1em;
position: relative;
margin: 0 1em 0 0;
vertical-align: middle;
}
.stop_description_container
{
display: block;
position: absolute;
margin-left: -10em;
opacity: 0;
z-index: -1;
-webkit-transition:opacity 500ms ease;
-moz-transition:opacity 500ms ease;
-ms-transition:opacity 500ms ease;
-o-transition:opacity 500ms ease;
transition:opacity 500ms ease;
}
.stop_description_container.show_description
{
opacity: 1;
z-index: 200;
}
.stop_description
{
display: block;
width: 20em;
position: relative;
padding: 0.5em 1em 3em;
background: #ffffff;
border: 2px solid #cccccc;
border-radius: 1em;
box-sizing: border-box;
}
.stop_description:before,
.stop_description:after
{
display: block;
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin-left: -12px;
border: 12px solid transparent;
content: ' ';
z-index: 220;
}
.stop_description:before
{
margin-top: 2px;
border-top-color: #cccccc;
}
.stop_description:after
{
border-top-color: #eeeeee;
}
.stop_description_title
{
padding-bottom: 0.5em;
font-size: 1.2em;
font-weight: bold;
}
.stop_description_content > *
{
margin: 0 0 0.5em 0;
}
.stop_description_cta
{
display: block;
width: 100%;
position: absolute;
left: 0;
bottom: 0.6em;
}
.stop_description_cta > a
{
display: block;
width: 100%;
padding: 0.2em 0;
color: #ffffff;
text-align: center;
}
.line_info_container
{
display: block;
width: 16em;
height: 18em;
position: absolute;
padding: 0.8em 1em;
bottom: 15em;
right: 0;
background: #ffffff;
border:0.2em solid #eeeeee;
border-radius:1em;
opacity: 0;
z-index: -1;
-webkit-transition:opacity 500ms ease;
-moz-transition:opacity 500ms ease;
-ms-transition:opacity 500ms ease;
-o-transition:opacity 500ms ease;
transition:opacity 500ms ease;
overflow: auto;
}
.line_info_container_display
{
opacity: 1;
z-index: 120;
}
.line_info_title
{
display: block;
width: 100%;
padding-bottom: 0.5em;
font-size: 1.2em;
font-weight: bold;
}
.train_animation
{
display: block;
width: 3em;
height: 3em;
position: absolute;
margin: -1.5em 0 0 -1.5em;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/icon_service_map_business_man.png);
background-size: cover;
z-index: 300;
}
.line_1.line_name_container {background: rgb(240,88,39);}
.line_1.stop_name_container {color: rgb(240,88,39);}
.line_1 .stop_description {color: rgb(240,88,39);}
.line_1 .stop_description_cta {background: rgb(240,88,39);}
#line_legendary_1 {color: rgb(240,88,39);}
#line_info_container_1 {border-color: rgb(240,88,39);}
.svg_drawing_container_animation_active.line_active_1 .line_1 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_1 .line_stop.line_1 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_1 .line_name_container.line_1 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_1 .stop_name_container.line_1 {cursor: pointer;}
.line_2.line_name_container {background: rgb(240,103,147);}
.line_2.stop_name_container {color: rgb(240,103,147);}
.line_2 .stop_description {color: rgb(240,103,147);}
.line_2 .stop_description_cta {background: rgb(240,103,147);}
#line_legendary_2 {color: rgb(240,103,147);}
#line_info_container_2 {border-color: rgb(240,103,147);}
.svg_drawing_container_animation_active.line_active_2 .line_2 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_2 .line_stop.line_2 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_2 .line_name_container.line_2 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_2 .stop_name_container.line_2 {cursor: pointer;}
.line_3.line_name_container {background: rgb(11,134,67);}
.line_3.stop_name_container {color: rgb(11,134,67);}
.line_3 .stop_description {color: rgb(11,134,67);}
.line_3 .stop_description_cta {background: rgb(11,134,67);}
#line_legendary_3 {color: rgb(11,134,67);}
#line_info_container_3 {border-color: rgb(11,134,67);}
.svg_drawing_container_animation_active.line_active_3 .line_3 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_3 .line_stop.line_3 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_3 .line_name_container.line_3 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_3 .stop_name_container.line_3 {cursor: pointer;}
.line_4.line_name_container {background: rgb(22,154,216);}
.line_4.stop_name_container {color: rgb(22,154,216);}
.line_4 .stop_description {color: rgb(22,154,216);}
.line_4 .stop_description_cta {background: rgb(22,154,216);}
#line_legendary_4 {color: rgb(22,154,216);}
#line_info_container_4 {border-color: rgb(22,154,216);}
.svg_drawing_container_animation_active.line_active_4 .line_4 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_4 .line_stop.line_4 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_4 .line_name_container.line_4 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_4 .stop_name_container.line_4 {cursor: pointer;}
.line_5.line_name_container {background: rgb(148,157,162);}
.line_5.stop_name_container {color: rgb(148,157,162);}
.line_5 .stop_description {color: rgb(148,157,162);}
.line_5 .stop_description_cta {background: rgb(148,157,162);}
#line_legendary_5 {color: rgb(148,157,162);}
#line_info_container_5 {border-color: rgb(148,157,162);}
.svg_drawing_container_animation_active.line_active_5 .line_5 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_5 .line_stop.line_5 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_5 .line_name_container.line_5 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_5 .stop_name_container.line_5 {cursor: pointer;}
.line_6.line_name_container {background: rgb(236,30,43);}
.line_6.stop_name_container {color: rgb(236,30,43);}
.line_6 .stop_description {color: rgb(236,30,43);}
.line_6 .stop_description_cta {background: rgb(236,30,43);}
#line_legendary_6 {color: rgb(236,30,43);}
#line_info_container_6 {border-color: rgb(236,30,43);}
.svg_drawing_container_animation_active.line_active_6 .line_6 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_6 .line_stop.line_6 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_6 .line_name_container.line_6 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_6 .stop_name_container.line_6 {cursor: pointer;}
.line_7.line_name_container {background: rgb(151,32,96);}
.line_7.stop_name_container {color: rgb(151,32,96);}
.line_7 .stop_description {color: rgb(151,32,96);}
.line_7 .stop_description_cta {background: rgb(151,32,96);}
#line_legendary_7 {color: rgb(151,32,96);}
#line_info_container_7 {border-color: rgb(151,32,96);}
.svg_drawing_container_animation_active.line_active_7 .line_7 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_7 .line_stop.line_7 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_7 .line_name_container.line_7 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_7 .stop_name_container.line_7 {cursor: pointer;}
.line_8.line_name_container {background: rgb(94,46,132);}
.line_8.stop_name_container {color: rgb(94,46,132);}
.line_8 .stop_description {color: rgb(94,46,132);}
.line_8 .stop_description_cta {background: rgb(94,46,132);}
#line_legendary_8 {color: rgb(94,46,132);}
#line_info_container_8 {border-color: rgb(94,46,132);}
.svg_drawing_container_animation_active.line_active_8 .line_8 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_8 .line_stop.line_8 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_8 .line_name_container.line_8 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_8 .stop_name_container.line_8 {cursor: pointer;}
.line_9.line_name_container {background: rgb(87,58,54);}
.line_9.stop_name_container {color: rgb(87,58,54);}
.line_9 .stop_description {color: rgb(87,58,54);}
.line_9 .stop_description_cta {background: rgb(87,58,54);}
#line_legendary_9 {color: rgb(87,58,54);}
#line_info_container_9 {border-color: rgb(87,58,54);}
.svg_drawing_container_animation_active.line_active_9 .line_9 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_9 .line_stop.line_9 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_9 .line_name_container.line_9 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_9 .stop_name_container.line_9 {cursor: pointer;}
.line_10.line_name_container {background: rgb(13,177,176);}
.line_10.stop_name_container {color: rgb(13,177,176);}
.line_10 .stop_description {color: rgb(13,177,176);}
.line_10 .stop_description_cta {background: rgb(13,177,176);}
#line_legendary_10 {color: rgb(13,177,176);}
#line_info_container_10 {border-color: rgb(13,177,176);}
.svg_drawing_container_animation_active.line_active_10 .line_10 {opacity: 1;}
.svg_drawing_container_animation_active.line_active_10 .line_stop.line_10 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_10 .line_name_container.line_10 {cursor: pointer;}
.svg_drawing_container_animation_active.line_active_10 .stop_name_container.line_10 {cursor: pointer;}
.stop_name_container.junction_stop_name_container
{
margin-left:-2.5em;
color: black;
font-size: 1em;
font-weight: bold;
}
.stop_name_container.junction_stop_name_container .stop_name
{
width: 5em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.svg_drawing_container
{
font-size: 1em;
}
}
@media only screen and (max-width: 991px) {
#service-map .title_container
{
font-size: 0.8em;
}
.svg_drawing_container
{
width: 100%;
padding: 2em 0 35% 0;
font-size: 1em;
}
.svg_drawing_container > *
{
display: none;
}
.svg_drawing_container > .line_info_container
{
display: block;
width: 100%;
height: auto;
position: relative;
bottom: auto;
right: auto;
margin: 0 auto 1em auto;
opacity: 1;
z-index: auto;
}
} #content-social-media
{
position: relative;
padding: 18em 0;
background: #f2f4f5;
}
#content-social-media .banner_bg
{
display: block;
width: 50%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/bg_content_social_media.jpg) 100% 70% no-repeat;
z-index: 10;
}
#content-social-media .row
{
padding-left: 55%;
font-size: 2em;
}
#content-social-media h2
{
padding-bottom: 1em;
font-size: 1.5em;
font-weight: bold;
}
#content-social-media p
{
padding-bottom: 1.5em;
font-size: 1.3em;
}
#content-social-media .general_style_input_button
{
width: 12em;
margin: 0 1em 1em 0;
font-size: 1em;
}
@media only screen and (max-width: 991px) {
#content-social-media
{
padding: 35em 0 5em 0;
}
#content-social-media .banner_bg
{
width: 100%;
height: 300px;
top:50px;
bottom:auto;
background-size: contain;
background-position: bottom center;
}
#content-social-media .row {padding: 0 15px 0 15px;}
#content-social-media .btn-container {text-align: center;}
} #creative-ux
{
position: relative;
padding: 13em 0;
background: #12222a;
background: -webkit-linear-gradient(left,rgba(18,34,42,1),rgba(18,34,42,1) 40%,rgba(18,34,42,0.5) 60%,rgba(18,34,42,0) 70%);
background: linear-gradient(to right,rgba(18,34,42,1),rgba(18,34,42,1) 40%,rgba(18,34,42,0.5) 60%,rgba(18,34,42,0) 70%);
}
#creative-ux .banner_bg
{
display: block;
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/bg_creative_ux.jpg) top right no-repeat;
z-index: -1;
}
#creative-ux .row
{
padding-right: 55%;
color: #ffffff;
font-size: 2em;
}
#creative-ux h2
{
padding-bottom: 1em;
font-size: 1.5em;
font-weight: bold;
}
#creative-ux h3
{
padding-bottom: 1em;
font-size: 1.3em;
}
#creative-ux p
{
padding-bottom: 2em;
font-size: 1em;
}
#creative-ux .general_style_input_button
{
width: 12em;
margin: 0 1em 1em 0;
font-size: 1em;
}
@media only screen and (max-width: 991px) {
#creative-ux
{
padding: 35em 0 5em 0;
background: #12222a;
background: -webkit-linear-gradient(bottom,rgba(18,34,42,1),rgba(18,34,42,1) 40%,rgba(18,34,42,0.5) 60%,rgba(18,34,42,0) 70%);
background: linear-gradient(to top,rgba(18,34,42,1),rgba(18,34,42,1) 40%,rgba(18,34,42,0.5) 60%,rgba(18,34,42,0) 70%);
}
#creative-ux .banner_bg
{
width: 100%;
height: 600px;
top:0;
bottom:auto;
background-size: cover;
background-position: top center;
}
#creative-ux .row {padding: 0 15px 0 15px;}
#creative-ux .btn-container {text-align: center;}
} #google-facebook-advertising
{
position: relative;
padding: 10em 0 21em 0;
background: #d5dde0;
background: -webkit-linear-gradient(top, #f2f4f5 34%, #d5dde0 87%);
background: linear-gradient(to bottom, #f2f4f5 34%, #d5dde0 87%);
}
#google-facebook-advertising .title_container
{
font-size: 2em;
text-align: center;
}
#google-facebook-advertising .title_container img
{
display: inline-block;
width: 18em;
padding-bottom: 2em;
}
#google-facebook-advertising .title_container p
{
padding-bottom: 0.3em;
font-size: 1.3em;
font-weight: lighter;
letter-spacing: -0.05em;
}
#google-facebook-advertising .title_container h2
{
padding-bottom: 2em;
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
}
#google-facebook-advertising .content_container
{
position: relative;
}
#google-facebook-advertising .banner_bg
{
display: block;
width: 50%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/bg_google_facebook_advertising.png) center right no-repeat;
background-size: contain;
z-index: 10;
}
#google-facebook-advertising .row
{
padding-left: 55%;
font-size: 2em;
}
#google-facebook-advertising .content_container h3
{
padding-bottom: 2em;
font-size: 1.3em;
}
#google-facebook-advertising .content_container h3 > a
{
color: #337ab7;
text-decoration: underline;
}
#google-facebook-advertising .content_container p
{
padding-bottom: 2em;
font-size: 1em;
}
#google-facebook-advertising .content_container .general_style_input_button
{
width: 12em;
margin: 0 1em 1em 0;
font-size: 1em;
}
#google-facebook-advertising .video_wrapper
{
padding: 5em 0 0;
}
#google-facebook-advertising .video_container
{
display: inline-block;
width: 33.3333333333%;
padding: 1em;
vertical-align: top;
}
#google-facebook-advertising .video_container .package-video-title
{
color: #333333;
font-size: 1.4em;
font-weight: bold;
}
#google-facebook-advertising .footer_container
{
width: 100%;
position: absolute;
left: 0;
bottom: -5em;
text-align: center;
z-index: 10;
}
#google-facebook-advertising .footer_container p
{
padding-bottom: 2em;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
}
#google-facebook-advertising .media_logo_container
{
padding: 2em 0;
background: #ffffff;
border:1px solid #cccccc;
border-radius: 1em;
}
#google-facebook-advertising .media_logo
{
display: inline-block;
width: 16.6666666666667%;
}
#google-facebook-advertising .media_logo img
{
display: block;
max-width: 100%;
margin: 0 auto;
}
@media only screen and (max-width: 991px) {
#google-facebook-advertising
{
padding-top:5em;
}
#google-facebook-advertising .banner_bg
{
display: none;
}
#google-facebook-advertising .row {padding: 0 15px 0 15px;}
#google-facebook-advertising .btn-container {text-align: center;}
#google-facebook-advertising .footer_container
{
bottom: -7em;
}
#google-facebook-advertising .media_logo
{
width: 33.3333333333%;
}
}
@media only screen and (min-width: 480px) and (max-width: 991px)
{
#google-facebook-advertising .title_container
{
font-size: 1.4em;
}
#google-facebook-advertising .row
{
font-size: 1.6em;
}
#google-facebook-advertising .row .btn-container
{
font-size: 1.25em;
}
}
@media only screen and (max-width: 479px)
{
#google-facebook-advertising .title_container
{
font-size: 1.2em;
}
#google-facebook-advertising .row
{
font-size: 1.4em;
}
#google-facebook-advertising .row .btn-container
{
font-size: 1.4em;
}
}  .industry-we-work-with-title
{
padding: 6em 0;
background: #d5dde0;
background: -webkit-linear-gradient(top, #f2f4f5 34%, #d5dde0 87%);
background: linear-gradient(to bottom, #f2f4f5 34%, #d5dde0 87%);
text-align: center;
}
body.home .industry-we-work-with-title
{
padding-top: 12em;
}
.industry-we-work-with-title h2
{ font:30px/35px 'robotolight';
color:#000000;
text-transform: uppercase;
}
.industry-we-work-with-title h2 strong{
font:30px/35px 'robotoblack';
color:#000000;
}
.industry_block_wrapper:after
{
display: block;
width: 100%;
clear: both;
content: ' ';
}
.industry_block_container
{
position: relative;
background: rgba(0,0,0,0.2);
color: #ffffff;
text-align: center;
}
.industry_block_container:before
{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: center center no-repeat;
background-size: cover;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition:-webkit-filter 500ms ease;
-moz-transition:filter 500ms ease;
-ms-transition:filter 500ms ease;
-o-transition:filter 500ms ease;
transition:filter 500ms ease;
content: ' ';
z-index: 1;
}
.industry_block_container:hover:before
{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
#industry_block_container_accommodation:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_accommodation.jpg);}
#industry_block_container_automotive:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_automotive.jpg);}
#industry_block_container_clubs:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_clubs.jpg);}
#industry_block_container_construction:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_construction.jpg);}
#industry_block_container_education:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_education.jpg);}
#industry_block_container_entertainment:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_entertainment.jpg);}
#industry_block_container_fashion:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_fashion.jpg);}
#industry_block_container_financial:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_financial.jpg);}
#industry_block_container_fmcg:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_fmcg.jpg);}
#industry_block_container_beauty:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_beauty.jpg);}
#industry_block_container_legal:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_legal.jpg);}
#industry_block_container_manufacturing:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_manufacturing.jpg);}
#industry_block_container_medical:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_medical.jpg);}
#industry_block_container_nfp:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_nfp.jpg);}
#industry_block_container_realestate:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_realestate.jpg);}
#industry_block_container_retail:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_retail.jpg);}
#industry_block_container_solar:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_solar.jpg);}
#industry_block_container_travel:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_travel.jpg);}
.industry_title_container
{
display: block;
width: 100%;
height: 0;
padding-bottom: 100%;
z-index: 100;
pointer-events:none;
}
.industry_title
{
width: 100%;
position: absolute;
left: 0;
top: 50%;
margin-top: -0.7em;
font-size: 1.6em;
font-weight: bold;
text-transform: uppercase;
vertical-align: middle;
z-index: 100;
}
.industry_mask
{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: center center no-repeat;
background-size: cover;
font-size: 1.4em;
opacity: 0;
-webkit-transition:opacity 500ms ease;
-moz-transition:opacity 500ms ease;
-ms-transition:opacity 500ms ease;
-o-transition:opacity 500ms ease;
transition:opacity 500ms ease;
z-index: 50;
} .industry_block_container:hover .industry_mask
{
opacity: 1;
}
.industry_mask > span
{
display: block;
width: 10em;
position: absolute;
top: 50%;
left: 50%;
margin-top: 1em;
margin-left: -5em;
font-size: 1em;
z-index: 60;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
#industry_block_container_accommodation:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_accommodation.s.jpg);}
#industry_block_container_automotive:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_automotive.s.jpg);}
#industry_block_container_clubs:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_clubs.s.jpg);}
#industry_block_container_construction:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_construction.s.jpg);}
#industry_block_container_education:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_education.s.jpg);}
#industry_block_container_entertainment:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_entertainment.s.jpg);}
#industry_block_container_fashion:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_fashion.s.jpg);}
#industry_block_container_financial:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_financial.s.jpg);}
#industry_block_container_fmcg:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_fmcg.s.jpg);}
#industry_block_container_beauty:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_beauty.s.jpg);}
#industry_block_container_legal:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_legal.s.jpg);}
#industry_block_container_manufacturing:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_manufacturing.s.jpg);}
#industry_block_container_medical:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_medical.s.jpg);}
#industry_block_container_nfp:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_nfp.s.jpg);}
#industry_block_container_realestate:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_realestate.s.jpg);}
#industry_block_container_retail:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_retail.s.jpg);}
#industry_block_container_solar:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_solar.s.jpg);}
#industry_block_container_travel:before {background-image:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_industry_block_travel.s.jpg);}
}
@media only screen and (max-width: 479px)
{
.industry_block_container
{
width: 100%;
}
.industry_block_container:before
{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
} #message-from-founder
{
padding: 50px 0;
position: relative;
background: #fbfbfb  center left no-repeat;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.jpg);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.jpg);
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.jpg);
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.jpg);
background-size: cover;
}
#message-from-founder .banner_bg
{
display: block;
width: 50%;
height: 90%;
position: absolute;
bottom: 0;
left: 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder.png) bottom right no-repeat;
background-size:contain;
z-index: 10;
}
#message-from-founder .row
{
padding-left: 55%;
font-size: 1.4em;
}
#message-from-founder .row p
{
padding-bottom: 1em;
}
#message-from-founder .row p:first-child
{
position: relative;
font-size: 1.8em;
}
#message-from-founder .row p:first-child:before
{
display: block;
width: 2em;
position: absolute;
top: -1em;
right: 100%;
margin-right: 1em;
transform: rotate(180deg);
z-index: 10;
content: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/icon_double_quote.png);
}
#message-from-founder .row .btn-container
{
padding-top: 1em;
font-size: 1rem;
text-align: right;
}
#message-from-founder .row .btn-container a
{
display: inline-block;
width: 14em;
margin: 0 0.5em 1em;
vertical-align: top;
}
#message-from-founder .row p:last-child:after
{
vertical-align: top;
content: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/icon_double_quote.png);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
#message-from-founder
{
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.m.jpg);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.m.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.m.jpg);
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.m.jpg);
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder_message.m.jpg);
}
}
@media only screen and (max-width: 991px) {
#message-from-founder
{
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%);
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%);
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%);
}
#message-from-founder .banner_bg
{
width: 100%;
height: 300px;
top:50px;
bottom:auto;
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_founder.s.png);
background-position: bottom center;
}
#message-from-founder .row {padding: 320px 15px 40px 15px;}
#message-from-founder .row p:first-child:before
{
top: auto;
right: auto;
bottom: 100%;
left: 0;
margin: 0 0 0.5em 0;
}
#message-from-founder .row p:last-child
{
position: relative;
text-align: center;
}
#message-from-founder .row p:last-child:after
{
display: block;
position: absolute;
top: 100%;
right: 0;
z-index: 10;
}
}
@media only screen and (max-width: 479px) {
#message-from-founder .row
{
padding-top: 360px;
}
#message-from-founder .row .btn-container
{
text-align: center;
}
} #free-quote-bar
{
padding: 40px 0;
background: #000000;
color: #ffffff;
}
.free-quote-bar-label
{
font-size: 2.8em;
text-transform: uppercase;
line-height: 1;
}
.free-quote-bar-label-1
{
display: block;
font-weight: bold;
}
.free-quote-bar-label-2
{
font-size: 1.4em;
}
.free-quote-bar-form
{
font-size: 1.4em;
padding-top: 0.5em;
}
#free-quote-bar .form_row_container
{
display: inline-block;
width: 24.5%;
padding: 0 0.5em;
vertical-align: bottom;
}
#free-quote-bar .form_row_container label
{
display: block;
font-weight: normal;
text-transform: uppercase;
}
#free-quote-bar .form_row_container input
{
width: 100%;
color: #000000;
}
#free-quote-bar .form_row_container input[type="submit"]
{
font-size: 1em;
text-transform: uppercase;
}
#free-quote-bar .form_button_row_container
{
white-space: nowrap;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.free-quote-bar-label
{
text-align: center;
}
}
@media only screen and (min-width: 480px) and (max-width: 1199px) {
.free-quote-bar-label-1
{
display: inline-block;
padding-right: 0.5em;
}
}
@media only screen and (max-width: 767px)
{
.free-quote-bar-form
{
padding-top: 2em;
}
#free-quote-bar .form_row_container
{
width: 100%;
padding-bottom: 1em;
}
#free-quote-bar .form_row_container label
{
display: none;
}
#free-quote-bar .form_row_container input
{
display: block;
max-width: 30em;
margin: 0 auto;
}
#free-quote-bar .form_row_container input[type=submit]
{
margin-top: 2em;
}
} #we-love-digital canvas
{
display: none;
width:1200px;
height:360px;
background:#ffffff;
margin:0 auto;
}
#we-love-digital img
{
display: block;
width: 100%;
}
@media only screen and (min-width: 1200px){
#we-love-digital canvas {display: block;}
#we-love-digital img {display: none;}
} #free-quote-services
{
padding: 0;
}
#free-quote-services h2
{
padding-bottom: 1em;
font-weight: bold;
}
#free-quote-services .free-quote-services-title h2
{
padding-bottom: 0.5em;
font-size: 3.2em;
}
#free-quote-services p
{
padding-bottom: 1em;
}
#free-quote-services .free-quote-services-title p
{
font-size: 1.6em;
}
#free-quote-services .form_container
{
display: block;
font-size: 1.6em;
}
#free-quote-services .form_container .general_style_input_button
{
font-size: 0.875em;
}
#free-quote-services .form_row_container
{
padding-bottom: 0.5em;
white-space: nowrap;
}
#free-quote-services .form_row_container label
{
width: 25%;
}
#free-quote-services .form_row_container input[type="text"],
#free-quote-services .form_row_container input[type="tel"],
#free-quote-services .form_row_container input[type="email"]
{
width: 75%;
}
#free-quote-services .wpcf7-validation-errors
{
background: #ffffff;
color: #ff0000;
font-size: 1.4em;
}
#free-quote-services-selected-display
{
display: inline-block;
width: 75%;
position: relative;
padding: 0.3em 1em;
background: #ffffff;
border-radius: 3px;
font-weight: bold;
vertical-align: top;
cursor: pointer;
}
#free-quote-services-selected-display:after
{
display: block;
position: absolute;
top:0.3em;
right:0.5em;
color: #333333;
font-family: 'Glyphicons Halflings';
content: '\270f';
}
#free-quote-services .form_row_container input[type="submit"]
{
display: block;
margin: 1em auto 0 auto;
}
.free-quote-services-title
{
padding: 50px 0 145px 0;
background: #def2fb  top right no-repeat;
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -webkit-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.jpg);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -moz-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -ms-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.jpg);
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -o-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.jpg);
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.jpg);
background-size: auto 100%;
color: #000000;
}
.free-quote-services-title .row
{
padding:0 55% 0 15px;
}
.free-quote-services-content
{
padding: 0 0 100px 0;
background: #fab910;
}
.free-quote-services-container
{
margin-top: -50px;
}
.free-quote-service-container
{
background: #ffffff;
border:3px solid #ffffff;
border-radius: 5px;
text-align: center;
box-shadow:3px 3px 3px rgba(0,0,0,0.7);
cursor: pointer;
}
.free-quote-service-title
{
padding: 0.5em 0;
background: #221d1f;
color: #ffffff;
font-size: 1.4em;
}
.free-quote-service-row
{
padding: 0.5em 0;
}
.free-quote-service-row:nth-child(odd)
{
background: #e6e7e8;
}
.free-quote-service-checkbox
{
display: block;
width: 2em;
height: 2em;
padding-top: 0.2em;
margin: 1em auto;
background: white;
border:1px solid #a6a6a6;
border-radius:3px;
box-shadow:3px 3px 3px rgba(0,0,0,0.5);
text-align: center;
cursor: pointer;
}
.free-quote-service-wrapper-checked .free-quote-service-checkbox:before
{
color: #898989;
font-family: 'Glyphicons Halflings';
content: '\e013';
}
.free-quote-services-choose-button-container
{
padding-top: 4em;
text-align: center;
}
.free-quote-services-choose-button-container h2
{
font-size: 2.4em;
}
.free-quote-services-form-message
{
color: #ff0000;
font-size: 1.4em;
}
.free-quote-services-form-container
{
display: none;
padding-top: 5em;
width: 600px;
max-width: 100%;
margin: 0 auto;
}
.free-quote-services-form-container h2
{
font-size: 2.4em;
font-weight: bold;
text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
.free-quote-services-title
{
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -webkit-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -moz-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -ms-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -o-linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), linear-gradient(330deg, rgba(222,242,251,1), rgba(222,242,251,1) 30%, rgba(222,242,251,0) 70%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
}
}
@media only screen and (max-width: 767px)
{
#free-quote-services .free-quote-services-title h2 {font-size: 2.4em;}
.free-quote-services-title
{
padding-bottom: 80px;
}
.free-quote-services-title .row
{
padding:0 15px;
}
.free-quote-services-choose-button-container,
.free-quote-services-form-container
{
padding: 4em 1em 0 1em;
}
.free-quote-services-content
{
padding-bottom: 4em;
}
.free-quote-services-choose-button-container h2,
.free-quote-services-form-container h2
{
font-size: 1.8em;
}
#free-quote-services .form_row_container label
{
display: none;
}
#free-quote-services .form_row_container input[type="text"],
#free-quote-services .form_row_container input[type="tel"],
#free-quote-services .form_row_container input[type="email"],
#free-quote-services-selected-display
{
width: 100%;
}
#free-quote-services-selected-display .free-quote-services-selected-display-row
{
font-size: 0.8em;
}
}
@media only screen and (min-width:480px) and (max-width: 767px) {
.free-quote-services-title
{
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -webkit-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -moz-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -ms-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -o-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.m.jpg);
}
}
@media only screen and (max-width: 479px) {
.free-quote-services-title
{
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -webkit-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.s.jpg);
background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -moz-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.s.jpg);
background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -ms-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.s.jpg);
background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), -o-linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.s.jpg);
background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0) 80%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0.5) 100%), linear-gradient(top, rgba(222,242,251,0.8), rgba(222,242,251,0.5) 60%, rgba(222,242,251,0) 100%), url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_free_quote_services.s.jpg);
}
} .post
{
padding: 5em 0;
}
.post.category-faq
{
padding: 10em 0;
}
.post_title > *
{
padding-bottom: 1em;
font-size: 3em;
font-weight: bold;
}
.post_content
{
font-size: 1.6em;
}
.post_content > *
{
font-size: 1em;
} section.type-page
{
padding: 5em 0;
}
.page_title > *
{
padding-bottom: 1em;
font-size: 3em;
font-weight: bold;
}
.page_content
{
font-size: 1.6em;
}
.page_content > *
{
font-size: 1em;
}
.page_content h2
{
font-size: 1.4em;
}
.page_content h3
{
font-size: 1.2em;
}
.page_content p
{
padding-bottom: 0.5em;
}
.page_content ul
{
padding-left: 2em;
}  #service-package-banner,
#service-package-banner-2
{
position: relative;
background: #fffbf2;
background: -webkit-linear-gradient(left, rgba(222,184,74,1),rgba(222,184,74,0) 80%,rgba(222,184,74,0) 100%);
background: -moz-linear-gradient(left, rgba(222,184,74,1),rgba(222,184,74,0) 80%,rgba(222,184,74,0) 100%);
background: -ms-linear-gradient(left, rgba(222,184,74,1),rgba(222,184,74,0) 80%,rgba(222,184,74,0) 100%);
background: -o-linear-gradient(left, rgba(222,184,74,1),rgba(222,184,74,0) 80%,rgba(222,184,74,0) 100%);
background: linear-gradient(to right, rgba(222,184,74,1),rgba(222,184,74,0) 80%,rgba(222,184,74,0) 100%);
}
#service-package-banner-3
{
display: none;
}
#service-package-banner .row
{
padding: 3em 3em 0 3em;
}
#service-package-banner-2 .row
{
padding: 0 3em 3em 3em;
}
#service-package-banner h2
{
padding-bottom: 0.8em;
font-size: 3em;
font-weight: bold;
white-space: nowrap;
}
#service-package-banner h2 .dynamic_typing_container
{
display: block;
}
#service-package-banner .banner-text,
#service-package-banner-2 .banner-text
{
padding-bottom: 0.5em;
color: #6e6e6e;
font-size: 1.2em;
}
#service-package-banner-3 > img
{
display: bloack;
width: 100%;
}
#service-package-banner-2 .banner_button_container
{
padding:1em 0;
text-align: center;
}
#service-package-banner-2 .banner_button
{
display: inline-block;
width: 4em;
padding: 0 0.5em;
}
#service-package-banner-2 .banner_button img
{
display: block;
width: 100%;
}
#service-package-banner-2 .banner_button.banner_button_get_started
{
width: 16.5em;
max-width: 100%;
padding: 0.7em 0;
margin: 0 2em;
background: #78b44b;
border-radius: 5px;
color: #ffffff;
font-size: 1.2em;
text-align: center;
vertical-align: top;
}
#service-package-banner-2 .banner_bottom_text
{
color: #6e6e6e;
font-size: 1.2em;
font-weight: bold;
}
.service_package_selector_wrapper
{
text-align: center;
}
.service_package_selector_container
{
display: block;
border-radius: 3px;
box-shadow: 0 2px 5px rgba(50,50,50,0.3);
font-size: 1.6em;
padding: 0.6em 0;
}
.service_package_selector_trigger
{
display: inline-block;
width: 40%;
padding: 0.3em 2em;
margin: 0 0.2em 0.4em 0.2em;
background: #ffffff;
border: 1px solid #cdcdcd;
border-radius: 3px;
cursor: pointer;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.service_package_selector_trigger:hover
{
background: #f99e00;
box-shadow: 0 2px 5px rgba(50,50,50,0.3);
color: #ffffff;
transform: scale(1.1);
}
.service_package_selected_all .service_package_selector_trigger:nth-child(1) {background: #f99e00; color: #ffffff;}
.service_package_selected_1 .service_package_selector_trigger:nth-child(2) {background: #f99e00; color: #ffffff;}
.service_package_selected_2 .service_package_selector_trigger:nth-child(3) {background: #f99e00; color: #ffffff;}
.service_package_selected_3 .service_package_selector_trigger:nth-child(4) {background: #f99e00; color: #ffffff;}
.service_package_selected_4 .service_package_selector_trigger:nth-child(5) {background: #f99e00; color: #ffffff;}
.service_package_selected_5 .service_package_selector_trigger:nth-child(6) {background: #f99e00; color: #ffffff;}
.service_package_selected_6 .service_package_selector_trigger:nth-child(7) {background: #f99e00; color: #ffffff;}
.service-package
{
}
.service_package_category_container
{
padding: 10em 0 8em 0;
text-align: center;
border-bottom: 2px solid #cccccc;
}
.service_package_selector_wrapper .service_package_category_container
{
display: none;
padding: 4em 0;
}
.service_package_selected_all .service_package_category_container {display: block;}
.service_package_selected_1 .service_package_category_container:nth-child(1) {display: block;}
.service_package_selected_2 .service_package_category_container:nth-child(2) {display: block;}
.service_package_selected_3 .service_package_category_container:nth-child(3) {display: block;}
.service_package_selected_4 .service_package_category_container:nth-child(4) {display: block;}
.service_package_selected_5 .service_package_category_container:nth-child(5) {display: block;}
.service_package_selected_6 .service_package_category_container:nth-child(6) {display: block;}
.service_package_category_title > h2
{
padding-bottom: 1em;
font-size: 3em;
font-weight: bold;
}
.service_package_category_description
{
max-width: 760px;
position: relative;
margin: 0 auto;
padding-bottom: 10em;
}
.service_package_category_description:before
{
display: block;
position: absolute;
top: -2em;
left: 0;
transform: rotate(180deg);
-webkit-transition:transform 500ms ease;
-moz-transition:transform 500ms ease;
-ms-transition:transform 500ms ease;
-o-transition:transform 500ms ease;
transition:transform 500ms ease;
z-index: 10;
content: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/icon_double_quote.png);
}
.service_package_category_description:hover:before
{
transform: rotate(-180deg);
}
.service_package_category_description > p
{
font-size: 1.6em;
text-indent: 4em;
}
.service_package_wrapper
{
padding-bottom: 5em;
}
.service_package_container
{
display: inline-block;
width: 100%;
min-height: 20em;
position: relative;
padding: 4.5em 0 3.5em 0;
margin: 0 0 2em 0;
background: #ffffff;
border: 5px solid #d9e9ee;
vertical-align: top;
}
.best_value_service_package_container
{
border-color: #8fc964;
z-index: 10;
}
.best_value_service_package_container:before,
.best_value_service_package_container:after
{
display: block;
position: absolute;
top: -15px;
right: -15px;
transform: rotate(45deg);
pointer-events: none;
z-index: 20;
}
.best_value_service_package_container:before
{
width: 0;
height: 0;
margin: -10em -10em 0 0;
border: 10em solid transparent;
border-bottom-color: #f99e00;
content: ' ';
}
.best_value_service_package_container:after
{
width: 10em;
height: 10em;
margin: -5em -5em 0 0;
padding: 7em 3em 0 3em;
color: #ffffff;
font-size: 2em;
line-height: 1.2;
text-align: center;
text-transform: uppercase;
content: 'Best Value!';
}
.best_value_service_package_container .service_package_badge_bg
{
display: block;
width: 14.1em;
height: 14.1em;
position: absolute;
top: -15px;
right: -15px;
pointer-events: none;
z-index: -1;
}
.best_value_service_package_container .service_package_badge_bg:before,
.best_value_service_package_container .service_package_badge_bg:after
{
display: block;
width: 0;
height: 0;
position: absolute;
border:5px solid transparent;
border-left-color: #c87f00;
border-bottom-color: #c87f00;
content:' ';
}
.service_package_badge_bg:before
{
top:0;
left:0;
}
.service_package_badge_bg:after
{
bottom:0;
right:0;
}
.service_package_title
{
padding: 0 5em 2em 5em;
}
.service_package_title > h3
{
font-size: 3.6em;
font-weight: bold;
}
.service_package_price
{
font-size: 5em;
}
.service_package_price:before
{
display: block;
color: #9a9a9a;
font-size: 0.3em;
content: 'starting from';
}
#service-package-combo .service_package_price:before
{
content: 'only';
}
.service_package_price_free:before
{
content: 'limited features';
}
.subscription-details
{
font-size: 0.3em;
vertical-align: baseline;
}
.service_package_discount
{
font-size: 1.6em;
font-weight: bold;
}
.service_package_original_price
{
padding-right: 0.5em;
text-decoration: line-through;
}
.service_package_save
{
padding: 0.2em 0.5em;
background: #fe0000;
color: #ffffff;
}
.service_package_description
{
padding: 1em 0;
font-size: 1.4em;
}
.service_package_feature_list
{
text-align: left;
}
.service_package_feature_item
{
padding: 0.5em 2em;
border-bottom: 1px dashed #d7dee8;
color: #3b3b3b;
font-size: 1.6em;
}
.service_package_feature_item_disabled
{
color: #d7d7d7;
text-decoration: line-through;
}
.service_package_feature_item_tooltip
{
display: block;
width: 1.4em;
float: right;
background: #d7d6d6;
border-radius: 50%;
color: #ffffff;
text-align: center;
cursor: pointer;
}
.service_package_button_container
{
padding: 3em 3.5em;
color: #ffffff;
}
.service_package_button
{
display: block;
width: 100%;
padding: 0.5em 0;
background: #78b44b;
border-radius: 10px;
font-size: 2em;
text-align: center;
}
.service_package_bottom_popup_container
{
color: #78b44b;
font-size: 1.4em;
font-weight: bold;
text-decoration: underline;
}
.overlay_popup_large_image_container
{
width: 1600px;
max-width: 95%;
height: 90%;
margin-top: 50px;
}
.overlay_popup_large_image
{
display: block;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.overlay_popup_large_image img
{
display: block;
width: 100%;
}
.service_package_video
{
position: relative;
margin: 20px;
cursor: pointer;
}
.service_package_video:before
{
display: block;
width: 3em;
height: 3em;
position: absolute;
top: 50%;
left: 50%;
padding: 0.2em;
margin: -1.5em 0 0 -1.5em;
background: -webkit-linear-gradient(-45deg,#999,#333 80%,#444);
background: -moz-linear-gradient(135deg,#999,#333 80%,#444);
background: -ms-linear-gradient(135deg,#999,#333 80%,#444);
background: -o-linear-gradient(135deg,#999,#333 80%,#444);
background: linear-gradient(135deg,#999,#333 80%,#444);
border: 0.3em solid #ffffff;
border-radius: 50%;
color: #ffffff;
line-height: 2em;
font-size: 2em;
font-family: 'Glyphicons Halflings';
text-align: center;
content:'\e072';
z-index: 5;
}
.service_package_video:after
{
display: block;
width: 100%;
height: 90%;
position: absolute;
top: 5%;
left: 0;
border:10px dashed #ffffff;
border-left-width: 0;
border-right-width: 0;
content: ' ';
z-index: 10;
}
.service_package_video img
{
display: block;
width: 100%;
}
.service_package_video_title
{
padding: 0.5em 0;
color: #999999;
font-weight: bold;
font-size: 1.6em;
text-align: center;
}
.service_package_category_note > p
{
padding-top: 1em;
font-size: 1.4em;
}
.service_package_category_faq_wrapper
{
padding: 8em 0 0 0;
color: #666666;
}
.service_package_category_faq_wrapper_title > h2
{
font-size: 2.4em;
font-weight: bold;
}
.service_package_category_faq_wrapper_title > h2 .underline
{
display: inline-block;
padding-bottom: 0.3em;
border-bottom: 2px solid #f99e00;
}
.service_package_category_faq_wrapper_title > h2:after
{
padding-left: 0.5em;
font-family: FontAwesome;
content: '\f078';
}
.expand_parent_expanded > .service_package_category_faq_wrapper_title > h2:after
{
content: '\f077';
}
.service_package_category_faq_container
{
padding: 0.5em 0;
font-size: 1.4em;
text-align: left;
border-bottom: 1px solid #d9e9ee;
}
.service_package_category_faq_title
{
position: relative;
cursor: pointer;
}
.expand_parent_expanded > .service_package_category_faq_title
{
background: #f7f7f7;
}
.service_package_category_faq_title > h3
{
padding: 0.5em 2.5em 0.5em 0.5em;
color: #78b44b;
font-size: 1.2em;
font-weight: bold;
}
.service_package_category_faq_title:after
{
display: block;
width: 1.2em;
height: 1.2em;
position: absolute;
top: 0;
right: 0;
border: 2px solid #78b44b;
border-radius: 3px;
color: #78b44b;
font-size: 2em;
font-weight: bold;
line-height: 1em;
text-align: center;
content: '+';
}
.expand_parent_expanded > .service_package_category_faq_title:after {content:'-';}
.service_package_category_faq_content .expand_container
{
padding: 1em 3em 1em 0.6em;
}
.service_package_category_faq_content p
{
padding-bottom: 0.5em;
font-size: 1.2em;
}
.service_package_category_faq_content ul,
.service_package_category_faq_content ol
{
padding-left: 1.5em;
font-size: 1.2em;
}
.service_package_category_faq_content a
{
color: #0000ff;
}
#service-package-banner .next_section_container
{
display: none;
color:#000000;
}
#service-package-banner .next_section_trigger
{
border-color: #000000;
}
.service_package_category_testimonial_container
{
text-align: center;
}
.service_package_category_testimonial_icon
{
display: inline-block;
max-width: 10%;
line-height: 1;
vertical-align: top;
}
.service_package_category_testimonial_content
{
display: inline-block;
width: 80em;
max-width: 80%;
padding: 0 2em;
}
.service_package_category_testimonial_message
{
color: #666666;
font-size: 1.6em;
font-style: italic;
}
.service_package_category_testimonial_author
{
padding-top: 0.5em;
font-size: 1.4em;
font-style: italic;
}
.service_package_category_testimonial_author:before
{
padding-right: 0.5em;
content: '--';
}
.service_package_category_testimonial_author_company
{
font-weight: bold;
}
.service_package_faq_wrapper
{
padding: 8em 0;
}
.service_package_faq_wrapper_title > h2
{
font-size: 2.4em;
font-weight: bold;
}
.service_package_faq_wrapper_title > h2 .underline
{
display: inline-block;
padding-bottom: 0.3em;
border-bottom: 2px solid #f99e00;
}
.service_package_faq_wrapper_title > h2:after
{
padding-left: 0.5em;
font-family: FontAwesome;
content: '\f078';
}
.expand_parent_expanded > .service_package_faq_wrapper_title > h2:after
{
content: '\f077';
}
.service_package_faq_container
{
padding: 0.5em 0;
font-size: 1.4em;
text-align: left;
border-bottom: 1px solid #d9e9ee;
}
.service_package_faq_title
{
position: relative;
cursor: pointer;
}
.service_package_faq_title > h3
{
padding: 0.5em 0;
font-size: 1.2em;
font-weight: bold;
}
.service_package_faq_title:after
{
display: block;
width: 1.2em;
height: 1.2em;
position: absolute;
top: 0;
right: 0;
border: 2px solid #78b44b;
border-radius: 3px;
color: #78b44b;
font-size: 2em;
font-weight: bold;
line-height: 1em;
text-align: center;
content: '+';
}
.expand_parent_expanded > .service_package_faq_title:after {content:'-';}
.service_package_faq_content .expand_container
{
padding: 1em 3em 1em 0;
}
.service_package_faq_content p
{
padding-bottom: 0.5em;
}
.service_package_faq_content ul,
.service_package_faq_content ol
{
padding-left: 1.5em;
}
.service_package_faq_content a
{
color: #0000ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
#service-package-banner h2 .dynamic_typing_container
{
display: inline-block;
}
}
@media only screen and (min-width: 992px)
{
#service-package-banner
{
background: #fffbf2;
}
#service-package-banner .banner_content_container
{
background: #fffbf2 url(//www.top4marketing.com.au/images/rev01feb2018/bg_service_package.jpg) bottom left no-repeat;
background-size: cover;
}
#service-package-banner .row
{
padding: 7.5em 3em 6em 40em;
}
#service-package-banner .banner_content
{
font-size: 1.33333333em;
}
#service-package-banner .next_section_container
{
display: block;
}
#service-package-banner-2 .banner_bg
{
display: block;
width: 50%;
height: 100%;
position: absolute;
left: 50%;
top: 0;
background: url(//www.top4marketing.com.au/images/rev01feb2018/bg_service_package_2.jpg) center left no-repeat;
background-size: auto 100%;
z-index: -1;
}
#service-package-banner-3
{
display: block;
}
#service-package-banner-2 .banner_content
{
font-size: 1.33333333em;
}
#service-package-banner-2 .row
{
padding: 2em 50% 0 0;
}
#service-package-banner-2 .banner_button
{
width: 6.4em;
}
#service-package-banner-2 .banner_button.banner_button_get_started
{
margin: 1em 2em;
}
#service-package-banner-2 .banner_bottom_text
{
padding: 0.4em 0;
margin-left: -20%;
padding-left: 20%;
background: -webkit-linear-gradient(left, rgba(248,177,88,0),rgba(248,177,88,1) 20%,rgba(248,177,88,1) 50%,rgba(244,212,145,1) 100%);
background: -moz-linear-gradient(left, rgba(248,177,88,0),rgba(248,177,88,1) 20%,rgba(248,177,88,1) 50%,rgba(244,212,145,1) 100%);
background: -ms-linear-gradient(left, rgba(248,177,88,0),rgba(248,177,88,1) 20%,rgba(248,177,88,1) 50%,rgba(244,212,145,1) 100%);
background: -o-linear-gradient(left, rgba(248,177,88,0),rgba(248,177,88,1) 20%,rgba(248,177,88,1) 50%,rgba(244,212,145,1) 100%);
background: linear-gradient(to right, rgba(248,177,88,0),rgba(248,177,88,1) 20%,rgba(248,177,88,1) 50%,rgba(244,212,145,1) 100%);
}
.service_package_selector_trigger
{
width: auto;
margin-bottom: 0;
}
.service_package_container
{
width: 33.33333333%;
margin: 0 -3px;
}
.best_value_service_package_container
{
min-height: 23em;
padding-top: 6em;
padding-bottom: 5em;
margin-top: -1.5em;
}
.service_package_category_description:before
{
left: auto;
right: 100%;
}
.service_package_category_description > p
{
text-indent: 0;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
#service-package-banner-2
{
background: transparent;
}
#service-package-banner-2 .banner_bottom_text
{
font-size: 1em;
}
}
@media only screen and (min-width: 1199px)
{
#service-package-banner h2 .dynamic_typing_container
{
display: inline-block;
}
#service-package-banner-2
{
position: relative;
background: -webkit-linear-gradient(left, rgba(255,255,255,1),rgba(255,255,255,1) 7.5%,rgba(255,255,255,0) 18.5%,rgba(255,255,255,0) 81.5%,rgba(255,255,255,1) 92.5%,rgba(255,255,255,1) 100%);
background: -moz-linear-gradient(left, rgba(255,255,255,1),rgba(255,255,255,1) 7.5%,rgba(255,255,255,0) 18.5%,rgba(255,255,255,0) 81.5%,rgba(255,255,255,1) 92.5%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1),rgba(255,255,255,1) 7.5%,rgba(255,255,255,0) 18.5%,rgba(255,255,255,0) 81.5%,rgba(255,255,255,1) 92.5%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1),rgba(255,255,255,1) 7.5%,rgba(255,255,255,0) 18.5%,rgba(255,255,255,0) 81.5%,rgba(255,255,255,1) 92.5%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1),rgba(255,255,255,1) 7.5%,rgba(255,255,255,0) 18.5%,rgba(255,255,255,0) 81.5%,rgba(255,255,255,1) 92.5%,rgba(255,255,255,1) 100%);
}
#service-package-banner-2 .banner_button_container
{
padding:2em 0 3em 0;
text-align: left;
}
} #package_section{padding:85px 0; background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_testimonial.jpg) center no-repeat;background-size:cover;}
.package-title {padding-bottom: 2em;color:#ffffff;font-size: 1.6em;text-align: center;}
.package-title .underline {text-decoration: underline;}
.package-title h2 {padding:1em 0 0.5em 0;font-size: 2.2em;font-weight:bold;}
.package-title p {font-size: 1.5em;}
#package-form h2 {color:#ffffff;font-size: 2.4em;}
#package-form label {color:#ffffff;}
.quote-package-selected
{
position: relative;
}
.quote-package-selected:after
{
display: block;
position: absolute;
top:0;
right:0.5em;
color: #333333;
font-family: 'Glyphicons Halflings';
cursor: pointer;
content: '\270f';
}
.quote-package-selected input
{
cursor: pointer;
}
.package-video
{
position: relative;
margin-top: 20px;
cursor: pointer;
}
.package-video:before
{
display: block;
width: 3em;
height: 3em;
position: absolute;
top: 50%;
left: 50%;
padding: 0.2em;
margin: -1.5em 0 0 -1.5em;
background: -webkit-linear-gradient(-45deg,#999,#333 80%,#444);
background: -moz-linear-gradient(135deg,#999,#333 80%,#444);
background: -ms-linear-gradient(135deg,#999,#333 80%,#444);
background: -o-linear-gradient(135deg,#999,#333 80%,#444);
background: linear-gradient(135deg,#999,#333 80%,#444);
border: 0.3em solid #ffffff;
border-radius: 50%;
color: #ffffff;
line-height: 2em;
font-size: 2em;
font-family: 'Glyphicons Halflings';
text-align: center;
content:'\e072';
z-index: 5;
}
.package-video:after
{
display: block;
width: 100%;
height: 90%;
position: absolute;
top: 5%;
left: 0;
border:10px dashed #ffffff;
border-left-width: 0;
border-right-width: 0;
content: ' ';
z-index: 10;
}
.package-video img
{
display: block;
width: 100%;
}
.package-video-title
{
padding: 0.5em 0;
color: #ffffff;
font-size: 1.6em;
text-align: center;
}
#pack1 .package-box {height: 950px;}
#pack2 .package-box {height: 1050px;}
#pack3 .package-box {height: 1020px;}
.top4Plans-gray{background:#EAEBE9!important;}
.package-table{width:100%; height:auto; float:left; margin-bottom:85px;}
.package-table:last-of-type{margin-bottom:0;}
a.btn-red-select,a.btn-red-select:link,a.btn-red-select:visited{ font-size: 16px; padding: 12px 8px;
text-transform: uppercase;width: 100%; background-color:#6fac2f;
border-radius: 3px;color: #ffffff;;}
a.btn-red-select:hover,a.btn-red-select:active{background-color:#F0F0F5;color:#6fac2f;}
#package-form{width:100%; height:auto;display:none;}
#package-form > .row {display: block;width: 600px;max-width: 100%;margin: 0 auto;}
.package-table table{background:#fff;box-shadow:0 0 5px rgba(0, 0, 0, 0.5);padding:40px 20px 70px;border-top:2px solid #CC0000;}
.package-table table thead th{color:#666666;text-align:center;font-size:18px;}
.package-table table tbody th > span{float:right;}
.package-table table tbody th{color:#666666;text-align:left;}
.package-table table td{color:#666666; text-align:center;}
.package-table table thead td span{font-size:20px;color:#CC0000; margin-bottom:5px;}
.package-table table td,.package-table table th{width:25%;vertical-align:middle!important;font-size:13px;}
.package-box{width:100%; background: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);padding:40px 20px 80px;text-align: center;position:relative;}
.package-plan-title{width:100%; height:auto; float:left;}
#package_section .package-plan-title > h3{font-size: 32px;font-weight: bold;margin: 0;color:#000000;padding:0;}
.package-plan-title p{font-size: 15px;margin:15px 0 0;color:#333}
.package-price-plan{width:100%; height:auto; float:left;padding:25px 10px 40px;}
.package-price-plan:before {font-size: 14px;content:'From';}
.package-price-plan-free:before {content:'for';}
.package-price-plan > span{color:#333;font-size:14px;}
.package-price-plan > h3 > span.monthly {display: inline-block;font-size: 16px;
margin: 12px 0 0 -7px;position: relative;vertical-align: bottom;}
.package-price-plan > h3 {font-size: 50px;font-weight:bold;margin:0;}
.package-discount-container {font-size: 14px;padding:10px 0;}
.package-original-price {text-decoration: line-through;}
.package-discount {color: #ff0000;}
.package-annual-price{margin: 15px 0;font-size:14px;}
.package-include{font-size: 14px;}
.package-highlight{margin: 15px 0 0 0;font-size: 14px;font-weight:bold;}
.package-price-list{width:100%; height:auto; float:left;padding:5px;}
ul.pricing-feature-list{padding:0; margin:5px 0 0;list-style:none;}
ul.pricing-feature-list li{color:#333;font-size: 16px;
line-height: 24px;margin-bottom: 2px;padding:10px 15px;text-align: left;text-transform: capitalize;width:100%; float:left;border-bottom:1px dashed #d7d6d6;}
ul.pricing-feature-list li:last-of-type{border-bottom:none;}
ul.pricing-feature-list li span{float:right;background:#d7d6d6 repeat scroll 0 0; border-radius: 50%;line-height:20px; width:20px; text-align:center;color:#FFF;cursor:pointer;}
ul.pricing-feature-list li span:hover{color:#fab910}
.black-brdr{border-top:5px solid black}
.yellow-brdr{border-top:5px solid #ffa206}
.gray-brdr{border-top:5px solid silver}
.left0{padding-left:0;}
.right0{padding-left:0;}
.padding0{padding-left:0;}
#package-form h2{margin-bottom:25px;}
#package-form .form_container
{
display: block;
font-size: 1.6em;
}
#package-form .form_container .general_style_input_button
{
font-size: 0.875em;
}
#package-form .form_row_container
{
padding-bottom: 0.5em;
white-space: nowrap;
}
#package-form .form_row_container label
{
width: 25%;
}
#package-form .form_row_container input[type="text"],
#package-form .form_row_container input[type="tel"],
#package-form .form_row_container input[type="email"]
{
width: 75%;
}
#package-form .wpcf7-response-output
{
padding: 0.5em 1em;
background: #ffffff;
font-size: 1.4em;
font-style: italic;
border-radius: 5px;
}
#package-form .wpcf7-validation-errors
{
color: #ff0000;
border-color: #ff0000;
}
#package-form .wpcf7-mail-sent-ok
{
color: #398f14;
border-color: #398f14;
}
#package-form .form_row_container input[type="submit"]
{
display: block;
margin: 1em auto 0 auto;
} .package-table .table-responsive{width:100%;}
@media only screen and (max-width: 1200px){
#package_section .package-plan-title > h3{font-size:26px;}
.package-price-plan > h3{font-size:45px;}
.package-price-plan > h3 > span{font-size:30px;}
ul.pricing-feature-list li{padding:8px 0;font-size:14px;}
}
@media only screen and (max-width: 992px){
.package-table .row > div{padding:0 5px;}
.package-box{padding:40px 5px 10px;}
#package_section .package-plan-title > h3{font-size:20px;}
.package-price-plan > h3{font-size:30px;}
.package-price-plan > h3 > span{font-size:16px;margin-top:10px;}
ul.pricing-feature-list li{font-size:12px;}
}
@media only screen and (max-width:767px){
.package-box{margin-bottom:25px;}
.package-table .row > div{padding:0 15px;}
#package_section .package-plan-title > h3{font-size:26px;}
.package-price-plan > h3{font-size:45px;}
.package-price-plan > h3 > span{font-size:30px;}
ul.pricing-feature-list li{padding:8px 10px;font-size:16px;}
#package-form .form_row_container label {display: none;}
#package-form .form_row_container input[type="text"],
#package-form .form_row_container input[type="tel"],
#package-form .form_row_container input[type="email"]
{
width: 100%;
}
}
@media only screen and (max-width: 500px){
#package_section form.wpcf7-form{width:100%;position:static;margin-left:0;}
}
@media only screen and (max-width: 400px){
#package_section form.wpcf7-form .form_row_container label{width:100%;padding-bottom:3px;}
#package_section form.wpcf7-form .form_row_container > span{width:100%;}
#package_section form.wpcf7-form .form_row_container #free-quote-services-selected-display{width:100%;}
} #logo_wall_section
{
position: relative;
padding: 4em 0;
background: #13202e;
background: rgba(19,23,46,0.9);
color: #ffffff;
}
#logo_wall_section .banner_bg
{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev12dec2017/bg_speak_to_sales.jpg) 50% 30% no-repeat;
background-size:cover;
-webkit-filter: invert(100%);
filter: invert(100%);
z-index: -1;
}
.logo_wall_title h2
{
padding-bottom: 1em;
font-size: 2.2em;
font-weight: bold;
text-align: center;
}
.logo_wall_container
{
display: inline-block;
width: 18%;
margin: 1%;
padding: 0 15px;
background: #ffffff;
border-radius: 5px;
}
.logo_wall_container img
{
display: block;
max-width: 100%;
margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
.logo_wall_container {width: 23%;}
}
@media only screen and (max-width: 991px)
{
.logo_wall_container {width: 48%;}
} .your-digital-marketing-team-title
{
padding: 5em 5%;
float:left;
font-size: 1.6em;
text-align: center;
}
.your-digital-marketing-team-title h2
{
padding-bottom: 1em;
color: #000000;
font-size: 2.2em;
font-weight: bold;
}
.your-digital-marketing-team-title .sub_title
{
color: #666666;
font-size: 1.5em;
padding-bottom: 1em;
}
.your-digital-marketing-team-title .intro_content
{
color: #666666;
}
.team_member_image
{
width: 14em;
margin-bottom: 2em;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.team_member_name
{
font-size: 1.8em;
font-weight: bold;
}
.team_member_introduction
{
height: 18em;
padding-left: 5em;
color: #545454;
overflow: auto;
}
.team_member_title
{
padding-bottom: 1em;
font-size: 1.4em;
font-weight: bold;
}
.team_member_description
{
font-size: 1.2em;
}
@media only screen and (max-width: 767px)
{
.team_member_introduction
{
height: auto;
padding-bottom: 2em;
}
} #testimonial
{
padding: 100px 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_testimonial.jpg) center center no-repeat;
background-size: cover;
color: #ffffff;
font-size: 2em;
text-align: center;
}
#testimonial h2
{
padding-bottom: 1em;
font-size: 1.8em;
}
.testimonial_slider_wrapper
{
display: block;
position: relative;
white-space: nowrap;
overflow: hidden;
text-indent: -100%;
}
.testimonial_slider_wrapper_move_left
{
text-indent: -200%;
-webkit-transition:text-indent 500ms ease;
-moz-transition:text-indent 500ms ease;
-ms-transition:text-indent 500ms ease;
-o-transition:text-indent 500ms ease;
transition:text-indent 500ms ease;
}
.testimonial_slider_wrapper_move_right
{
text-indent: 0;
-webkit-transition:text-indent 500ms ease;
-moz-transition:text-indent 500ms ease;
-ms-transition:text-indent 500ms ease;
-o-transition:text-indent 500ms ease;
transition:text-indent 500ms ease;
}
.testimonial_controller
{
display: block;
position: absolute;
top: 0;
font-size: 3em;
font-family: 'Glyphicons Halflings';
text-indent: 0;
cursor: pointer;
}
.testimonial_controller_previous {left:0;}
.testimonial_controller_next {right:0;}
.testimonial_slider_container
{
display: inline-block;
width: 100%;
padding: 0 15%;
text-indent: 0;
white-space: normal;
vertical-align: top;
}
.testimonial_text
{
padding-bottom: 1em;
font-size: 1.3em;
font-weight: lighter;
}
.testimonial_author
{
color: #a5b0b8;
font-size: 1em;
font-weight: bold;
font-style: italic;
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
#testimonial
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_testimonial.m.jpg);
font-size: 1.6em;
}
}
@media only screen and (max-width: 479px)
{
#testimonial
{
padding: 50px 0;
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/bg_testimonial.s.jpg);
font-size: 1.2em;
}
} .featured-partners
{
padding: 10px 0 60px 0;
background: #000000;
}
.featured-partners-title
{
padding: 3em 0;
border-bottom: 2px solid #ffffff;
}
.featured-partners-title h2
{
color: #ffffff;
font-size: 1.4em;
text-align: center;
}
.featured-partners-title-separator
{
padding: 0 1em;
}
.featured-partners-title-separator:before
{
content: '-';
}
.featured-partners-content img
{
padding: 1em;
}
@media only screen and (max-width: 767px)
{
.featured-partners-title h2
{
font-size: 1.6em;
}
.featured-partners-title-separator
{
display: block;
width: 100%;
height: 2px;
margin: 1em 0;
padding: 0;
background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
}
.featured-partners-title-separator:before
{
content: '';
}
}
@media only screen and (min-width:480px) and (max-width: 767px)
{
.featured-partners-content img
{
width:33.33333333%
}
}
@media only screen and (min-width: 1200px) {
.featured-partners-content img {
width: 11.11111111%;
}
} #contact-our-team {
padding: 50px 0;
background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/marketing-agency-sydney-contactus.jpg) top center no-repeat;
background-size: cover;
color: #ffffff;
font-size: 1.4em;
text-align: center;
}
#contact-our-team .form_row_container
{
padding-bottom:0.5em;
}
#contact-our-team label
{
display: block;
padding: 0 0 0.5em 0;
margin: 0;
}
#contact-our-team input[type="text"],
#contact-our-team input[type="email"],
#contact-our-team input[type="tel"],
#contact-our-team textarea
{
width: 100%;
background: rgba(0,0,0,0.7);
border-radius: 3px
}
#contact-our-team textarea
{
height: 12em;
resize: none;
}
#contact-our-team .general_style_input_button
{
margin-top: 2em;
font-size: 1em;
}
#contact-our-team .container
{
max-width: 600px;
}
.contact-our-team-title
{
padding-bottom: 3em;
}
.contact-our-team-title h2
{
padding-bottom: 1em;
font-size: 3em;
}
.contact-our-team-title p
{
padding-bottom: 1em;
}
.contact-our-team-form
{
padding: 3em 20%;
background: rgba(255,255,255,0.15);
border-raius:3px;
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
#contact-our-team {background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/marketing-agency-sydney-contactus.m.jpg);}
}
@media only screen and (max-width: 479px)
{
#contact-our-team
{
background-image: url(//www.top4marketing.com.au/wp-content/themes/top4/images/rev02aug2017/marketing-agency-sydney-contactus.s.jpg);
font-size: 1.2em;
}
#contact-our-team label
{
display: none;
}
.contact-our-team-title h2
{
font-size: 2em;
}
.contact-our-team-form
{
padding: 2em 1em;
}
} #section_footer
{
padding: 40px 0;
color: #545454;
font-size: 1.4em;
}
#section_footer img
{
display: inline-block;
}
.footer_right_column
{
float: right;
text-align: right;
}
.footer_call
{
color: #000000;
font-size: 1.5em;
font-weight: bold;
}
@media only screen and (max-width: 767px)
{
#section_footer
{
font-size: 1.2em;
}
.footer_left_column,
.footer_right_column
{
float: none;
text-align: center;
}
.footer_left_column > div,
.footer_right_column > div
{
padding: 0.5em 0;
}
} #needMore{padding:0;}
#needMore .modal-dialog{margin-top: 50px;}
#needMore .modal-content{background:#141D27;padding:0;}
#needMore .modal-body{padding:0;}
#needMore h3{color:#fff; font:bold 44px/50px "roboto";}
#needMore h3 span{font:bold 73px/75px "roboto";}
a.yellow-style-button,a.yellow-style-button:link,a.yellow-style-button:visited{width:100%;height:82px;margin-top:35px;color:#000000; font:bold 50px/82px "roboto";float:left;text-decoration:none;background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffd119, #ff9f05 100%) repeat scroll 0 0;border-radius: 4px;
-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;text-transform:uppercase;}
a.cancel-popup,a.cancel-popup:link,a.cancel-popup:visited{font:lighter 22px/28px "roboto";color:#fff;margin-top:30px;display:inline-block;}
#model{background:rgba(64, 64, 88, 0.75)}
#step-1{padding:60px 30px 65px;}
#step-2{padding:40px 20px 50px;}
#step-3{padding:85px 60px 50px;}
#needMore form{margin-top:55px;}
#needMore p{color:#000000; font:lighter 22px/28px "roboto";margin-top:10px;color:#fff;display:inline-block;}
#needMore form .wpcf7-form-control-wrap {display: block; float: left; width: 49%; margin-bottom: 2%;}
#needMore form .wpcf7-form-control-wrap:nth-child(2n) {float: right;}
#needMore form input[type="text"],#needMore form input[type="tel"],#needMore form input[type="email"],#needMore form input[type="url"]{width:100%; height:51px; float:left; background:#fff;font:lighter 18px/51px "roboto";color:#00000;padding:15px;border:0;border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
#needMore form input:nth-of-type(2n){margin-right:0;float:right;}
#needMore form input[type="submit"]{width:100%;height:62px;color:#000000; font:bold 30px/62px "roboto";text-decoration:none;background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffd119, #ff9f05 100%) repeat scroll 0 0;border:none; border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}
#needMore .wpcf7-not-valid-tip {
display: block;
position: absolute;
left: 0;
bottom: 100%;
padding: 0.25em 1em;
margin-bottom: 1em;
background: #f00;
border-radius: 5px;
color: #ffffff;
font-size: 0.5em;
cursor: pointer;
}
#needMore .wpcf7-not-valid-tip:before {
display: block;
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 1.5em;
border: 0.5em solid transparent;
border-top-color: #f00;
content: ' ';
}
#needMore .wpcf7-response-output
{
padding: 0.5em;
margin: 2.5em 0 0 0;
color:#333333;
background: #ffffff;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
border:none;
border-radius:3px;
}
#needMore .wpcf7-mail-sent-ok
{
background: #ddffdd;
color: #006600;
}
#needMore .wpcf7-validation-errors,
#needMore .wpcf7-mail-sent-ng
{
background: #ffdddd;
color: #ff0000;
}
#step-2,#step-3{display:none;}
#step-3 p a,#step-3 p a:link,#step-3 p a:visited{font:bold 22px/28px "roboto";color:#fff;}
#step-3 figure{margin-top:85px;}
@media only screen and (max-width : 767px){
#needMore h3{font:bold 34px/40px "roboto";}
#needMore h3 span{font:bold 63px/65px "roboto"}
a.yellow-style-button, a.yellow-style-button:link, a.yellow-style-button:visited{font:bold 40px/82px "roboto";margin-top:20px;}
}
@media only screen and (max-width : 550px){
#needMore h3{font:bold 30px/36px "roboto";}
#needMore h3 span{font:bold 53px/55px "roboto"}
a.yellow-style-button, a.yellow-style-button:link, a.yellow-style-button:visited{font:bold 30px/62px "roboto";height:62px;}
#needMore form input[type="submit"]{font:bold 22px/62px "roboto"}
#step-1{padding:30px 15px;}
#step-2{padding:30px 15px;}
#step-3{padding:30px 15px;}
#needMore form .wpcf7-form-control-wrap {display: block; float: left; width: 100%; margin-bottom: 1em;}
#needMore form{margin-top:25px;}
#step-3 figure{margin-top:35px;}
}
@media only screen and (max-width : 400px)
{
#needMore form input[type="submit"]{font:bold 14px/42px "roboto";height:42px;}
#needMore h3{font:bold 24px/36px "roboto";}
#needMore h3 span{font:bold 43px/45px "roboto";}
#needMore form{margin-top:25px;}
#needMore p{font:lighter 17px/23px "roboto";}
#step-3 p a, #step-3 p a:link, #step-3 p a:visited{font:bold 17px/23px "roboto"}
}
@media only screen and (min-width : 992px)
{
#needMore .modal-dialog{margin-top: 120px;}
} #digital-marketing-agency-sydney .general_style_input_button,
#service-map .title_container a.read_more_link,
#content-social-media .general_style_input_button_yellow,
#creative-ux .general_style_input_button_yellow,
#google-facebook-advertising .content_container .general_style_input_button_yellow
{
display: none;
} .case-study-banner{width:100%;height:auto;background-size:cover!important;} .case-study-banner .row > div{height:585px;display:table;}
.banner-inner{display:table-cell;vertical-align:middle;}
.banner-inner > h2,.banner-inner .search-outer-top > h2{font:40px/45px 'robotobold';color:#fff;margin-bottom:10px;}
.banner-1 .banner-inner h2{color:#FEBA14;}
.banner-inner > p,.banner-inner .search-outer-top > p{font:26px/36px 'robotolight';color:#fff;}
.banner-inner > .search-outer > p{font-size: 1em!important;font-family: 'Roboto', serif!important;}
.products{padding:45px 0 100px 0;}
.product-category{width:100%;float:left;padding:0 15px;border:1px solid #E2E2E2;margin:0;}
.product-category li{padding:15px 60px 15px 0;position:relative}
.product-category li span{position:absolute;left:-15px;top:100%;z-index:1;font:13px/14px 'robotoregular';text-transform:uppercase;color:#fff;padding:5px 15px;background:#FDB913;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:none;}
.product-category li a img{display:inline-block;margin-right:10px;}
.product-category li:last-of-type a img{margin-left:10px;margin-right:0;}
.product-category li a img:last-of-type{display:none;}
.product-category li a.mixitup-control-active  img:first-of-type,.product-category li a:hover img:first-of-type,.product-category li a:active img:first-of-type,.product-category li a:focus img:first-of-type{display:none;}
.product-category li a.mixitup-control-active  img:last-of-type,.product-category li a:hover img:last-of-type,.product-category li a:active img:last-of-type,.product-category li a:focus img:last-of-type{display:inline-block;}
.product-category li:last-of-type{padding-right:0;}
.product-category li a,.product-category li a:link,.product-category li a:visited,.product-category li h5{font:14px/15px 'robotoregular';color:#818181;text-transform:uppercase;}
.product-category li a:active,.product-category li a:hover,.product-category li a:focus,.product-category li a.mixitup-control-active{color:#FEBA14;}
.product-category li a:hover span{display:block;}
.prod-tab-content{width:100%;float:left;margin-top:50px;}
.prod-outer{width:100%;height:auto;float:left;border-bottom:1px solid #E5E5E5;margin-bottom:20px;}
.prod-inner{width:100%;height:auto;float:left;padding:15px;}
.prod-inner h4{font:20px/25px 'robotobold';color:#000;}
.prod-inner h4 a,.prod-inner h4 a:link,.prod-inner h4 a:visited{color:#000;}
.prod-inner h4 a:hover,.prod-inner h4 a:focus,.prod-inner h4 a:active{color:#FEBA14;}
.prod-inner p{font:14px/20px 'robotoregular';color:#818181;}
.case-heading{font:30px/35px 'robotobold';color:#000000;}
.testimonial h2{margin-bottom:50px;}
.testimonial{height:auto;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/testimonial-img-1.png) no-repeat center;padding:30px 0;position:relative;background-size: cover;}
.testimon > .item.next,.testimon > .item.active.right {left: 0;-webkit-transform: translate3d(50%, 0, 0);   transform: translate3d(50%, 0, 0);}
.testimon > .item.prev,.testimon > .item.active.left {left: 0;-webkit-transform: translate3d(-50%, 0, 0);    transform: translate3d(-50%, 0, 0);}
.myTestimonial{margin-top:100px;}
.testimonial p{font:26px/30px 'robotolight';margin:45px 0;}
.testimonial .testimon-inner span{font:20px/25px 'robotoregular';}
.testimon-inner{width:100%;height:auto;float:left;padding:0 15px;}
.testimonial .carousel-control{width:auto;height:auto;background:none;top:50%;bottom:auto;}
.testimonial .carousel-control.left{left:45px;}
.testimonial .carousel-control.right{right:45px;}
.next-sec{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/next-sec-bg.jpg) no-repeat center;padding:110px 0 70px 0;background-size:cover;}
.next-sec h4{font:30px/35px 'robotobold';color:#fff;margin-bottom:75px;}
.next-sec h5{font:26px/30px 'robotolight';color:#fff;margin-bottom:20px;}
.next-sec p{font:20px/30px 'robotolight';color:#fff;margin-bottom:35px;height:85px;}
.next-sec div > figure{height:60px;margin-bottom:60px;}
a.get-start,a.get-start:link,a.get-start:visited{width:237px;height:auto;display:inline-block;padding:10px 0;color:#000;font:19px/20px 'robotobold';text-transform:upper-case;background:linear-gradient(#FFCF19, #FFA207);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
a.get-start:hover,a.get-start:active,a.get-start:focus{background:#FFA207;}
.next-sec ul{margin-top:100px;}
.next-sec ul li{border-right:1px solid #fff;padding-top:25px;}
.next-sec ul li:last-of-type{border-right:0;}
.next-sec ul li a figure{height:33px;}
.next-sec ul li a figure img:last-of-type{display:none;}
.next-sec ul li a span{font:20px/30px 'robotobold';color:#fff;padding-top:20px;display:inline-block;}
.next-sec ul li a:hover span{color:#FFA80A;}
.next-sec ul li a:hover figure img:first-of-type{display:none;}
.next-sec ul li a:hover figure img:last-of-type{display:block;}
footer{background:#000;}
.footer-top{padding:75px 0 95px 0;}
.footer-top h5{font:16px/20px 'robotobold';color:#F5B800;margin-bottom:15px;}
.footer-top ul{list-style:none;}
.footer-top ul li{margin-bottom:10px;}
.footer-top ul li a,.footer-top ul li a:link,.footer-top ul li a:visited{font:14px/15px 'robotoregular';color:#fff;}
.footer-top ul li a:hover,.footer-top ul li a:active,.footer-top ul li a:focus{color:#F5B800;}
.footer-top p{font:14px/18px 'robotoregular';color:#fff;}
.footer-top address{font:14px/22px 'robotoregular';color:#fff;margin-top:25px;}
a#logo,a#logo:link,a#logo:visited{width:auto;height:auto;float:left;position:relative;}
a#logo:active,a#logo:hover,a#logo:focus{text-decoration:none;}
a#logo img{display:inline-block;}
a#logo img:first-of-type{margin-right:20px;}
a#logo img:last-of-type{margin-top:15px;}
.footer-bottom{padding:0px 0 45px 0;}
.footer-bottom div > p{width:100%;float:left;font:12px/15px 'robotoregular';color:#858484;margin-top:10px;}
.footer-bottom div > p > a:hover,.footer-bottom div > p > a:focus,.footer-bottom div > p > a:active{color:#F5B800;}
.footer-bottom ul li a,.footer-bottom ul li a:link,.footer-bottom ul li a:visited{font:14px/15px 'robotoregular';color:#fff;}
.footer-bottom ul li a:hover,.footer-bottom ul li a:focus,.footer-bottom ul li a:active{color:#F5B800;}
.footer-bottom ul li{width:auto;float:left;padding:0 8px;border-right:1px solid #fff;}
.footer-bottom ul li:first-of-type{padding-left:0;}
.footer-bottom ul li:last-of-type{padding-right:0;border-right:0;}
.footer-bottom ul{margin-top:30px;list-style: none; float:right;} .detail-top-section{height:465px;background-repeat: no-repeat;background-position: center; ;padding:100px 0 0; background-size:cover;margin-bottom:470px;}
.detail-title{width:100%;height:auto;float:left;}
.detail-title h3{font:50px/55px 'robotobold';color:#FFFFFF;margin-bottom:5px;}
.detail-title h3 span{width:100%;height:auto;float:left;font:24px/28px 'robotobold';margin-bottom:10px;}
.detail-title p{color:#FFFFFF;font:14px/22px 'robotoblack';margin-top:15px;text-transform:upercase;}
.border-line{width:63px; height:3px; background:#FDB913;margin-top:15px;}
.detail-image{width:100%;height:auto;float:left;margin-top:80px;}
.detail-middle{padding-bottom:130px;}
p.site-text{font:26px/38px 'robotolight';color:#000000;}
p.site-text span{font:26px/38px 'robotoregular';}
.detail-middle h3.case-heading{margin-bottom:50px;}
.detail-services{width:100%;height:auto;float:left;margin:65px 0 50px;border-top:1px solid #D1D1D1; border-bottom:1px solid #D1D1D1;padding:0 25px;}
h4.mini-heading{font:18px/22px 'robotobold';color:#000000;padding-bottom:10px;position:relative;margin-bottom:20px;}
h4.mini-heading:after{width:23px; height:3px; background:#FDB913;content:"";left:0;bottom:0;position:absolute; left:0;}
.detail-services .row > div{padding-top:35px; padding-bottom:35px;}
.detail-services .row > div:nth-of-type(2){border-left:1px solid #D1D1D1;padding-left:75px;}
.detail-services ul{padding:0;}
.detail-services ul li{font:17px/20px 'robotoregular';color:#000000;margin-bottom:15px;list-style-position: inside;}
.detail-services a,.detail-services a:link,.detail-services a:visited{font:17px/20px 'robotoregular';color:#FEBA14;}
p.para-text{font:17px/26px 'robotoregular';color:#000000;}
.top-space{margin-top:40px;}
.middle-banner{background-size:cover;background-repeat: no-repeat; background-position: center; }
.white-content{width:100%; height:auto; float:left;}
.middle-banner .white-content {padding:140px 0;}
.white-content h3{font:50px/55px 'robotoregular';color:#FFFFFF;margin-bottom:30px;}
.white-content h3 span{width:100%; height:auto; float:left;font:23px/28px 'robotoblack';}
.white-content p.para-text{color:#ffffff;margin-bottom:40px;}
.white-content a.general_style_input_button{width:237px; height:42px; line-height:42px;}
.top-negetive{margin-top:-40px;}
.list_in_line ul li{width: 25%;
float: left;}
.about-us-banner{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/about-us-banner.png) no-repeat center;}
.digital-marketing{height:312px;background:#F6F6F6;}
.section-hght{height:312px;display:table;}
.digital-marketing-cnt{display:table-cell;vertical-align:middle;}
.digital-marketing-cnt h3{font:30px/35px 'robotobold';color:#000000;}
.digital-marketing-cnt p{font:26px/30px 'robotolight';color:#000000;}
.digital-marketing-cnt p span{font:26px/27px 'robotoregular';}
.digital-marketing  figure img{ position:relative;top:0;}
.about-digital{margin-top:75px;margin-bottom:70px;}
.about-digital p{font:17px/22px 'robotoregular';}
.about-team{margin-bottom:95px;padding-top:50px;}
.about-team h3{font:30px/32px 'robotobold';color:#000000;margin-bottom:45px;}
.about-team-cnt{position:relative;}
.about-team-cnt ul{width:100%;float:left;height:auto;}
.about-team-cnt ul li{width:20%;height:auto;float:left;padding-right:0;padding-top:3px;position:relative}
.blck-overlay{width:98.5%;height:98.5%;float:left;position:absolute;background:#000;left:3px;top:3px;box-shadow:0 30px 48px rgba(0,0,0,.22);opacity:0;}
.overlay-text{width:100%;height:auto;float:left;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.overlay-text h5{font:15px/22px 'robotobold';color:#FEBA14;}
.overlay-text p{font:13px/20px 'robotoregular';color:#FFFFFF;}
.overlay-text a img{margin-bottom:10px;}
.about-team-cnt ul li:hover .blck-overlay{display: block;transition: all 0.5s linear 0s;opacity:0.90;}
.search-outer{display: inline-block;margin-top: 1em;padding: 0.2em;border-radius: 5px;background: #ffffff;font-size: 2em;}
.search-outer .banner_service_option{display: inline-block;padding: 0.5em;margin-right: 1em;border: none;color: #333333;line-height: 2em;-moz-appearance: none;-webkit-appearance: none;appearance: none;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/select-arrow-img.png) no-repeat right center;}
.search-outer .banner_service_option::-ms-expand {display: none;}
.search-outer .general_style_input_button{width: auto;padding: 0.5em 2.5em;font-size: 1em;line-height: 1.4;} .content-first-sect h2{margin-bottom:25px;text-transform:upercase}
.content-first-sect .semi-para p{margin-top:25px;margin-bottom:30px;}
.marketin-overlay{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-marketing.jpg) no-repeat 50% center;background-size:cover;padding:100px 0;}
.media-marketing-section h2{color:#fff;}
.media-marketing-section p.site-text{color:#fff;}
.media-marketing-section .semi-para p{color:#fff;}
.media-marketing-section{width:100%;height:auto;background-size:cover!important;}
.marketin-overlay h2{margin-bottom:35px;}
.marketin-overlay .semi-para p{margin-top:20px;}
.content-marketing-p1{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-marketing-p1.jpg) no-repeat;background-size:cover;}
.content-marketing-p1 .semi-para p{margin:40px 0 85px 0;}
.content-marketing-p2{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-marketing-p3.jpg) no-repeat 65% center;background-size:cover;padding:160px 0 240px 0;}
.content-marketing-p2 .semi-para p{margin:35px 0 45px 0;}
.content-marketing-p3{background-size:cover;}
.content-marketing-p3 .semi-para p{margin:35px 0;}
.content-marketing-p4{background-size:cover;padding:200px 0;}
.content-marketing-p4 .semi-para p{margin:30px 0 20px 0;} .center-banners{width:100%; height:auto; padding:140px 0;}
.center-banners h3.case-heading{margin-bottom:30px;}
.semi-para{width:100%; height:auto; float:left;}
.semi-para p{color:#000000; font:20px/26px 'robotolight';}
.semi-para ul{padding:0;list-style:none;margin:30px 0;}
.semi-para ul li{padding-left:25px;color:#000000; font:20px/24px 'robotolight';margin-bottom:10px;position:relative;}
.semi-para ul li:before{width:14px; height:14px; content:url(//www.top4marketing.com.au/wp-content/themes/top4/images/checked.png);position:absolute;left:0;}
a.general_style_input_button.mini-set{width:237px; height:42px; line-height:42px;font-size:19px;font-family: 'robotobold';font-weight:unset;}
a.general_style_input_button.mini-set:nth-of-type(2){margin-left:20px}
.other-middle{width:100%; height:auto; padding:100px 0;}
.web-slider{margin:65px 0 130px;}
.web-slider .row > div{margin-bottom:35px;}
.web-slider .carousel-indicators{bottom:-10px;}
.web-slider .carousel-indicators li{width:14px; height:14px; border-color:#C9C9C9;margin:0 5px 0 0;}
.web-slider .carousel-indicators li:last-of-type{margin:0;}
.web-slider .carousel-indicators li.active{border-color:#FDB913; background:#FDB913} .other-design{width:100%; height:auto; float:left;}
.section-header{width:100%; height:auto; float:left; background:#F3F4F5;padding:20px 0}
.section-body{width:100%; height:auto; float:left; padding:75px 0 50px;}
.section-body ul{list-style:none;}
.section-body ul li{margin-bottom:35px;}
.section-body ul li a,.section-body ul li a:link,.section-body ul li a:visited{color:#3C3C3C; font:22px/40px 'robotomedium';}
.section-body ul li a:hover, .section-body ul li a:active{color:#E2C205;}
.section-body ul li span{width:40px; height:40px; float:left; position:relative;margin-right:15px;}
.section-body ul li span img{position:absolute;top:0; bottom:0; right:0; left:0;margin:auto}
.blue-banner{background:#102338;}
.blue-banner h3.case-heading{color:#fff;}
.website-plans{margin-top:75px;}
.plans-image{width:156px; height:156px; position:relative;}
.plans-image span{width:66px; height:66px;background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4388cf, #004fa7 100%) repeat scroll 0 0;
color: #ffffff;font:35px/66px 'robotobold';position:absolute;left:-40px; top:40px;text-align:center;}
.website-plans h4{color:#FFFFFF; font:22px/24px 'robotobold';margin-bottom:30px;}
.website-plans p{color:#FFFFFF; font:18px/24px 'robotolight';}
.plans-des{width:100%;height:auto; float:left;margin-top:25px;}
p.site-text a,p.site-text a:link,p.site-text a:visited{font:26px/38px 'robotoregular';}
.other-middle h3.case-heading{margin-bottom:25px;}
.table-top-space{margin-top:80px;} .P_text p{font: 26px/38px 'robotolight';color: #000000;}
.p_para-text p{font: 17px/26px 'robotoregular';color: #000000;} .search-outer_form .form_row_container{color: #333333;text-align: left;width:100%; float:left;}
.search-outer_form input{width: 100%;padding: 20px 40px!important;margin-bottom:10px!important;box-shadow: 5px 5px 5px rgba(0,0,0,0.5)!important;font-size:20px!important;}
.search-outer_form{display: none;width: 82%;margin: 0 auto;}
.bsearch-outer_form .form_row_container:nth-of-type(4),.search-outer_form .form_row_container:nth-of-type(5)
{width:49%!important;float:left;}
.search-outer_form .form_row_container:nth-of-type(4){margin-right:5px!important; width:50%!important;}
.search-outer_form .general_style_input_button {float: right;font-size: 1em;line-height: 1.4;
padding: 0.8em 0;width: 44%;margin-top:10px;} .creative-banner{background-size:cover;background:#080F14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeuxbanner.png) no-repeat center;}
.creative-first-section{padding:150px 0;background: #FFFFFF url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeux-bg-banner-1.jpg) no-repeat center right;background-size: contain;}
.creative-first-section .digital-marketing-cnt p{margin:45px 0 30px 0;}
.creative-first-section .semi-para p{margin:0 0 30px 0;}
.creative-second-section{padding:150px 0;background: #EDEDED url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeux-bg-banner-2.png) no-repeat -230px center;background-size: cover;}
.creative-second-section .digital-marketing-cnt p{margin:40px 0 30px 0;}
.creative-second-section .semi-para p{margin:0 0 30px 0;}
.creative-third-section{padding:150px 0;background: #F4F4F4 url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeux-bg-banner-3.png)no-repeat center;background-size:contain;}
.creative-third-section .semi-para p{margin:40px 0 55px 0;}
.creative-fourth-section{padding:150px 0;background: #202226 url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeux-bg-banner-4.png)no-repeat center right;background-size:contain;}
.creative-fourth-section h3,.creative-fourth-section p{color:#fff;}
.creative-fourth-section .semi-para p{margin:45px 0;}
.creative-fifth-section{padding:150px 0;background: #3F616B url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeux-bg-banner-5.png)no-repeat center left;background-size:cover;}
.creative-fifth-section h3{color:#fff;}
.creative-fifth-section .semi-para p{margin:40px 0 55px 0;color:#fff;}
.creative-sixth-section{padding:150px 0;background: #000000 url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeux-bg-banner-6.jpg)no-repeat center;background-size:cover;}
.creative-sixth-section h3,.creative-sixth-section p{color:#fff;}
.creative-sixth-section .semi-para p{margin:45px 0;} .banner5{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/banner5.jpg) no-repeat center;background-size:cover; }
.semi-para p span{color:#000000; font:26px/28px 'robotolight';}
.semi-para p > a.semi-para-link,.semi-para p > a.semi-para-link:link,.semi-para p > a.semi-para-link:visited{color:#000000; font:22px/26px 'robotolight';}
.semi-para p > a.semi-para-link:hover,.semi-para p > a.semi-para-link:active{color:#feba14; text-decoration:underline;}
.mini-section{width:100%; height:auto; float:left; padding:75px 0 140px; background:#EEEFF3;}
.simple-seo{margin-top:75px;}
.simple-seo figure{width:100%; height:auto; float:left; margin-bottom:20px;}
.simple-seo h4{color:#000000; font:20px/28px 'robotobold';margin-bottom:30px;text-transform:uppercase;}
.simple-seo p{color:#000000; font:18px/26px 'robotolight';}
.search-eng h2{margin-bottom:20px;margin-top:50px;}
.search-eng .semi-para p{margin-top:30px;}
.simple-seo > div{padding:30px;position:relative;}
.simple-seo > div:after{content:"";height:247px;width:1px;background:#D4D5DA;position:absolute;top:80px;right:0;}
.simple-seo > div:last-of-type:after{width:0;}
.hosting-package p{font:18px/20px 'robotolight';color:#000;}
a.btn-blue,a.btn-blue:link,a.btn-blue:visited{display:inline-block;background: -webkit-linear-gradient(top,#4388cf,#004fa7 100%);background: linear-gradient(to bottom,#4388cf,#004fa7 100%);}
a.btn-blue:hover,a.btn-blue:focus,a.btn-blue:active{background:#F0F0F5;}
.hosting-package{background:#fff!important;} .emailmarket-first-section{padding:150px 0;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/emailmarketing-media-img-1.png) no-repeat center;background-size: cover;}
.emailmarket-first-section .digital-marketing-cnt p{margin:45px 0 30px 0;}
.emailmarket-first-section .semi-para p{margin:0 0 30px 0;}
.emailmarket-second-section{padding:150px 0;background: #EDEDED url(//www.top4marketing.com.au/wp-content/themes/top4/images/emailmarketing-media-img-2.png) no-repeat center;background-size: cover;}
.emailmarket-second-section .semi-para p{margin:35px 0 0 0;}
.emailmarket-third-section{padding:150px 0;background: #202226 url(//www.top4marketing.com.au/wp-content/themes/top4/images/emailmarketing-media-img-3.png)no-repeat center right;background-size:cover;}
.emailmarket-third-section .semi-para p{font:22px/25px 'robotolight';margin:0 0 80px 0;color:#fff;} .franchise-first-section{padding:200px 0;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/franchise-seo-banner-1.png) no-repeat scroll right -160px center / cover;}
.franchise-first-section .semi-para p{margin:35px 0 65px 0;}
.franchise-second-section{padding:170px 0 230px 0;background: #1B2637 url(//www.top4marketing.com.au/wp-content/themes/top4/images/franchise-seo-banner-2.png) no-repeat center right;background-size:cover;}
.franchise-second-section h3,.franchise-second-section p{color:#fff;}
.franchise-second-section .digital-marketing-cnt p{margin:25px 0 80px 0;}
.franchise-second-section .semi-para p{margin:25px 0 0 0;}
.franchise-third-section{padding:150px 0;background: #D4DCE0 url(//www.top4marketing.com.au/wp-content/themes/top4/images/franchise-seo-banner-3.png) no-repeat center left;background-size:contain;}
.franchise-third-section .semi-para p{margin:35px 0 0 0;}
.franchise-fourth-section{padding:135px 0 150px;background: #070C1F url(//www.top4marketing.com.au/wp-content/themes/top4/images/franchise-seo-banner-4.png) no-repeat center right;background-size:cover;}
.franchise-fourth-section h3{color:#fff;}
.franchise-fourth-section .semi-para p{margin:40px 0 0 0;color:#fff;}
.franchise-fifth-section{padding:150px 0 80px;background: #E87C3A url(//www.top4marketing.com.au/wp-content/themes/top4/images/franchise-seo-banner-5.png) no-repeat center left;background-size:contain;}
.franchise-fifth-section .semi-para p{margin:30px 0 70px 0;}
.franchise-sixth-section{padding:120px 0;background: #172D38 url(//www.top4marketing.com.au/wp-content/themes/top4/images/franchise-seo-banner-6.png) no-repeat center right;background-size:contain;}
.franchise-sixth-section h3,.franchise-sixth-section p{color:#fff;}
.franchise-sixth-section .semi-para p{margin:30px 0 0 0;} .googlead-first-section{padding:110px 0;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/googlead-first-section.png) no-repeat center center / cover}
.googlead-first-section .semi-para p{margin:30px 0 35px;}
.googlead-second-section{padding:160px 0;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/google-ad-banner-2.png) no-repeat center right;background-size:cover;}
.googlead-second-section p{color:#fff;}  .remarket-first-section{padding:110px 0;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/remarketing-banner-bg-1.png) no-repeat center right;background-size:contain;} .local-seo-banner{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/local-banner.png) no-repeat center;background-size:cover;}
.loacl-banner2{background: url(//www.top4marketing.com.au/wp-content/themes/top4/images/local-banner-2.png)no-repeat 65px #E4E7EA;}
.center-banners.loacl-banner2{padding:0;}
.loacl-banner2 .anchor-mrg{padding-top:85px;}
.anchor-mrg{width:100%;height:auto;float:left;}
.anchor-mrg a{margin-top:50px;}
.local-help{background:#ECF4F7;padding:100px 0;}
.local-help-cnt h3.case-heading{color:#3C3C3C;margin-bottom:85px;}
.local-help-cnt h5{font:22px/28px 'robotobold';height:100px;color:#3C3C3C;}
.local-help-cnt h5 span{font:35px/36px 'robotobold';color:#3C3C3C;}
.local-help-cnt p{font:18px/30px 'robotolight';color:#3C3C3C;margin-top:35px;}
.local-help-cnt figure{height:auto;width:auto;margin-bottom:45px}
.local-work{background:#162234;padding:20px 0;}
.local-work h3.case-heading{color:#fff;}
.faq-sec{}
.faq-sec h3.case-heading{color:#3C3C3C;}
.faq-question h6{font:17px/30px 'robotobold';color:#3C3C3C;}
.faq-answer p{font:17px/28px 'robotolight';color:#3C3C3C;}
.faq-answer p a,.faq-answer p a:link,.faq-answer p a:visited{text-decoration:underline;font:17px/18px 'robotolight';color:#3C3C3C;}
.faq-answer p a:hover,.faq-answer p a:focus,.faq-answer p a:active{color:#feba14;}
.faq-sec ul{width:100%;height:auto;float:left;padding-left:15px;margin-top:40px;}
.faq-sec ul li{font:17px/28px 'robotolight';color:#3C3C3C;}
.faq-mrg{width:100%;height:auto;float:left;padding-top:60px;}
.local-help-cnt figure img{margin-left:15px} p.site-text{font: 26px/38px 'robotolight';}
.media-marketing-section p.site-text{color:#fff;}
.emcrce-middle-cnt p{font:17px/23px 'robotolight';color:#fff;}
.ecommerce-middle-banner .emcrce-middle-cnt{padding-bottom:35px;}
.ecommerce-middle-banner-1{padding-top:60px;padding-bottom:85px;background-size:cover;}
.ecommerce-sec{}
.content-media-banner{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-media-banner.jpg) no-repeat center;background-size:cover;}
.ecommerce-web {background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/e-com-seo-img.png) no-repeat center / cover;border-top:1px solid #D5D5D5;}
.ecommerce-middle-banner{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/middle-banner.jpg) no-repeat center;}
p.site-text{font: 26px/38px 'robotolight';}
.media-marketing-section p.site-text{color:#fff;}
.emcrce-middle-cnt p{font:18px/23px 'robotolight';color:#fff;}
.ecommerce-middle-banner .emcrce-middle-cnt{padding-bottom:35px;}
.ecommerce-middle-banner-1{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/bottom-banner.jpg) no-repeat center;padding-top:60px;padding-bottom:85px;background-size:cover;}
.ecommerce-middle-banner-2{background-size:cover;padding-top:120px;padding-bottom:140px;}
.ecommerce-middle-banner-3{background-size:cover;padding-top:80px;padding-bottom:80px;}
.ecommerce-middle-banner-3 .emcrce-middle-cnt p{color:#000;}
.ecommerce-middle-banner-4{background-size:cover;padding:90px 0 135px 0;}
.ecommerce-middle-banner-4 h2.case-heading{color:#fff;margin-bottom:35px;}
.sec-div{padding-bottom:115px;background:#EDF5F8;}
.sec-div .website-plans h4{color:#000;}
.sec-div .website-plans p{color:#000;} .contentmarketingseo-first-section{width:100%;float:left;padding:170px 0;}
.contentmarketingseo-first-section .digital-marketing-cnt p{font:20px/28px 'robotolight';}
.contentmarketing-seo-second-section{width:100%;float:left;padding:150px 0;}
.contentmarketingseo-second-section p{color:#fff;}
.contentmarketingseo-third-section{width:100%;float:left;padding:180px 0;}
.contentmarketingseo-fourth-section{width:100%;float:left;padding:190px 0;}
.contentmarketingseo-fifth-section{width:100%;float:left;padding:120px 0;}
.contentmarketingseo-sixth-section{width:100%;float:left;padding:130px 0;}
.contentmarketingseo-sixth-section .semi-para p{margin:30px 0;}
.smarter-second-section{padding:160px 0;}
.smarter-first-section{padding:85px 0;}
.smarter-first-section .digital-marketing-cnt p{margin:40px 0;}
.smarter-first-section .semi-para p{margin:0 0 40px 0;}
.smarter-second-section{padding:160px 0;}
.smarter-second-section .semi-para p{font:18px/25px 'robotolight';color:#fff;}
.smarter-third-section{padding:100px 0;}
.smarter-third-section .semi-para p{margin:40px 0;font:18px/25px 'robotolight';}
.smarter-fourth-section{padding:80px 0;}
.smarter-fourth-section h3{color:#fff;}
.smarter-fourth-section .semi-para p{font:18px/25px 'robotolight'; ;margin:40px 0;}
.smarter-fifth-section{padding:100px 0;}
.smarter-fifth-section .semi-para p{margin:30px 0;font:18px/25px 'robotolight';}
.smarter-sixth-section{padding:90px 0;}
.smarter-sixth-section h3, .smarter-sixth-section p{color:#FFF;}
.smarter-sixth-section .semi-para p{margin:30px 0 0 0;font:18px/25px 'robotolight';} nav .form_row_container{width:50%!important; float:left!important;}
nav .form_row_container:nth-of-type(odd){padding-right:20px;}
nav .form_row_container:nth-of-type(even){padding-left:40px;}
nav .form_row_container > label{width:30%!important;float:left;}
nav .wpcf7-form-control-wrap{width:70%!important;float:right!important;}
nav .wpcf7-form-control{width:100%!important;}
nav .wpcf7-form-control.wpcf7-textarea{height:76px!important;}
nav .form_row_container:last-of-type{width:100%!important;}
nav .wpcf7-form-control.wpcf7-submit.general_style_input_button.general_style_input_button_yellow {float: left;
left: 50%;margin-left: -15%;margin-top: 30px;
position: relative;width: 30%!important;}
nav .menu-item.wpmm-type-widget.menu-widget-class.wpmm-type-widget.wp-megamenu-item-415.wpmm-submenu-right{border-bottom:0!important;}
nav .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu li > ul{margin-top:20px;}
nav div.wpcf7-validation-errors{float:left;color:#fff;} #wp-megamenu-mega_menu > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{width:248px !important}
nav .wp-megamenu > li > ul.wp-megamenu-sub-menu li > a{word-break:normal!important;} .how-work-p{background:#000;padding:50px 0 100px 0;}
.how-work-p .how-p-inner{width:100%;height:auto;float:left;background:#fff;}
.how-work-p .how-p-inner figure{position:relative;}
.how-work-p .how-p-inner .how-p-text{padding:50px 20px;min-height:200px;width:100%;float:left;}
.how-work-p .how-p-inner .how-p-text p{font:18px/25px 'robotoregular';color:#1F2325;}
.how-work-p h2{color:#fff;margin-bottom:70px;}
.how-work-p .how-p-inner span{width:75px;height:65px;position:absolute;left:0;background:#0F5DB1;font:30px/65px 'robotobold';color:#fff;bottom:-30px;vertical-align:middle;}
.plans_p-sect{background:#19293D;padding-bottom:155px;}
.plans_p-tab{width:100%;height:auto;background:#132131;padding:25px 0 20px 0;}
.plans_p-sect ul.nav-tabs li a,.plans_p-sect ul.nav-tabs li a:link,.plans_p-sect ul.nav-tabs li a:visited{font:18px/19px 'robotobold';color:#283849;padding:0 0 5px 0;border:0;border-bottom:2px solid transparent;border-radius:0;background:none;}
.plans_p-sect ul.nav-tabs li a:hover,.plans_p-sect ul.nav-tabs li a:focus,.plans_p-sect ul.nav-tabs li a:active{color:#FFFFFF;border-bottom:2px solid #6FAB2F;}
.plans_p-sect ul.nav-tabs{border:0;margin-top:15px;}
.plans_p-sect ul.nav-tabs > li{margin:0 30px 0 0;}
.plans_p-sect .tab-content ul.nav-tabs{padding:30px 0 25px 0;border-bottom:1px solid #263A51;margin-bottom:90px;}
a.view-plans,a.view-plans:link,a.view-plans:visited{width:238px;height:49px;float:right;background:#6FAB2F;font:18px/49px 'robotoregular';color:#fff;vertical-align:middle;border-radius:3px;text-align:center;margin-left:35px;border:1px solid transparent;}
a.view-plans:hover,a.view-plans:focus,a.view-plans:active{border:1px solid #6FAB2F;background:#fff;color:#6FAB2F;}
.plan-detail_p p{font:18px/25px 'robotoregular';color:#fff;}
.plan-detail_p span{font:25px/28px 'robotobold';color:#fff;}
.team-detail p{font:17px/25px 'robotoregular';color:#191919;}
.team-detail div > span{margin-top:20px;display:inline-block;}
.team-detail div > span img{margin-bottom:5px;}
.team-detail div > span p{font:17px/25px 'robotobold';}
.team-detail div > span p >span{color:#D68B0B;}
.plans_p-inner h2{margin-bottom:20px;} .web-manegement-banner{}
.web-manegement-banner .emcrce-middle-cnt p{color:#000;font: 18px/28px 'robotolight';}
.web-manegement-cnt p{font:22px/28px 'robotolight';color:#fff;} .remarket-banner{background: #080F14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/remarketing-banner.png) no-repeat center;background-size:cover;}
.remarket-first-section{padding:110px 0;}
.remarket-first-section .digital-marketing-cnt p{margin:50px 0 30px;}
.remarket-second-section{padding:120px 0;}
.remarket-second-section .digital-marketing-cnt p{margin:30px 0; }
.remarket-second-section .semi-text p{margin:30px 0; }
.remarket-third-section{padding:120px 0;}
.remarket-third-section .semi-para p{margin:0 0 40px 0;font:18px/23px 'robotolight';}
.remarket-fourth-section{padding:150px 0;}
.remarket-fourth-section .semi-para p{font:18px/23px 'robotolight';color:#fff;margin:0 0 30px 0;}
.remarket-fifth-section{padding:230px 0;}
.remarket-fifth-section h3,.remarket-fifth-section p{color:#fff;}
.remarket-fifth-section .semi-para p{font:18px/23px 'robotolight';margin:50px 0}
.remarket-sixth-section{padding:200px 0;}
.remarket-sixth-section .semi-para p{font:18px/23px 'robotolight';margin:50px 0;color:#fff;}
.remarket-sixth-section h3{color:#fff;} .seolead-first-section{padding:150px 0;}
.seolead-first-section .digital-marketing-cnt p{margin:50px 0 30px;}
.seolead-first-section .semi-para p{margin:0 0 50px 0;}
.seolead-second-section{padding:150px 0;}
.seolead-second-section .digital-marketing-cnt p{margin:50px 0 30px;}
.seolead-second-section h3,.seolead-second-section p{color:#fff;}
.seolead-second-section .semi-para p{font:18px/23px 'robotolight';}
.seolead-third-section{padding:180px 0;}
.seolead-third-section .semi-para p{font:18px/23px 'robotolight';margin:40px 0 50px;}
.seolead-fourth-section{padding:180px 0;}
.seolead-fourth-section h3,.seolead-fourth-section p{color:#fff;}
.seolead-fourth-section .semi-para p{font:18px/23px 'robotolight';margin:50px 0;}
.seolead-fifth-section{padding:180px 0;}
.seolead-fifth-section .semi-para p{font:18px/23px 'robotolight';margin:50px 0;}
.seolead-sixth-section{padding:180px 0;}
.seolead-sixth-section h3,.seolead-sixth-section p{color:#fff;}
.seolead-sixth-section .semi-para p{font:18px/23px 'robotolight';margin:50px 0;} .seo-audit-banner{background: #080F14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/seo-audit-banner.png) no-repeat center;background-size:cover;}
.seoaudit-first-section{padding:140px 0;}
.seoaudit-second-section{padding:140px 0;}
.seoaudit-second-section p{text-align:center;}
.seoaudit-third-section{padding:140px 0;background: #F7F7F7;}
.seoaudit-third-section .semi-para p{margin:30px 0;}
.seoaudit-third-section .seoaudit-ul{padding:0;width:100%;height:auto;float:left;}
.seoaudit-third-section .seoaudit-ul p{font:18px/25px 'robotobold';padding:0;margin-bottom:35px;}
.seoaudit-third-section .seoaudit-ul p:after{content:" ";width:23px;height:3px;background-color:#FDB913;float:left;position:absolute;left:15px;top:30px;}
.seoaudit-third-section .seoaudit-ul ul li{font:17px/35px 'robotoregular';}
.seoaudit-forth-section{padding:140px 0;}
.seoaudit-forth-section  .semi-para p{margin:30px 0 0 0;}
.seoaudit-fifth-section{padding:140px 0;}
.seoaudit-fifth-section h3,.seoaudit-fifth-section p{color:#fff;}
.seoaudit-fifth-section .semi-para p{margin:30px 0 0 0;} .seoreport-first-section{padding:170px 0;}
.seoreport-banner-2{padding:240px 0;}
.seoreport-third-section{padding:170px 0;}
.seoreport-third-section .semi-para p{margin:30px 0 0 0;}
.seoreport-fourth-section{padding:170px 0;}
.seoreport-fourth-section .semi-para p{margin:30px 0 0 0;}
.package-box .btn.btn-red-select.Marketing {  bottom: 30px;left: 0;margin: auto;position: absolute;right: 0;width: 80%;} .smarter_content_p2 p.site-text{font:22px/28px 'robotolight';margin-bottom:25px;}
.smarter_content_p2 h2{margin-bottom:25px;}
.smarter_content_p2 .semi-para a{margin-top:45px;}
.smarter_content_p1 .emcrce-middle-cnt p{color:#000000;}
.smarter_content_p1 h2{margin-bottom:20px;}
.smarter_content_p1 .semi-para a{margin-top:15px;}
.smarter_content_p4 h2{margin-bottom:20px;}
.smarter_content_p4 .semi-para a{margin-top:25px;}
.smarter_content_p5 h2{margin-bottom:15px;}
.smarter_content_p5 .semi-para a{margin-top:45px;}
.smarter_content_p5 .emcrce-middle-cnt p{color:#000000;}
.smarter_content_p6 h2{margin-bottom:15px;}
.web-manage-service-p2 h2{margin-bottom:20px;}
.web-manage-service-p2 .semi-para a{margin-top:20px;}
.web-manage-service-p1 h2{margin-bottom:30px;}
.web-manage-service-p1 .semi-para a{margin-top:50px;}
.web-manage-service-p3 .semi-para a{margin-top:35px;}
.web-manage-service-p3 .semi-para p{font:22px/30px 'robotolight';}
.web-manage-service-p3 .semi-para p b{font:22px/30px 'robotobold';} .social-mma-first-section{padding:90px 0;}
.social-mma-first-section .semi-para p{margin:30px 0 0 0;font:18px/25px 'robotolight';}
.social-mma-second-section{padding:90px 0;}
.social-mma-second-section .digital-marketing-cnt p{color:#fff;}
.social-mma-second-section .semi-para p{font:18px/25px 'robotolight';color:#fff;margin:30px 0 0 0;}
.social-mma-second-section .semi-para p span{font:18px/20px 'robotobold';color:#fff;}
.social-mma-third-section{padding:90px 0;}
.social-mma-third-section .semi-para p{font:18px/25px 'robotolight';margin:30px 0;}
.social-mma-third-section a.contact_us_noborder, .social-mma-third-section a.contact_us_noborder:link, .social-mma-third-section a.contact_us_noborder:visited{font:19px/22px 'robotobold';margin:8px 0 0 0px;position:static;width:auto;float:left;} .conversionrate-first-section{padding:90px 0;}
.conversionrate-first-section .digital-marketing-cnt p{margin:30px 0;}
.conversionrate-first-section .semi-para p{font:18px/25px 'robotolight';}
.conversionrate-second-section{padding:100px 0 70px;}
.conversionrate-second-section .semi-para p{font:18px/25px 'robotolight';margin:30px 0 0 0;}
.web-design-p3 h2,.web-design-p4 h2{margin-bottom:20px;}
.web-design-p3 a,.web-design-p4 a{margin-top:35px;} .digital-marketing-cnt p span{font:26px/31px 'robotoregular';color:#000;}
.ux-creative-sec{width:100%;height:auto;float:left}
.ux-creative-sec .semi-para p{margin-top:30px;}
.ux-creative-hght{height:695px;display:table;}
.ux-creative-cnt p{font:22px/26px 'robotolight';}
.ux-creative-pdng{padding:150px 0;}
.ux-creative-middle{display:table-cell;vertical-align:middle;} .digital-marketing-cnt span{font:20px/26px 'robotolight';color:#fff}
.social-media-cnt{}
.social-media-cnt .digital-marketing-cnt h3.case-heading{color:#fff;}
.social-media-cnt .digital-marketing-cnt p{color:#fff;margin-bottom:35px;}
.social-media-marketing{position:relative;}
.social-media-img{width:100%;height:auto;float:left;position:absolute;bottom:-1px;}
#package_section h2.case-heading{margin-bottom:15px;}
.seo-banner{background: #080F14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/seo-banner.jpg) no-repeat center;background-size:cover;}
.seo-second-section h3, .seo-second-section p{color:#fff;}
.seo-second-section .semi-para p{font:18px/25px 'robotolight';margin:30px 0 0 0;}
.seo-third-section .semi-para p{margin:0 0 30px 0;}
.seo-fourth-section{position:relative;}
.seo-fourth-section p{color:#fff;}
.seo-fourth-section .semi-para ul{list-style-type:disc;padding:0;}
.seo-fourth-section .semi-para ul li{padding:0;margin-left:25px;color:#fff;}
.seo-fourth-section .semi-para ul li:before{content:" ";}
.adword-certificate-bg{position:absolute;width:100%;top:60px;}
.package-icon > a, .package-icon > a:link, .package-icon > a:visited {background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon.png) no-repeat scroll 13px 8px;padding-left: 40px!important;padding-right: 15px!important;}
.package-icon > a:hover,.package-icon > a:focus,.package-icon > a:active{background:#FEBA14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon-2.png) no-repeat scroll 13px 8px!important;} .analytic-banner{background: #080F14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/analytics-banner.jpg) no-repeat center;background-size:cover;}
.analytic-first-section .semi-para p{font:18px/25px 'robotolight';margin:30px 0 0 0;}
.analytic-second-section .semi-para p{margin:30px 0;}
.analytic-second-section .semi-para h4{font:26px/30px 'robotoregular';margin:0 0 30px 0;}
.analytic-third-section .semi-para p{margin:30px 0;}
.analytic-fourth-section h3,.analytic-fourth-section p{color:#fff;}
.analytic-fourth-section .semi-para p{margin:30px 0 60px;} .pay-per-click-banner{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/pay-per-click-banner.jpg) no-repeat center;background-size:cover;}
.payper-first-section .semi-para p{font:18px/25px 'robotolight';margin:30px 0 0 0;}
.payper-second-section .semi-para p{font:18px/25px 'robotolight';}
.payper-third-section .semi-para p{margin:30px 0;}
.payper-fourth-section .semi-para p{color:#fff;}
#glt-translate-trigger{display:none;}
.select-language{width:auto; height:auto; float:left; margin:25px 30px 0 0}
.select-language > div{width:auto; height:auto; float:left;position:relative;}
.select-language label{float:left;font:13px/34px 'robotolight';color:#FFFFFF;margin-right:15px;}
p.language-d{width:151px;height:34px;float:left;border-radius:3px;font:15px/15px 'robotolight';color:#FFFFFF;padding:10px; background:#171717 url(//www.top4marketing.com.au/wp-content/themes/top4/images/language-drop.png) no-repeat 90% center;cursor:pointer;}
p.language-d img{float:left;margin-right:10px;}
ul.flag-drodown{width:100%; height:auto; position:absolute; top:34px;background:#171717; border-radius:3px;display:none; z-index:10000!important;list-style:none; }
ul.flag-drodown li{width:100%;float:left;border-top:1px solid #3b3f40;}
ul.flag-drodown li a,ul.flag-drodown li a:link,ul.flag-drodown li a:visited{width:100%; float:left;font:15px/17px 'robotolight';color:#FFFFFF;padding:10px 10px;}
ul.flag-drodown li a img{float:left;margin-right:10px;}
ul.flag-drodown li a:hover,ul.flag-drodown li a:active{background:#000;}
nav#wp-megamenu-mega_menu{z-index:1000;}
.scroll-btn-sec{width:100%;float:left;margin-top:20px;}
.about-us-p2 h2{margin-bottom:30px;}
.about-us-p1 .semi-para p{color:#fff;}
.content-marketing-p3{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-marketing-p2.jpg) no-repeat center / cover;}
.content-marketing-p4{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-marketing-p4.jpg) no-repeat center / cover;}
.m-responsive {float: right;height: auto;width: auto;}
.seolead-second-section .digital-marketing-cnt p span{color:#fff;}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.wp-megamenu-item-279.wpmm-submenu-left > ul.wp-megamenu-sub-menu{left:100%!important;}
.scroll-btn-sec a{position:relative; display:inline-block;}
.scroll-btn-sec a::after {bottom: -20px;color: #fff;content: "Scroll down";left: -35px;position: absolute;width: 100px;font:12px/14px "robotoregular"}
.content-first-sect-cc{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-first-sect-cc.jpg) no-repeat center / cover;}
.content-first-sect-cc .black_text_font{margin-bottom:15px;}
.content-first-sect-cc .semi-para a{margin-top:15px;}
.package-title h2.case-heading{font:30px/35px "robotobold"}
.footer_call a, .footer_call a:link, .footer_call a:visited{color:#545454}
.footer_call a:hover,.footer_call a:active{color:#fff;} .buy-now-package-section{}
.breadcrumb-top4{background-color:transparent;margin-bottom:60px;padding:0;}
.breadcrumb-top4 li {font:12px/15px 'robotoregular';color:#222222;}
.breadcrumb>li+li:before {padding: 0px;content: " ";}
.breadcrumb-top4 li a,.buy-now-package-section .breadcrumb-top4 li a:link,.buy-now-package-section .breadcrumb-top4 li a:visited{font:12px/15px 'robotoregular';color:#222222;text-transform:upper-case;}
.buy-now-package-section .large-site-text{font:35px/40px 'robotoblack';color:#6E6E6E;margin:15px 0 35px 0;}
.buy-now-package-section .semi-para p{font:18px/25px 'robotoregular';color:#747474;}
.product.type-product .summary.entry-summary{width:100%!important;}
.product.type-product .summary.entry-summary h1{font: 30px/35px 'robotobold';color: #000000;margin-bottom:30px;}
.product.type-product .summary.entry-summary p.price{font:18px/25px 'robotoregular';color:#fc9a02;}
.product.type-product .summary.entry-summary{font:15px/20px 'robotolight';}
.product.type-product .summary.entry-summary .woocommerce-product-details__short-description{margin-top:30px;}
#pack1 .package-box.package_box_new{height:1430px;}
.product.type-product .summary.entry-summary  table.variations{margin-top:30px;}
.product.type-product .summary.entry-summary  table.variations .label{display:none;}
.product.type-product .summary.entry-summary  table.variations .quantity{width:100%;}
.woocommerce.product.type-product .summary.entry-summary  table.variations select{width:100%!important;min-width:auto;}
.checkout-sec .table-buy-now>thead>tr>th{border-bottom:2px solid #F99D00;padding:0px 0px 10px 0px;font:18px/22px 'robotobold';color:#222222;}
.checkout-sec .table-buy-now>thead>tr>th:last-of-type{font:500 16px/22px 'roboto';color:#222222;padding:0px 10px 10px 0px;text-align:right; }
.checkout-sec .table-buy-now>tbody>tr{border-bottom:2px dotted #D7DEE8;}
.checkout-sec .table-buy-now>tbody>tr>td{border:0;font:16px/22px 'robotoregular';color:#3B3B3B;}
.checkout-sec  .table-buy-now>tbody>tr>td:nth-of-type(2){text-align:right;font:16px/22px 'robotobold';color:#F99E00;}
.checkout-sec  .table-buy-now>tbody>tr>td:nth-of-type(2) span{font:14px/20px 'robotoregular';color:#3B3B3B;padding-right:5px;}
.checkout-sec  .table-buy-now>tbody>tr>td:last-of-type{text-align:right;font:16px/22px 'robotobold';color:#000000;}
.checkout-sec .table-buy-now>tbody>tr:nth-of-type(1)>td:nth-of-type(2){font:16px/22px 'robotoregular';color:#3B3B3B;}
.checkout-sec  .table-buy-now>tbody>tr:nth-of-type(1)>td:last-of-type{text-align:right;font:16px/22px 'robotoregular';}
.checkout-sec .cart_total_text .chec_kout{color:#000!important}
.checkout-sec .table-buy-now .container2{font:16px/22px 'robotoregular';color:#3B3B3B;display: block;position: relative;padding-left:35px;margin-bottom:0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.checkout-sec .table-buy-now .container2 input {position: absolute;opacity: 0;cursor: pointer;}
.checkout-sec .table-buy-now .checkmark {position: absolute;top: 0;left: 0;height: 17px;width: 17px;background-color: #fff;border:1px solid #BFBFBF;border-radius: 50%;}
.checkout-sec .table-buy-now .container2:hover input ~ .checkmark {background-color: #ccc;border:1px solid #BFBFBF;}
.checkout-sec .table-buy-now .container2 input:checked ~ .checkmark {background-color: #FFFFFF;border:1px solid #BFBFBF;}
.checkout-sec .table-buy-now .checkmark:after {content: "";position: absolute;display: none;}
.checkout-sec .table-buy-now .container2 input:checked ~ .checkmark:after {display: block;}
.checkout-sec .table-buy-now .container2 .checkmark:after {top: 3px;left: 3px;width: 9px;height: 9px;border-radius: 50%;background: #F99D00;}
.checkout-sec .buy-now-package-section a.general_style_input_button.mini-set {width: 100%;}
.tabbing-contain{margin:40px 0 0 0;}
.tabbing-contain .tab-content h3{font:23px/28px 'robotobold';color:#000;margin:40px 0;}
.tabbing-contain .tab-content p{font:16px/25px 'robotoregular';color:#707070;}
.nav-bottom-buy-now{border-bottom:2px solid #F99D00;}
.nav-bottom-buy-now>li {margin-bottom: -2px;margin-right: 7px;}
.nav-bottom-buy-now>li>a {color: #858585;font:18px/22px 'robotobold';margin-right: 0px;border: 2px solid transparent;border-radius: 2px 2px 0 0;}
.nav-bottom-buy-now>li>a:hover {margin-right: 0px;border: 2px solid #F99D00;border-radius: 2px 2px 0 0;}
.nav-bottom-buy-now>li.active>a, .nav-bottom-buy-now>li.active>a:focus, .nav-bottom-buy-now>li.active>a:hover {font:18px/22px 'robotobold';color: #222222;cursor: default;background-color: #F99D00;border-radius:2px 2px 0 0;border: 2px solid #F99D00;border-bottom-color:1px transparent;}
.checkout-sec a.button.wc-backward{color:#515151; margin-top:15px;}
.checkout-sec p.cart-empty{font:14px/16px 'robotobold';}
.buy-now-package-section .table-responsive label{padding: 10px 0px;font: 18px/22px 'robotobold';color: #222222;}
.buy-now-package-section .table-responsive .table-buy-now>tbody>tr>td>label {border: 0;font: 16px/22px 'robotoregular';color: #3B3B3B;margin-bottom:0;padding-bottom:0;padding-top:0;}
.buy-now-package-section .table-responsive table.table-buy-now>tbody>tr:first-of-type{border-top: 2px solid #F99D00;}
.buy-now-package-section .table-responsive table.table-buy-now>tbody>tr{border-bottom: 2px dotted #D7DEE8;border-top:0;}
.buy-now-package-section .table-responsive table.table-buy-now>tbody>tr>td{padding:8px;border-top:0;}
.buy-now-package-section .table-responsive table.table-buy-now>tbody>tr>td>input[type=checkbox], .buy-now-package-section .table-responsive table.table-buy-now>tbody>tr>td>input[type=radio] {margin: 0px 15px 0 0;}
.buy-now-package-section .woocommerce-message{padding: 10px 10px 10px 30px;float: left;width: 100%;} .shoppingcart-section.other-middle{padding:0;}
.shoppingcart-section h3{font:23px/28px 'robotobold';color:#000;margin-bottom:25px;}
.checkout-sec .shoppingcart-section .table-buy-now>thead>tr>th{border-top:0;}
.checkout-sec .shoppingcart-section .table-buy-now>thead>tr>th:nth-of-type(2),.checkout-sec .shoppingcart-section .table-buy-now>thead>tr>th:nth-of-type(3),.checkout-sec .shoppingcart-section .table-buy-now>thead>tr>th:nth-of-type(4){text-align:center;font:500 16px/22px 'roboto';}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td{padding-top:30px;padding-bottom:30px;font:18px/22px 'robotobold';}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:last-of-type{font:22px/25px 'robotobold';color:#000;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:nth-of-type(1){position:relative;padding-left: 30px;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:nth-of-type(1) a:link{position:absolute;top: 35px;left: 10px;color:#3b3b3b}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:nth-of-type(2),.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:nth-of-type(3){text-align:center;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(1)>tr:last-of-type{border:0;} .checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2)>tr>td{padding-left:10px;vertical-align:bottom;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2)>tr:last-of-type{border-bottom:2px solid #F99D00;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .container3 { position: relative;padding-left: 35px;margin-bottom: 0px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .container3 input {position: absolute;opacity: 0;cursor: pointer;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .checkmark {position: absolute;top: 0;left: 0;height: 16px;width: 16px;background-color: #fff;border:2px solid #D0D0D0;border-radius:2px;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .container3:hover input ~ .checkmark {background-color: #F99D00;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .container3 input:checked ~ .checkmark {background-color: #F99D00;border: 2px solid #D0D0D0;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .checkmark:after {content: "";position: absolute;display: none;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .container3 input:checked ~ .checkmark:after {display: block;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody:nth-of-type(2) .container3 .checkmark:after {left: 4px;top: 1px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.price-list-section{width:100%;height:auto;float:none;}
.price-list-section h1{font:41px/45px 'robotobold';color:#FFF; }
.price-list-section h3{font:23px/35px 'robotoregular';color:#FFF; }
.price-list-section p{font:16px/22px 'robotolight';color:#FFF;margin:30px 0 0 0;}
.table-price-list{background:transparent;margin-top:80px;}
.table-price-list.table>thead>tr>th{font:35px/40px 'robotoblack';color:#6E6E6E;padding:35px 25px;text-align:center;border-bottom:0;border-left:3px solid #0E1B2A;border-top: 0;vertical-align: top;}
.table-price-list>thead>tr:nth-of-type(1)>th{height:18px;padding:0;}
.table-price-list>thead>tr:nth-of-type(1)>th:nth-of-type(1){background-color:transparent;border-left:0;}
.table-price-list>thead>tr:nth-of-type(1)>th:nth-of-type(2){background-color:#000000;border-left: 3px solid #000;}
.table-price-list>thead>tr:nth-of-type(1)>th:nth-of-type(3){background-color:#F99D00;}
.table-price-list>thead>tr:nth-of-type(1)>th:nth-of-type(4){background-color:#BBBBBB;}
.table-price-list>thead>tr:nth-of-type(2){background:#F0F0F0;padding:0 0 60px 0;}
.table-price-list>thead>tr:nth-of-type(2)>th:first-of-type{color:#000;text-align:left;border-left:0;}
.table-price-list>tbody>tr{background:#F0F0F0;border-bottom:2px dotted #CAD1DA;vertical-align:middle;}
.table-price-list>tbody>tr>td{text-align:center;border:0;border-left:3px solid #0E1B2A;padding:10px;font:16px/22px 'robotoregular';color:#6E6E6E; }
.table-price-list>tbody>tr>td:first-of-type{text-align:left;border:0;padding:10px 25px;color:#3B3B3B;}
.table-price-list>tbody>tr:last-of-type{border-bottom:0;}
.table-price-list>tbody>tr:nth-of-type(1), .table-price-list>tbody>tr:nth-of-type(2){border-bottom:0;}
.table-price-list>tbody>tr:nth-of-type(1)>td{font:50px/55px 'robotobold';color:#000;}
.table-price-list>tbody>tr:nth-of-type(1)>td span{font:17px/22px 'robotobold';color:#6E6E6E;}
.table-price-list>tbody>tr:nth-of-type(1)>td:nth-of-type(1){padding:0 25px;}
.table-price-list>tbody>tr:nth-of-type(1)>td:nth-of-type(1) p{font:16px/25px 'robotoregular';color:#6E6E6E;margin:0;}
.table-price-list>tbody>tr:nth-of-type(2)>td:nth-of-type(1){text-align:center;border-left: 3px solid #0E1B2A;}
.table-price-list>tbody>tr:nth-of-type(3)>td{padding-top:60px;}
.checkout-sec{padding:100px 0;}
.checkout-sec h2{font:30px/35px 'robotobold';color:#000;}
.checkout-sec h3{font:26px/30px 'robotobold';color:#000;margin-bottom:15px;}
.checkout-sec form label{font:15px/20px 'robotobold';color:#000;margin-bottom:0;}
.checkout-sec form input{height:28px;background-color: #fff;border: 1px solid #aaa;border-radius: 4px;padding:0 8px;font:12px/13px 'robotolight';-moz-border-radius: 4px;-webkit-border-radius: 4px;}
.checkout-sec form input[type="checkbox"],.checkout-sec form input[type="radio"]{height:auto;}
.checkout-sec form .select2-selection--single{font:12px/13px 'robotolight';}
.checkout-sec form textarea{resize:none;height:45px;-moz-border-radius: 4px;-webkit-border-radius: 4px;background-color: #fff;border: 1px solid #aaa;border-radius: 4px;padding:6px 8px;font:12px/13px 'robotolight';}
.checkout-sec form label.checkbox span{margin-left:20px;}
.checkout-sec .woocommerce-form-login{width:50%; margin-left:-25%!important; left:50%; position:relative;}
.checkout-sec form .woocommerce-form__label-for-checkbox{margin-left:15px;}
.checkout-sec form.checkout .form-row .input-checkbox{margin-top:8px;}
.checkout-sec form.checkout .woocommerce-form__label-for-checkbox{margin-left:0;}
.checkout-sec form input[type="submit"],.single_add_to_cart_button{width: auto;height: 42px;font-size: 19px;font-family: 'robotobold';font-weight: unset;color: #000000;background: -webkit-linear-gradient(top,#ffd119,#ff9f05 100%);background: linear-gradient(to bottom,#ffd119,#ff9f05 100%);text-align: center;max-width: 100%;box-shadow: 2px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);border: none;}
.single_add_to_cart_button{background: -webkit-linear-gradient(top,#ffd119,#ff9f05 100%)!important;}
.woocommerce div.product form.cart div.quantity{width:100%;margin:10px 0px;}
ul.woocommerce-error li{font:15px/18px 'robotolight';}
.checkout-sec{font:14px/20px 'robotolight';}
.checkout-sec legend{paddin:30px 0 15px;}
.checkout-sec .woocommerce-account .addresses .title .edit{margin:10px 0 0 30px;}
.checkout-sec .woocommerce-MyAccount-navigation{margin-top:10px;width:15%;}
.checkout-sec .woocommerce-MyAccount-content{width:75%;}
.checkout-sec .woocommerce table.my_account_orders .button{margin-right:10px;}
.checkout-sec legend{paddin:30px 0 15px;}
.checkout-sec .woocommerce-MyAccount-content p{margin-bottom:10px;}
.checkout-sec .woocommerce-MyAccount-navigation ul{padding:0; list-style:none;}
.checkout-sec .woocommerce-MyAccount-navigation ul li{margin-bottom:15px;}
.checkout-sec .woocommerce-MyAccount-navigation ul li a,.checkout-sec .woocommerce-MyAccount-navigation ul li a:link,.checkout-sec .woocommerce-MyAccount-navigation ul li a:visited{font:16px/17px "robotoregular"; color:#000;}
.checkout-sec .woocommerce-MyAccount-navigation ul li a:hover,.checkout-sec .woocommerce-MyAccount-navigation ul li a:active,.checkout-sec .woocommerce-MyAccount-navigation ul li.is-active a{color:#fc9a02;}
.checkout-sec a, .checkout-sec a:link,.checkout-sec a:visited{color:#fc9a02;}
.checkout-sec .woocommerce a.remove{color:#fc9a02!important;}
.checkout-sec .woocommerce a.remove:hover{color:#fff!important;background:#fc9a02;}
.checkout-sec a:hover,.checkout-sec a:active{text-decoration:underline;}
.woocommerce-info a,.woocommerce-info a:link,.woocommerce-info a:visited{color:#fc9a02;}
.checkout-sec .woocommerce-Addresses.addresses{padding-top:30px;}
.checkout-sec h3#order_review_heading{margin-top:45px;}
.checkout-sec #order_review #payment{margin-top:45px;}
.checkout-sec #update_all_subscriptions_addresses_field label{padding-left:20px;}
.checkout-sec #update_all_subscriptions_addresses_field .input-checkbox{margin:8px 8px 0 -20px} .tabbing-contain .wc-tabs{border-bottom: 2px solid #F99D00;}
.tabbing-contain .wc-tabs>li {margin-bottom: -2px;margin-right: 7px;}
.tabbing-contain .wc-tabs> li.active > a, .tabbing-contain .wc-tabs> li.active > a:focus, .tabbing-contain .wc-tabs> li.active > a:hover {font: 18px/22px 'robotobold';color: #222222;cursor: default;background-color: #F99D00;border-radius: 2px 2px 0 0;border: 2px solid #F99D00;border-bottom-color: 1px transparent;}
.tabbing-contain .woocommerce div.product .woocommerce-tabs ul.tabs li.active {font: 18px/22px 'robotobold';color: #222222;cursor: default;background-color: #F99D00;border-radius: 2px 2px 0 0;border: 2px solid #F99D00;border-bottom-color: 1px transparent;}
.tabbing-contain .woocommerce div.product .woocommerce-tabs ul.tabs li {margin-bottom: -2px;margin-right: 7px;}
.tabbing-contain .woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #858585;font: 18px/22px 'robotobold';margin-right: 0px;border: 2px solid transparent;border-radius: 2px 2px 0 0;}
.product_name{margin: 1px 0px 0px 29px !important;}
.woocommerce table.shop_table{border:none !important;}
.cart_total_text .cart_totals{width:100% !important; float:none !important !important; }
.cart_total_text .chec_kout{color: #000000 !important;
background: -webkit-linear-gradient(top,#ffd119,#ff9f05 100%) !important;
background: linear-gradient(to bottom,#ffd119,#ff9f05 100%) !important;
padding: 22px 0px !important !important;
line-height: 16px !important;
font-size: 19px !important;
font-family: 'robotobold' !important;
font-weight: unset !important;
line-height: 0px !important;
}
.bread .woocommerce-breadcrumb{    margin-bottom: 28px;
font: 12px/15px 'robotoregular';
text-transform: uppercase;
color: #000000;}
.cart_total_text .table tr td:last-of-type{text-align:right !important;}
.cart_total_text .table th{
font-weight: 700;
padding: 9px 12px;
font: 18px/22px 'robotobold';
color: #222222;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0!important; padding:0!important;border:none!important; border-radius:0!important;background:none!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before{display:none!important;}
.tabbing-contain h2{color: #000;font: 23px/28px "robotobold";margin: 40px 0;}
.tabbing-contain p,.tabbing-contain span,.tabbing-contain label{color: #707070; font: 16px/25px "robotoregular";margin-bottom:10px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 15px!important; font:18px/22px "robotobold"!important; color:#858585!important; border:none!important; background:none!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background:#f99d00!important;color:#222222!important;}
.buy-now-package-section li.breadcrumb:before{content:" ";padding:0;}
.checkout-sec .woocommerce ul.order_details{margin:30px 0;}
.checkout-sec .woocommerce-order-details h2,.checkout-sec .woocommerce-order-details:last-of-type h2{margin:30px 0 10px}
.checkout-sec .woocommerce ul.order_details li,.checkout-sec .woocommerce table.my_account_orders{font:14px/20px "robotolight"}
.checkout-sec .woocommerce #respond input#submit, .checkout-sec .woocommerce a.button, .checkout-sec .woocommerce button.button, .checkout-sec .woocommerce input.button{color:#515151;} .ui-ux-first-section .digital-marketing-cnt p{margin:30px 0;font:26px/32px 'robotobold';}
.ui-ux-second-section .semi-para p{margin:30px 0 0 0;}
.ui-ux-third-section .semi-para p{font:18px/22px 'robotolight';margin:40px 0 0 0;}
.ui-ux-fourth-section .digital-marketing-cnt h3,.ui-ux-fourth-section .semi-para p{color:#fff;}
.ui-ux-fourth-section .digital-marketing-cnt p{color:#fff;margin:30px 0;}
.ui-ux-fifth-section .digital-marketing-cnt h3{color:#fff;}
.ui-ux-fifth-section .digital-marketing-cnt p{color:#fff;margin:20px 0 0 0;font:20px/25px 'robotoregular';}
.ui-ux-fifth-section .semi-para p{color:#fff;font:16px/25px 'robotolight';}
.ui-ux-sixth-section .digital-marketing-cnt h3{color:#fff;}
.ui-ux-sixth-section .semi-para p{color:#fff;font:16px/25px 'robotolight';}
.ui-ux-sixth-section .panel-group .panel{border: 0;border-radius: 0;background-color:transparent;}
.ui-ux-sixth-section .panel-group .panel-heading{padding:0;border-radius: 0;background-color:transparent;}
.ui-ux-sixth-section .panel-group .panel-heading h3{font:25px/32px 'robotobold';color:#fff;}
.ui-ux-sixth-section .panel-group .panel .panel-body{border-top:0;padding:5px 0 15px;background-color:transparent;}
.ui-ux-sixth-section .panel-group .panel .panel-body p{font:16px/25px 'robotolight';color:#fff;} .plumbingseo-first-section .digital-marketing-cnt p{font:24px/28px 'robotolight';margin:30px 0;}
.plumbingseo-second-section  .semi-para p{margin-top:30px;}
.plumbingseo-third-section .semi-para p{color:#E6E6E6;}
.plumbingseo-fifth-section .semi-para p{font: 18px/25px 'robotolight';margin:30px 0 0 0;}
.plumbingseo-fifth-section .semi-para p a, .plumbingseo-fifth-section .semi-para p a:link, .plumbingseo-fifth-section .semi-para p a:visited{color:#2D62C3;}
.plumbingseo-fifth-section .semi-para p a:hover, .plumbingseo-fifth-section .semi-para p a:focus{text-decoration:underline;}
.plumbingseo-fifth-section .semi-para p:nth-of-type(2){font: 16px/28px 'robotolight';margin:0;}
.plumbingseo-sixth-section .semi-para p:nth-of-type(1){font: 18px/28px 'robotolight';margin:30px 0 0 0; }
.plumbingseo-sixth-section .semi-para p:nth-of-type(2){font: 16px/28px 'robotolight'; }
.plumbingseo-sixth-section .semi-para p:nth-of-type(3){font: 18px/28px 'robotolight';}
.plumbingseo-seven-section .semi-para p{font: 18px/28px 'robotolight';}
.plumbingseo-eight-section .digital-marketing-cnt h3{color:#fff;}
.plumbingseo-eight-section .semi-para p{color:#fff;font: 18px/28px 'robotolight';}
.plumbingseo-eight-section .semi-para p:nth-of-type(1){margin:30px 0 0 0;}
.plumbingseo-eight-section .semi-para ul.plumbing-ul{list-style-type:unset;}
.plumbingseo-eight-section .semi-para ul.plumbing-ul li{font: 16px/28px 'robotolight'; color:#fff;padding:0px;}
.plumbingseo-eight-section .semi-para ul.plumbing-ul li:before{content:"";}
.plumbingseo-nine-section  .semi-para p{font: 16px/28px 'robotolight';}
.plumbingseo-nine-section  .semi-para p:nth-of-type(1){margin:30px 0 0 0;}
.plumbingseo-nine-section  .semi-para p:nth-of-type(2),.plumbingseo-nine-section  .semi-para p:nth-of-type(4){font: 16px/28px 'robotobold';} .content-marketing-strategy-first-section .digital-marketing-cnt p {font: 24px/28px 'robotolight';margin:30px 0; }
.content-marketing-strategy-second-section .semi-para p{margin:30px 0;font: 18px/28px 'robotolight';}
.content-marketing-strategy-third-section .semi-para p, .content-marketing-strategy-third-section .semi-para ul li{color:#fff;}
.content-marketing-strategy-third-section .semi-para p:nth-of-type(2){font: 18px/26px 'robotolight';}
.content-marketing-strategy-third-section .semi-para p:nth-of-type(3){font: 18px/26px 'robotolight';}
.content-marketing-strategy-third-section .semi-para ul.cms-ul{list-style-type:unset;}
.content-marketing-strategy-third-section .semi-para ul.cms-ul li{padding-left:0;font:16px/32px 'robotolight';margin-left:15px; }
.content-marketing-strategy-third-section .semi-para ul.cms-ul li:before{content:"";}
.content-marketing-strategy-fourth-section .semi-para p{margin:30px 0;font:16px/24px 'robotolight'; }
.content-marketing-strategy-fifth-section .semi-para p:nth-of-type(1){font: 18px/26px 'robotolight';margin:30px 0 50px;}
.content-marketing-strategy-fifth-section .semi-para p:nth-of-type(2){font: 18px/26px 'robotobold';}
.content-marketing-strategy-fifth-section .semi-para p:nth-of-type(3){font: 18px/26px 'robotobold';color:#070505;} .copyright-section{}
.copyright-banner{background: #ffffff url(//www.top4marketing.com.au/wp-content/themes/top4/images/Copywriting-top-banner.jpg) no-repeat center;background-size: auto auto;background-size: cover;}
.semi-para.copyright-section  h6{color: #000000;font: 24px/26px 'robotolight';margin-bottom:35px;margin-top:20px;}
.copyright-section h3.case-heading{color:#fff;}
.copyright-section h5{font:19px/20px 'robotobold';color:#fff;margin-top:40px;float:left;}
.ui-ux-fifth-section .semi-para p span{font:16px/17px 'robotoregular';color:#fff;text-transform: uppercase;}
.ui-ux-fifth-section{text-transform:uppercase;}
.ui-ux-fifth-section .semi-para p {color: #fff;font: 16px/25px 'robotolight';margin-top:15px;text-transform: capitalize;}
.copyright-section.semi-para p{color: #000000;font:18px/30px 'robotolight';margin-top:30px;text-transform: capitalize;}
.copyright-section.semi-para p span{font:18px/19px 'robotobold';color:#000;text-transform: uppercase;}
.case-heading{text-transform: uppercase;}
.semi-para.copyright-section h5{color:#000;font: 19px/28px 'robotobold';} .seo_fifth h3{color: #000000 !important;}
.seo_fifth .semi-para p {margin: 40px 0 55px 0;color: #000000 !important; }
.seo_forth .semi-para p {margin: 4px 0 !important;}
.seo_sixth h3{color: #000000 !important;}
.seo_sixth .semi-para p {margin: 40px 0 55px 0;color: #000000 !important; }
.seo_seven h3{color: #000000 !important;}
.seo_seven .semi-para p {margin: 40px 0 55px 0;color: #000000 !important; }
.ul_red{color: #000000;font: 20px/29px 'robotolight';margin-bottom: 10px;position: relative;}
.ul_red ul{list-style-type: none;}
.ul_red ul li::before {content: "•"; color: #FEBA14;    font-size: 36px; margin-right: 10px;} @media only screen and (min-width :1730px){
.franchise-first-section{padding:200px 0;background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/franchise-seo-banner-1.png) no-repeat scroll right 0px center / cover;}
.creative-second-section{padding:150px 0;background: #EDEDED url(//www.top4marketing.com.au/wp-content/themes/top4/images/creativeux-bg-banner-2.png) no-repeat left center / cover;}
.marketin-overlay{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-marketing.jpg) no-repeat left center / cover;}
.content-marketing-p2{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/content-marketing-p3.jpg) no-repeat left center / cover;}
}
@media only screen and (max-width :1169px){
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:link, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:visited,#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a:link, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a:visited{padding:10px 29px;}
.wpmm-sticky.mega_menu_continer .wpmm-nav-wrap{width:100%!important;}
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu{text-align:center!important;}
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li{float:none!important;}
.section-hght,.digital-marketing{height:270px;} .web-manage-service-p1{background-position:right top!important;background-size:unset!important;position:relative;}
.web-manage-service-p1:after{background-image: -webkit-linear-gradient(left,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);background-image: -moz-linear-gradient(bottom,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);background-image: -o-linear-gradient(bottom,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);
background-image: -ms-linear-gradient(bottom,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);background-image: linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0}
.case-heading br{display:none;}
.product-category li{padding:15px 30px 15px 0;}
.detail-services .row > div:nth-of-type(2){padding-left:15px;}
.detail-top-section{margin-bottom:410px;}
.search-outer_form{width:100%!important;}
.creative-first-section{background-position:right top;background-size:unset!important;position:relative;}
.creative-first-section:after{background-image:linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,1) 40%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0}
.creative-second-section{background-position:left top;background-size:unset!important;position:relative;}
.creative-second-section:after{background-image:linear-gradient(to top,rgba(237,237,237,1),rgba(237,237,237,1) 40%,rgba(237,237,237,0.5) 70%,rgba(237,237,237,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0}
.creative-third-section{background-position:left top;background-size:unset!important;position:relative;}
.creative-third-section:after{background-image:linear-gradient(to top,rgba(244,244,244,1),rgba(244,244,244,1) 40%,rgba(244,244,244,0.5) 70%,rgba(244,244,244,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0}
.creative-fourth-section{background-position:right top;background-size:unset!important;position:relative;}
.creative-fourth-section:after{background-image:linear-gradient(to top,rgba(32,34,38,1),rgba(32,34,38,1) 40%,rgba(32,34,38,0.5) 100%,rgba(32,34,38,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.creative-fifth-section{background-position:left top!important;background-size:unset!important;position:relative;}
.creative-fifth-section:after{background-image:linear-gradient(to top,rgba(63,97,107,1),rgba(63,97,107,1) 40%,rgba(63,97,107,0.5) 100%,rgba(63,97,107,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.creative-sixth-section{background-position:right top!important;background-size:unset!important;position:relative;}
.creative-sixth-section:after{background-image:linear-gradient(to top,rgba(00,00,00,1),rgba(00,00,00,1) 40%,rgba(00,00,00,0.5) 70%,rgba(00,00,00,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.about-us-p1{background-position:95% top!important;background-size:unset!important;position:relative;}
.about-us-p1:after{background-image:linear-gradient(to top,rgba(00,00,00,1),rgba(00,00,00,1) 40%,rgba(00,00,00,0.5) 70%,rgba(00,00,00,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.about-us-p2{background-position:left top!important;background-size:unset!important;position:relative;}
.about-us-p2:after{background-image:linear-gradient(to top,rgba(244,244,244,1),rgba(244,244,244,1) 40%,rgba(244,244,244,0.5) 50%,rgba(244,244,244,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
a.general_style_input_button.mini-set{width:200px;}
.content-marketing-p3{background-position:left top!important;background-size:unset!important;position:relative;}
.content-marketing-p3:after{background-image:linear-gradient(to top,rgba(186,152,115,1),rgba(186,152,115,1) 40%,rgba(186,152,115,0.5) 50%,rgba(186,152,115,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.conversionrate-first-section{background-position:right top!important;background-size:unset!important;position:relative;}
.conversionrate-first-section:after{background-image:linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,1) 40%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.conversionrate-second-section{background-position:left top!important;background-size:unset!important;position:relative;}
.conversionrate-second-section:after{background-image:linear-gradient(to top,rgba(237, 237, 237,1),rgba(237, 237, 237,1) 40%,rgba(237, 237, 237,0.5) 70%,rgba(237, 237, 237,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.smarter_content_p2{background-position:right top!important;background-size:unset!important;position:relative;}
.smarter_content_p2:after{background-image:linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,1) 40%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%);content:"";width:100%;height:100%;position:absolute;left:0;top:0;}
.sm-set-1{background-position:left top!important;background-size:unset!important;position:relative;}
.sm-set-1:after{background-image:linear-gradient(to top,rgba(35,50,66,1),rgba(35,50,66,1) 40%,rgba(35,50,66,0.5) 70%,rgba(35,50,66,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.smarter_content_p1{background-position:left top!important;background-size:unset!important;position:relative;}
.smarter_content_p1:after{background-image:linear-gradient(to top,rgba(237,240,242,1),rgba(237,240,242,1) 40%,rgba(237,240,242,0.5) 70%,rgba(237,240,242,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.smarter_content_p4{background-position:right top!important;background-size:unset!important;position:relative}
.smarter_content_p4:after{background-image:linear-gradient(to top,rgba(7,12,31,1),rgba(7,12,31,1) 40%,rgba(7,12,31,0.5) 70%,rgba(7,12,31,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.smarter_content_p5{background-position:left top!important;background-size:unset!important;position:relative;}
.smarter_content_p5:after{background-image:linear-gradient(to top,rgba(186,151,114,1),rgba(186,151,114,1) 40%,rgba(186,151,114,0.5) 70%,rgba(186,151,114,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.smarter_content_p6{background-position:right top!important;background-size:unset!important;position:relative;}
.smarter_content_p6:after{background-image:linear-gradient(to top,rgba(23,45,56,1),rgba(23,45,56,1) 40%,rgba(23,45,56,0.5) 70%,rgba(23,45,56,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.seoreport-first-section{background-position:right top!important;background-size:unset!important;position:relative;}
.seoreport-first-section:after{background-image:linear-gradient(to top,rgba(227,231,234,1),rgba(227,231,234,1) 40%,rgba(227,231,234,0.5) 70%,rgba(227,231,234,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.seoreport-banner-2{background-position:left top!important;background-size:unset!important;position:relative;}
.seoreport-banner-2:after{background-image:linear-gradient(to top,rgba(25,41,61,1),rgba(25,41,61,1) 40%,rgba(25,41,61,0.5) 70%,rgba(25,41,61,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.seoreport-third-section{background-position:right top!important;background-size:unset!important;position:relative;}
.seoreport-third-section:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.seoreport-fourth-section{background-position:70% top!important;background-size:unset!important;position:relative;}
.seoreport-fourth-section:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.ux-creative-sec{background-position:right top!important;background-size:unset!important;position:relative;}
.ux-creative-sec:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.ux-sec-design{background-position:left top!important;background-size:unset!important;position:relative;}
.ux-sec-design:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.ux-creative-pdng{background-position:5% top!important;background-size:unset!important;position:relative;}
.ux-creative-pdng:after{background-image:linear-gradient(to top,rgba(31, 35, 38,1),rgba(31, 35, 38,1) 40%,rgba(31, 35, 38,0.5) 70%,rgba(31, 35, 38,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.manage-sec-1{background-position:right top!important;background-size:unset!important;position:relative;}
.manage-sec-1:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.manage-sec-2{background-position:left top!important;background-size:unset!important;position:relative;}
.manage-sec-2:after{background-image:linear-gradient(to top,rgba(240, 239, 244,1),rgba(240, 239, 244,1) 40%,rgba(240, 239, 244,0.5) 70%,rgba(240, 239, 244,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.manage-sec-3{background-position:right top!important;background-size:unset!important;position:relative;}
.manage-sec-3:after{background-image:linear-gradient(to top,rgba(0, 0, 0,1),rgba(0, 0, 0,1) 40%,rgba(0, 0, 0,0.5) 70%,rgba(0, 0, 0,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.social-mma-first-section{background-position:right top!important;background-size:unset!important;position:relative;}
.social-mma-first-section:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.social-mma-second-section{background-position:left top!important;background-size:unset!important;position:relative;}
.social-mma-second-section:after{background-image:linear-gradient(to top,rgba(21, 31, 43,1),rgba(21, 31, 43,1) 40%,rgba(21, 31, 43,0.5) 70%,rgba(21, 31, 43,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.social-mma-third-section{background-position:left top!important;background-size:unset!important;position:relative;}
.social-mma-third-section:after{background-image:linear-gradient(to top,rgba(222, 228, 231,1),rgba(222, 228, 231,1) 40%,rgba(222, 228, 231,0.5) 70%,rgba(222, 228, 231,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.web-manage-service-p2{background-position:10% top!important;background-size:unset!important;position:relative;}
.web-manage-service-p2:after{background-image:linear-gradient(to top,rgba(240, 240, 244,1),rgba(240, 240, 244,1) 40%,rgba(240, 240, 244,0.5) 70%,rgba(240, 240, 244,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.web-manage-service-p1{background-position:right top!important;background-size:unset!important;position:relative;}
.web-manage-service-p1:after{background-image:linear-gradient(to top,rgba(235, 234, 240,1),rgba(235, 234, 240,1) 40%,rgba(235, 234, 240,0.5) 70%,rgba(235, 234, 240,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.web-design-p3{background-position:right top!important;background-size:unset!important;position:relative;}
.web-design-p3:after{background-image:linear-gradient(to top,rgba(32, 34, 38,1),rgba(32, 34, 38,1) 40%,rgba(32, 34, 38,0.5) 70%,rgba(32, 34, 38,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.web-manage-service-p3{background-position:left top!important;background-size:unset!important;position:relative;}
.web-manage-service-p3:after{background-image:linear-gradient(to top,rgba(63, 97, 107,1),rgba(63, 97, 107,1) 40%,rgba(63, 97, 107,0.5) 70%,rgba(63, 97, 107,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.web-design-p4{background-position:right top!important;background-size:unset!important;position:relative;}
.web-design-p4:after{background-image:linear-gradient(to top,rgba(00, 00, 00,1),rgba(00, 00, 00,1) 40%,rgba(00, 00, 00,0.5) 70%,rgba(00, 00, 00,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.ecommerce-web{background-position:right top!important;background-size:unset!important;position:relative;}
.ecommerce-web:after{background-image:linear-gradient(to top,rgba(253, 251, 245,1),rgba(253, 251, 245,1) 40%,rgba(253, 251, 245,0.5) 70%,rgba(253, 251, 245,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.ecommerce-middle-banner{background-position:right top!important;background-size:unset!important;position:relative;}
.ecommerce-middle-banner:after{background-image:linear-gradient(to top,rgba(21, 31, 43,1),rgba(21, 31, 43,1) 40%,rgba(21, 31, 43,0.5) 70%,rgba(21, 31, 43,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.ecommerce-middle-banner-1{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/bottom-banner.jpg) no-repeat scroll left top / cover!important;}
.ecommerce-middle-banner-2{background-position:right top!important;background-size:unset!important;position:relative;}
.ecommerce-middle-banner-2:after{background-image:linear-gradient(to top,rgba(7, 12, 31,1),rgba(7, 12, 31,1) 40%,rgba(7, 12, 31,0.5) 70%,rgba(7, 12, 31,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.ecommerce-middle-banner-3{background-position:left top!important;background-size:unset!important;position:relative;}
.ecommerce-middle-banner-3:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;}
.ecommerce-middle-banner-4{background-position:right top!important;background-size:unset!important;position:relative;}
.ecommerce-middle-banner-4:after{background-image:linear-gradient(to top,rgba(7, 12, 31,1),rgba(7, 12, 31,1) 40%,rgba(7, 12, 31,0.5) 70%,rgba(7, 12, 31,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.section-hght, .digital-marketing{height:auto;}
.remarket-first-section{background-position:right top!important;background-size:unset!important;position:relative;}
.remarket-first-section:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.remarket-second-section{background-position:left top!important;background-size:unset!important;position:relative;}
.remarket-second-section:after{background-image:linear-gradient(to top,rgba(237, 237, 237,1),rgba(237, 237, 237,1) 40%,rgba(237, 237, 237,0.5) 70%,rgba(237, 237, 237,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.remarket-third-section{background-position:left top!important;background-size:unset!important;position:relative;}
.remarket-third-section:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.remarket-fourth-section{background-position:right top!important;background-size:unset!important;position:relative;}
.remarket-fourth-section:after{background-image:linear-gradient(to top,rgba(32, 34, 38,1),rgba(32, 34, 38,1) 40%,rgba(32, 34, 38,0.5) 70%,rgba(32, 34, 38,0) 100%), ur;width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.remarket-fifth-section{background-position:left top!important;background-size:unset!important;position:relative;}
.remarket-fifth-section:after{background-image:linear-gradient(to top,rgba(63, 97, 107,1),rgba(63, 97, 107,1) 40%,rgba(63, 97, 107,0.5) 70%,rgba(63, 97, 107,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.remarket-sixth-section{background-position:right top!important;background-size:unset!important;position:relative;}
.remarket-sixth-section:after{background-image:linear-gradient(to top,rgba(34, 135, 132,1),rgba(34, 135, 132,1) 40%,rgba(34, 135, 132,0.5) 70%,rgba(34, 135, 132,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.googlead-first-section{background-position:right top!important;background-size:unset!important;position:relative;}
.googlead-first-section:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.googlead-second-section{background-position:right top!important;background-size:unset!important;position:relative;}
.googlead-second-section:after{background-image:linear-gradient(to top,rgba(35, 50, 66,1),rgba(35, 50, 66,1) 40%,rgba(35, 50, 66,0.5) 70%,rgba(35, 50, 66,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.seo-first-section{background-position:right top!important;background-size:unset!important;position:relative;}
.seo-first-section:after{background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);width:100%;height:100%;position:absolute;left:0;top:0;content:"";}
.seo-first-section{background-position:95% top;background-size:unset;position:relative;}
.seo-first-section:after,.search-eng:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,1) 40%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%);left:0;top:0;}
.seo-second-section{background-position:left top!important;background-size:unset!important;position:relative;}
.seo-second-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(35, 49, 65,1),rgba(35, 49, 65,1) 40%,rgba(35, 49, 65,0.5) 70%,rgba(35, 49, 65,0) 100%);left:0;top:0;}
.seo-third-section{background-position:left top!important;background-size:unset!important;position:relative;}
.seo-third-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(237, 240, 241,1),rgba(237, 240, 241,1) 40%,rgba(237, 240, 241,0.5) 70%,rgba(237, 240, 241,0) 100%);left:0;top:0;}
.seo-fifth-section{background-position:left top!important;background-size:unset!important;position:relative;}
.seo-fifth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(186, 151, 114,1),rgba(186, 151, 114,1) 40%,rgba(186, 151, 114,0.5) 70%,rgba(186, 151, 114,0) 100%);left:0;top:0;}
.emailmarket-first-section{background-position:95% top;background-size:unset;position:relative;}
.emailmarket-first-section:after,.content-first-sect-cc:after,.content-first-sect:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);left:0;top:0;}
.emailmarket-second-section,.dd-img-p3{background-position:left top;background-size:unset;position:relative;}
.emailmarket-second-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(237, 237, 237,1),rgba(237, 237, 237,1) 40%,rgba(237, 237, 237,0.5) 70%,rgba(237, 237, 237,0) 100%);left:0;top:0;}
.emailmarket-third-section{background-position:95% top;background-size:unset;position:relative;}
.emailmarket-third-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(32,34,38,1),rgba(32,34,38,1) 40%,rgba(32,34,38,0.5) 70%,rgba(32,34,38,0) 100%);left:0;top:0;}
.container{position:relative;z-index:1;}
.marketin-overlay{background-position:right top;background-size:unset!important;position:relative;}
.marketin-overlay:after,.dd-img-p2:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(34,50,60,1),rgba(34,50,60,1) 40%,rgba(34,50,60,0.5) 70%,rgba(34,50,60,0) 100%);left:0;top:0;}
.content-marketing-p1{background-position:left -100%;background-size:unset;position:relative;}
.content-marketing-p1:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(227,232,236,1),rgba(227,232,236,1) 40%,rgba(227,232,236,0.5) 70%,rgba(227,232,236,0) 100%);left:0;top:0;}
.content-marketing-p2{background-position:70% top;background-size:unset!important;position:relative;}
.content-marketing-p2:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(7,12,31,1),rgba(7,12,31,1) 40%,rgba(7,12,31,0.5) 70%,rgba(7,12,31,0) 100%);left:0;top:0;}
.content-marketing-p4,.content-first-sect{background-position:right top!important;background-size:unset!important;position:relative;}
.content-marketing-p4:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(23,45,56,1),rgba(23,45,56,1) 40%,rgba(23,45,56,0.5) 70%,rgba(23,45,56,0) 100%);left:0;top:0;}
.dd-img-p3:before{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(243,244,246,1),rgba(243,244,246,1) 40%,rgba(243,244,246,0.5) 70%,rgba(243,244,246,0) 100%);left:0;top:0;}
.content-first-sect-cc{background-position: 77% -40%;background-size:unset;position:relative;}
.dd-img-p2{background-position: 78% -100%;background-size:unset;position:relative;}
.franchise-first-section{background-position:right -100%;background-size:unset;position:relative;}
.franchise-first-section:after,.seolead-first-section:after,.seoaudit-forth-section:after,.analytic-first-section:after,.analytic-third-section:after,.payper-first-section:after,.social-m-2:after,.social-m-5:after,.contentmarketingseo-fourth-section:after,.contentmarketingseo-first-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(255, 255, 255,1),rgba(255, 255, 255,1) 40%,rgba(255, 255, 255,0.5) 70%,rgba(255, 255, 255,0) 100%);left:0;top:0;}
.franchise-second-section{background-position:right -100%;background-size:unset;position:relative;}
.franchise-second-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(27,38,55,1),rgba(27,38,55,1) 40%,rgba(27,38,55,0.5) 70%,rgba(27,38,55,0) 100%);left:0;top:0;}
.franchise-third-section{background-position:25% top;background-size:unset;position:relative;}
.franchise-third-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(234,239,247,1),rgba(234,239,247,1) 40%,rgba(234,239,247,0.5) 70%,rgba(234,239,247,0) 100%);left:0;top:0;}
.franchise-fourth-section{background-position:95% top;background-size:unset;position:relative;}
.franchise-fourth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(7,12,31,1),rgba(7,12,31,1) 40%,rgba(7,12,31,0.5) 70%,rgba(7,12,31,0) 100%);left:0;top:0;}
.franchise-fifth-section{background-position:10% top;background-size:unset;position:relative;}
.franchise-fifth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(232,124,58,1),rgba(232,124,58,1) 40%,rgba(232,124,58,0.5) 70%,rgba(232,124,58,0) 100%);left:0;top:0;}
.franchise-sixth-section{background-position:55% top;background-size:unset;position:relative;}
.franchise-sixth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(23,45,56,1),rgba(23,45,56,1) 40%,rgba(23,45,56,0.5) 70%,rgba(23,45,56,0) 100%);left:0;top:0;}
.seolead-second-section{background-position:left top!important;background-size:unset!important;position:relative;}
.seolead-second-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(35,50,66,1),rgba(35,50,66,1) 40%,rgba(35,50,66,0.5) 70%,rgba(35,50,66,0) 100%);left:0;top:0;}
.seolead-first-section{background-position:right top!important;background-size:unset!important;position:relative;}
.seolead-third-section{background-position:20% -50%!important;background-size:unset!important;position:relative;}
.seolead-third-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(230,234,236,1),rgba(230,234,236,1) 40%,rgba(230,234,236,0.5) 70%,rgba(230,234,236,0) 100%);left:0;top:0;}
.seolead-fourth-section{background-position:45% top!important;background-size:unset!important;position:relative}
.seolead-fourth-section:after,.analytic-fourth-section:after,.payper-fourth-section:after,.social-m-3:after,.contentmarketingseo-sixth-section:after,.contentmarketingseo-fourth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(00,00,00,1),rgba(00,00,00,1) 40%,rgba(00,00,00,0.5) 70%,rgba(00,00,00,0) 100%);left:0;top:0;}
.seolead-fifth-section{background-position:65% -20%!important;background-size:unset!important;position:relative}
.seolead-fifth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(186,151,114,1),rgba(186,151,114,1) 40%,rgba(186,151,114,0.5) 70%,rgba(186,151,114,0) 100%);left:0;top:0}
.seolead-sixth-section{background-position: right -15%!important;background-size:unset!important;position:relative}
.seolead-sixth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(23,45,56,1),rgba(23,45,56,1) 40%,rgba(23,45,56,0.5) 70%,rgba(23,45,56,0) 100%);left:0;top:0}
.seoaudit-first-section{background-position: 100% -60%!important;background-size:unset!important;position:relative}
.seoaudit-first-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(228, 231, 234,1),rgba(228, 231, 234,1) 40%,rgba(228, 231, 234,0.5) 70%,rgba(228, 231, 234,0) 100%);left:0;top:0}
.seoaudit-forth-section{background-position: right top!important;background-size:unset!important;position:relative}
.seoaudit-fifth-section{background-position: left -150%!important;background-size:unset!important;position:relative}
.seoaudit-fifth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(25, 41, 61,1),rgba(25, 41, 61,1) 40%,rgba(25, 41, 61,0.5) 70%,rgba(25, 41, 61,0) 100%);left:0;top:0}
.website-plans p {font: 14px/23px "robotolight";}
.analytic-first-section{background-position: right top!important;background-size:unset!important;position:relative}
.analytic-second-section{background-position: left top!important;background-size:unset!important;position:relative}
.analytic-second-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(237, 237, 237,1),rgba(237, 237, 237,1) 40%,rgba(237, 237, 237,0.5) 70%,rgba(237, 237, 237,0) 100%);left:0;top:0}
.analytic-third-section{background-position: left top!important;background-size:unset!important;position:relative}
.analytic-fourth-section{background-position: right top!important;background-size:unset!important;position:relative}
.website-plans p {font: 14px/23px "robotolight";}
.payper-first-section{background-position: 85% top!important;background-size:unset!important;position:relative;}
.payper-second-section{background-position: 10% -30%!important;background-size:unset!important;position:relative;}
.payper-second-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(237, 237, 237,1),rgba(237, 237, 237,1) 40%,rgba(237, 237, 237,0.5) 70%,rgba(237, 237, 237,0) 100%);left:0;top:0}
.payper-third-section{background-position: 10% -100%!important;background-size:unset!important;position:relative;}
.payper-third-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(237, 240, 241,1),rgba(237, 240, 241,1) 40%,rgba(237, 240, 241,0.5) 70%,rgba(237, 240, 241,0) 100%);left:0;top:0}
.payper-fourth-section{background-position: right -100%!important;background-size:unset!important;position:relative;background-color:none!important;}
.social-m-4{background-position: right top!important;background-size:unset!important;position:relative;}
.social-m-4:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(34,50,66,1),rgba(34,50,66,1) 40%,rgba(34,50,66,0.5) 70%,rgba(34,50,66,0) 100%);left:0;top:0}
.social-m-2{background-position: left top!important;background-size:unset!important;position:relative;}
.social-m-3{background-position: right top!important;background-size:unset!important;position:relative;}
.social-m-5{background-position: left top!important;background-size:unset!important;position:relative;}
.contentmarketingseo-first-section{background-position: 90% top!important;background-size:unset!important;position:relative;}
.contentmarketingseo-second-section{background-position: 30% top!important;background-size:unset!important;position:relative;}
.contentmarketingseo-second-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(35,50,66,1),rgba(35,50,66,1) 40%,rgba(35,50,66,0.5) 70%,rgba(35,50,66,0) 100%);left:0;top:0}
.contentmarketingseo-third-section{background-position: left top!important;background-size:unset!important;position:relative;}
.contentmarketingseo-third-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(212,220,224,1),rgba(212,220,224,1) 40%,rgba(212,220,224,0.5) 70%,rgba(212,220,224,0) 100%);left:0;top:0}
.contentmarketingseo-fourth-section{background-position: 70% top!important;background-size:unset!important;position:relative;}
.contentmarketingseo-fifth-section{background-position: left top!important;background-size:unset!important;position:relative;}
.contentmarketingseo-fifth-section:after{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top,rgba(186,152,115,1),rgba(186,152,115,1) 40%,rgba(186,152,115,0.5) 70%,rgba(186,152,115,0) 100%);left:0;top:0}
.contentmarketingseo-sixth-section{background-position: right top!important;background-size:unset!important;position:relative;}
.search-eng{background-position: right top!important;background-size:unset!important;position:relative;}
.ui-ux-first-section{background-position: 70% top!important;position: relative;}
.ui-ux-second-section{position:relative;}
.ui-ux-fourth-section, .ui-ux-sixth-section{background-position: 70% top!important;}
.ui-ux-fifth-section{background-position: 15% top!important;}
.plumbingseo-first-section, .plumbingseo-third-section, .plumbingseo-fourth-section, .plumbingseo-fifth-section, .plumbingseo-sixth-section, .plumbingseo-nine-section,
.content-marketing-strategy-first-section, .content-marketing-strategy-third-section, .content-marketing-strategy-fourth-section{background-position:70% top!important;}
.plumbingseo-second-section, .plumbingseo-seven-section, .plumbingseo-eight-section,
.content-marketing-strategy-fifth-section{background-position:20% top!important;}
}
@media only screen and (max-width :992px){
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:link, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:visited,#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a:link, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a:visited{padding:10px 25px}
.digital-marketing-cnt p{font:20px/31px 'robotolight';}
.about-digital p{margin-bottom:30px;}
.testimonial p{font:18px/23px 'robotolight';}
.next-sec h5{font:23px/27px 'robotolight';}
.next-sec p{font:16px/26px 'robotolight';}
.next-sec ul li{padding-top:0;margin-bottom:15px;}
.footer-top h5,.footer-top ul{width:100%;float:left;}
.footer-top ul li{width:auto;float:left;margin-left:15px;}
.footer-top ul li:first-of-type{margin-left:0;}
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a:link{padding:10px;}
.select-language {margin-top:12px;}
.header-strip {height:auto;}
.header-strip p{font-size:12px;}
.navbar-phone { font: 15px/16px "robotobold";}
.navbar-title-text{font:10px/12px "robotoregular";}
.navbar-title{padding-left:30px;}
.select-language label,p.language-d,ul.flag-drodown li a, ul.flag-drodown li a:link, ul.flag-drodown li a:visited{font-size:13px;position:relative;z-index:10000!important;}
.product-category li a, .product-category li a:link, .product-category li a:visited, .product-category li h5{font:12px/13px 'robotoregular';}
.product-category li span{font:12px/13px 'robotoregular';}
.detail-top-section{margin-bottom:300px;}
.list_in_line ul li{width:50%;}
.detail-middle .para-text{margin-bottom:30px;}
.middle-banner .white-content{padding:45px 0;}
.top-negetive{margin-top:0;float:none!important;}
.creative-first-section,.creative-second-section{padding:45px 0;}
.creative-second-section .digital-marketing-cnt p{margin:5px 0;}
.creative-third-section{padding:45px 0;}
.creative-third-section .semi-para p{margin:0;}
.digital-marketing-cnt h3{margin-bottom:40px;}
a.general_style_input_button.mini-set{margin-top:35px;}
.creative-fourth-section .semi-para p{margin:0}
.creative-fourth-section{padding:45px 0;}
.creative-fifth-section .semi-para p{margin:0;}
.creative-fifth-section{padding:45px 0;}
.creative-sixth-section{padding:45px 0;}
.creative-sixth-section .semi-para p{margin:0;}
.about-digital p{font:15px/20px 'robotoregular';}
.conversionrate-first-section{padding-top:35em;}
.conversionrate-second-section,.smarter_content_p2,.sm-set-1,.smarter_content_p1,.smarter_content_p4,.smarter_content_p5,.smarter_content_p6,.creative-first-section,.creative-second-section,.creative-third-section,.creative-fourth-section,.creative-fifth-section,.creative-sixth-section,.about-us-p1,.about-us-p1,.about-us-p2,.conversionrate-first-section,.conversionrate-second-section,.smarter_content_p2,.sm-set-1,.smarter_content_p1,.smarter_content_p4,.smarter_content_p5,.smarter_content_p6,.seoreport-banner-2,.seoreport-third-section,.seoreport-fourth-section,.ux-sec-design,.ux-creative-sec,.ux-creative-pdng,.social-mma-first-section,.social-mma-second-section,.social-mma-third-section,.web-manage-service-p2,.web-manage-service-p1,.web-design-p3,.web-manage-service-p3,.web-design-p4,.ecommerce-web ,.ecommerce-middle-banner,.ecommerce-middle-banner-2,.ecommerce-middle-banner-3,.ecommerce-middle-banner-4,.remarket-first-section,.remarket-second-section,.remarket-third-section,.remarket-fourth-section,.remarket-fifth-section,.remarket-sixth-section,.googlead-second-section,.seo-first-section,.seo-second-section,.seo-third-section,.seo-fifth-section,.emailmarket-first-section,.emailmarket-second-section,.emailmarket-third-section,.marketin-overlay,.content-marketing-p1,.content-marketing-p2,.content-marketing-p4,.content-first-sect-cc,.dd-img-p3,.dd-img-p2,.content-first-sect,.franchise-first-section,.franchise-second-section,.franchise-third-section,.franchise-fourth-section,.franchise-fifth-section,.franchise-sixth-section,.seolead-third-section,.seolead-first-section,.seolead-second-section,.seolead-fourth-section,.seolead-fifth-section,.seolead-sixth-section,.seoaudit-first-section,.seoaudit-forth-section,.seoaudit-fifth-section,.analytic-fourth-section,.analytic-third-section,.analytic-second-section,.analytic-first-section,.payper-third-section,.payper-fourth-section,.payper-second-section,.payper-first-section,.social-m-4,.social-m-2,.social-m-3,.social-m-5,.contentmarketingseo-first-section,.contentmarketingseo-second-section,.contentmarketingseo-third-section,.contentmarketingseo-fourth-section,.contentmarketingseo-fifth-section,.contentmarketingseo-sixth-section,.search-eng,.content-marketing-p3{padding-top:35em;}
.plans-des{text-align:center;margin:15px 0 30px 0;}
.local-help{padding:50px 0;}
.sec-div{padding-bottom:50px;}
.local-help-cnt{margin-bottom:45px;}
.local-help-cnt p{margin-top:0;}
.local-help-cnt figure{margin-bottom:0;}
.website-plans h4{margin-bottom:5px;}
.social-mma-third-section  a.general_style_input_button.mini-set{margin-top:0;}
.adword-certificate-bg{position:static;}
nav .wpcf7-form-control-wrap{float:left!important;}
nav .form_row_container:nth-of-type(2n){padding-left:10px!important;}
nav .form_row_container > label{width:100%!important;padding-top:15px!important; padding-bottom:10px!important;}
nav div.wpcf7 .wpcf7-recaptcha iframe{margin-top:35px!important}
nav .wpcf7-form-control-wrap{width:100%!important;}
nav .wpcf7-form-control.wpcf7-submit.general_style_input_button.general_style_input_button_yellow{width:50%!important; margin-left:-50%!important;}
.banner2 .row > div:nth-of-type(1) img{float:none!important;margin:0 auto 20px ;}
.seoaudit-third-section .seoaudit-ul p{position:relative;padding-bottom:10px;}
.seoaudit-third-section .seoaudit-ul p:after{top: auto;bottom: 0;left:0;}
.simple-seo{margin-top:20px;}
.socia-m-first figure{margin-top:30px;}
.how-work-p .how-p-inner{margin-bottom:30px;}
a.view-plans, a.view-plans:link, a.view-plans:visited{width:140px; margin-left:20px;}
.plan-detail_p span{font:20px/24px "robotobold";}
.plan-detail_p p{font:16px/22px "robotoregular"}
.how-work-p{padding-bottom:70px;}
.plans_p-sect ul.nav-tabs > li{margin-right:15px;}
.plans_p-sect ul.nav-tabs li a, .plans_p-sect ul.nav-tabs li a:link, .plans_p-sect ul.nav-tabs li a:visited{font-size:16px;}
.plans_p-inner.media-marketing-section img{margin:0 auto 30px auto;}
.team-detail.other-middle img{margin: 0 auto 10px;}
.ui-ux-first-section{background-position:right top!important;padding:200px 0 40px;}
.ui-ux-first-section h3.case-heading {margin-bottom: 10px;}
.ui-ux-first-section .digital-marketing-cnt p {margin: 10px 0;}
.ui-ux-second-section{background-position:left top!important;padding:200px 0 40px;}
.ui-ux-second-section .semi-para p {margin: 10px 0 0 0;}
.ui-ux-third-section{background-position:left top!important;position:relative;padding:200px 0 40px;}
.ui-ux-third-section .semi-para p {margin: 10px 0 0 0;}
.ui-ux-first-section:after,.ui-ux-second-section:after, .ui-ux-third-section:after {background-image: linear-gradient(to top,rgba(227,231,234,1),rgba(227,231,234,1) 40%,rgba(227,231,234,0.5) 70%,rgba(227,231,234,0) 100%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.ui-ux-fourth-section{background-position:right top!important;position:relative;padding:200px 0 40px;}
.ui-ux-fourth-section:after{background: linear-gradient(to bottom, rgba(32,34,38,0.2) 0%,rgba(15,16,17,0.71) 26%,rgba(0,0,0,0.91) 48%,rgba(2,3,3,0.95) 52%,rgba(32,34,38,1) 100%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.ui-ux-fourth-section .digital-marketing-cnt p {color: #fff;margin:10px 0;}
.ui-ux-fifth-section{background-position:left top!important;position:relative;padding:200px 0 40px;}
.ui-ux-fifth-section:after{background: linear-gradient(to bottom, rgba(32,34,38,0.2) 0%,rgba(87,117,122,0.9) 48%,rgba(63,97,107,1) 100%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.ui-ux-fifth-section .digital-marketing-cnt p {margin: 10px 0 0 0;}
.ui-ux-sixth-section{position:relative;background-position:right top!important;padding:200px 0 40px;}
.ui-ux-sixth-section:after{background: linear-gradient(to bottom, rgba(32,34,38,0.2) 0%,rgba(0,0,0,0.9) 48%,rgba(0,0,0,1) 100%);width:100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.ui-ux-sixth-section .panel-group .panel-heading h3 {font: 20px/25px 'robotobold';}
.plumbingseo-first-section, .plumbingseo-third-section, .plumbingseo-fourth-section, .plumbingseo-sixth-section, .plumbingseo-nine-section,
.content-marketing-strategy-first-section, .content-marketing-strategy-third-section, .content-marketing-strategy-fourth-section{background-position:right top!important;position:relative;padding:200px 0 40px;}
.plumbingseo-second-section, .plumbingseo-fifth-section, .plumbingseo-seven-section, .plumbingseo-eight-section,
.content-marketing-strategy-second-section {background-position:left top!important;position:relative;padding:200px 0 40px;}
.content-marketing-strategy-first-section:after , .content-marketing-strategy-second-section:after, .plumbingseo-first-section:after, .plumbingseo-second-section:after, .plumbingseo-fourth-section:after , .plumbingseo-fifth-section:after, .plumbingseo-sixth-section:after, .plumbingseo-seven-section:after {background-image: linear-gradient(to top,rgba(227,231,234,1),rgba(227,231,234,1) 40%,rgba(227,231,234,0.5) 70%,rgba(227,231,234,0) 100%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.plumbingseo-third-section:after {background: linear-gradient(to bottom, rgba(32,34,38,0.2) 0%,rgba(11,11,11,0.9) 48%,rgba(11,11,11,1) 100%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.plumbingseo-eight-section:after {background: linear-gradient(to bottom, rgba(32,34,38,0.2) 0%,rgba(25,41,61,0.9) 48%,rgba(25,41,61,1) 100%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.plumbingseo-nine-section:after {background: linear-gradient(to bottom, rgba(229,229,229,0.2) 0%,rgba(229,229,229,0.9) 48%,rgba(229,229,229,1) 100%);width: 100%;height: 100%;position: absolute;left: 0;top: 0;content: "";}
.plumbingseo-first-section .digital-marketing-cnt p, .plumbingseo-eight-section .semi-para ul.plumbing-ul  {margin: 10px 0;}
.plumbingseo-second-section .semi-para p, .plumbingseo-nine-section .digital-marketing-cnt h3 {margin-top: 10px;}
.plumbingseo-fifth-section .semi-para p, .plumbingseo-sixth-section .digital-marketing-cnt h3, .plumbingseo-eight-section .semi-para p:nth-of-type(1) , .plumbingseo-eight-section .digital-marketing-cnt h3, .plumbingseo-nine-section .semi-para p:nth-of-type(1) {margin:0;}
}
@media only screen and (max-width : 768px) { .checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:nth-of-type(1) {display:none;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:nth-of-type(2) {display:none;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:nth-of-type(3) {border-top:0;}
}
@media only screen and (max-width : 767px) {
.wpmm-sticky.wpmm-sticky-wrap.mega_menu_continer,#mainNav{position:absolute!important;}
#mainNav{position:relative!important;}
body{padding-top:0;}
.section-hght{height:auto;}
.digital-marketing{height:auto;padding:45px 0;}
.digital-marketing figure{margin-top:15px;}
.testimon > .item.next,.testimon > .item.active.right {left: 0;-webkit-transform: translate3d(100%, 0, 0);   transform: translate3d(100%, 0, 0);}
.testimon > .item.prev,.testimon > .item.active.left {left: 0;-webkit-transform: translate3d(-100%, 0, 0);    transform: translate3d(-100%, 0, 0);}
.about-digital{margin:45px 0 0 0;}
.about-team h3{margin-bottom:15px;}
.about-team{margin-bottom:45px;}
.testimonial{padding:45px 0;}
.testimonial p{margin:20px 0;}
.testimonial h2{margin-bottom:30px;}
.next-sec{padding:45px 0;}
.next-sec h4{margin-bottom:30px;}
.next-sec div > figure{margin-bottom:30px;}
.next-sec p{height:auto;}
.next-sec .row > div{margin-bottom:50px;}
.next-sec div > figure{margin-bottom:10px;}
.next-sec h5{margin-bottom:10px;}
.next-sec p{margin-bottom:10px;}
.next-sec ul li:nth-of-type(3n){border-right:0;}
.next-sec ul{margin-top:0;}
.footer-top{padding:0px 0 30px 0;}
#section_footer .container{float:left;}
.other-middle{padding:45px 0;}
.semi-para p,.seolead-third-section .semi-para p,.payper-first-section .semi-para p,.payper-second-section .semi-para p{font:14px/22px 'robotolight';}
.prod-inner{text-align:center;}
.product-category li:last-of-type{float:left!important;}
.product-category li{height:40px;float:left;padding-bottom:0;}
.products{padding:45px 0;}
.prod-outer{width:70%;display:inline-block;float:none;}
.mix{text-align:center;}
.detail-services .row > div:nth-of-type(2){border-left:0;border-top:1px solid #D1D1D1;}
.detail-top-section{height:auto;margin-bottom:45px;}
.detail-image{margin-top:30px;}
.P_text p{font:20px/33px 'robotolight';}
.detail-middle h3.case-heading{margin-bottom:30px;}
.detail-services{margin:35px 0;}
.detail-services .row > div{padding:20px;}
h4.mini-heading{margin-bottom:10px;}
.top-space{margin-top:0;}
.detail-middle{padding-bottom:45px;}
.form_row_container input[type="text"], .form_row_container input[type="email"], .form_row_container input[type="tel"], .form_row_container input[type="url"], .form_row_container input[type="password"], .form_row_container select, .form_row_container textarea{padding:10px!important;}
.search-outer_form .form_row_container:nth-of-type(4){width:100%!important;}
.search-outer_form .general_style_input_button{width:100%!important;}
.banner-inner h2{font:27px/41px 'robotobold';margin-bottom:15px!important;}
.case-study-banner .row > div{height:auto;padding-top:30px;padding-bottom:30px;}
.banner-inner .search-outer p{max-width:15em!important;}
.search-outer .banner_service_option{width:95%;}
.search-outer .general_style_input_button{width:100%;}
.customize-support #mainNav{top:0;}
.m-responsive{width:100%; height:auto;float:left;}
.loacl-banner2 .anchor-mrg{padding-top:45px;}
.loacl-banner2 img{float:none!important;margin:0 auto;}
.local-help-cnt figure img{margin:0 auto 15px;}
.local-help-cnt{text-align:center;}
.local-help-cnt h5{height:auto;margin-bottom:15px;}
.local-help .row > div:last-of-type .local-help-cnt{margin-bottom:0;}
.plans-des{margin-bottom:45px;}
.website-plans > div:last-of-type .plans-des{margin-bottom:0;}
.local-help-cnt h3.case-heading{margin-bottom:30px;}
.local-help{padding:45px 0;}
#package_section{padding:45px 0;}
#pack2 .package-box{width:auto;float:left;}
.table-top-space{margin-top:30px;}
.package-box .btn.btn-red-select.Marketing{width:96%;}
.conversionrate-second-section,.smarter_content_p2,.sm-set-1,.smarter_content_p1,.smarter_content_p4,.smarter_content_p5,.smarter_content_p6,.creative-first-section,.creative-second-section,.creative-third-section,.creative-fourth-section,.creative-fifth-section,.creative-sixth-section,.about-us-p1,.about-us-p1,.about-us-p2,.conversionrate-first-section,.conversionrate-second-section,.smarter_content_p2,.sm-set-1,.smarter_content_p1,.smarter_content_p4,.smarter_content_p5,.smarter_content_p6,.ux-sec-design,.ux-creative-sec,.ux-creative-pdng,.manage-sec-1,.manage-sec-2,.manage-sec-3,.web-manage-service-p2,.web-manage-service-p1,.web-design-p3,.web-manage-service-p3,.web-design-p4,.ecommerce-web ,.ecommerce-middle-banner,.ecommerce-middle-banner-2,.ecommerce-middle-banner-3,.ecommerce-middle-banner-4,.remarket-first-section,.remarket-second-section,.remarket-third-section,.remarket-fourth-section,.remarket-fifth-section,.remarket-sixth-section.googlead-second-section,.seo-first-section,.seo-second-section,.seo-third-section,.seo-fifth-section,.emailmarket-first-section,.emailmarket-second-section,.emailmarket-third-section,.marketin-overlay,.content-marketing-p1,.content-marketing-p2,.content-marketing-p4,.content-first-sect-cc,.dd-img-p3,.dd-img-p2,.content-first-sect,.franchise-first-section,.franchise-second-section,.franchise-third-section,.franchise-fourth-section,.franchise-fifth-section,.franchise-sixth-section,.seolead-third-section,.seolead-first-section,.seolead-second-section,.seolead-fourth-section,.seolead-fifth-section,.seolead-sixth-section,.seoaudit-first-section,.seoaudit-forth-section,.seoaudit-fifth-section,.analytic-fourth-section,.analytic-third-section,.analytic-second-section,.analytic-first-section,.payper-third-section,.payper-fourth-section,.payper-second-section,.payper-first-section,.social-m-4,.social-m-2,.social-m-3,.social-m-5,.contentmarketingseo-first-section,.contentmarketingseo-second-section,.contentmarketingseo-third-section,.contentmarketingseo-fourth-section,.contentmarketingseo-fifth-section,.contentmarketingseo-sixth-section,.search-eng,.content-marketing-p3{padding-top:35em!important;}
.seoreport-first-section,.seoaudit-second-section,.seoaudit-fifth-section ,.seoaudit-fifth-section,.seoaudit-fifth-section,.seoreport-third-section,.seoreport-fourth-section,.manage-sec-1,.manage-sec-2,.manage-sec-3,.social-mma-first-section,.social-mma-second-section,.social-mma-third-section,.web-manage-service-p2,.web-manage-service-p1,.web-design-p3,.web-manage-service-p3,.web-design-p4,.ecommerce-web ,.ecommerce-middle-banner,.ecommerce-middle-banner-1,.ecommerce-middle-banner-2,.ecommerce-middle-banner-3,.ecommerce-middle-banner-4,.remarket-first-section,.remarket-second-section,.remarket-third-section,.remarket-fourth-section,.remarket-fifth-section,.remarket-sixth-section,.googlead-second-section,.seo-first-section,.seo-second-section,.seo-third-section,.seo-fifth-section,.emailmarket-first-section,.emailmarket-second-section,.emailmarket-third-section,.marketin-overlay,.content-marketing-p1,.content-marketing-p2,.content-marketing-p4,.content-first-sect-cc,.dd-img-p3,.dd-img-p2,.content-first-sect,.franchise-first-section,.franchise-second-section,.franchise-third-section,.franchise-fourth-section,.franchise-fifth-section,.franchise-sixth-section,.seolead-third-section,.seolead-first-section,.seolead-second-section,.seolead-fourth-section,.seolead-fifth-section,.seolead-sixth-section,.seoaudit-first-section,.seoaudit-forth-section,.seoaudit-fifth-section,.analytic-fourth-section,.analytic-third-section,.analytic-second-section,.analytic-first-section,.payper-third-section,.payper-fourth-section,.payper-second-section,.payper-first-section,.social-m-4,.social-m-2,.social-m-3,.social-m-5,.contentmarketingseo-first-section,.contentmarketingseo-second-section,.contentmarketingseo-third-section,.contentmarketingseo-fourth-section,.contentmarketingseo-fifth-section,.contentmarketingseo-sixth-section,.search-eng,.content-marketing-p3{padding-bottom:45px;}
.seo-fourth-section{padding:45px 0;}
.marketin-overlay,.content-marketing-p2,.content-marketing-p4,.googlead-first-section{padding-bottom:45px;}
.content-marketing-p1 .semi-para p{margin-bottom:40px;}
.ux-creative-pdng{padding-bottom:45px;}
.ecommerce-middle-banner-1,.googlead-first-section{padding-top:45px}
.ux-creative-hght {height: auto;padding: 45px 0;}
.social-mma-third-section .digital-marketing-cnt h3{margin-bottom:0;}
.seolead-first-section .digital-marketing-cnt p,.seolead-second-section .digital-marketing-cnt p,.seolead-third-section .semi-para p,.seolead-fourth-section .semi-para p,.seolead-fifth-section .semi-para p{margin:15px 0;}
.seolead-first-section .semi-para p{margin:0;}
.center-banners,.section-body{padding:45px 0;}
.web-slider{margin-bottom:45px;}
.plans-des{margin-bottom:70px;}
.seoaudit-second-section,.seoaudit-third-section{padding:45px 0;}
.seoaudit-forth-section .semi-para p,.payper-first-section .semi-para p,.payper-third-section .semi-para p{margin:0;} .analytic-first-section .semi-para p,.analytic-second-section .semi-para p,.analytic-third-section .semi-para p,.analytic-fourth-section .semi-para p{margin:0;}
.analytic-first-section .semi-para p{font: 15px/22px 'robotolight';}
.analytic-second-section .semi-para h4{font: 20px/25px 'robotoregular';margin:15px 0 0 0;}
.search-eng h2{margin-top:0;}
.mini-section{padding:45px 0;}
.how-p-inner{text-align:center;}
.how-work-p .how-p-inner figure{display:inline-block;}
.how-work-p .how-p-inner .how-p-text{min-height:auto;margin:30px 50px 50px;}
.plans_p-sect ul.nav-tabs li a, .plans_p-sect ul.nav-tabs li a:link, .plans_p-sect ul.nav-tabs li a:visited{font-size:18px;}
.plans_p-sect ul.nav-tabs > li{margin:0 30px 10px 0;}
.plan-detail_p,a.view-plans, a.view-plans:link, a.view-plans:visited{float:left!important;}
a.view-plans, a.view-plans:link, a.view-plans:visited{margin-left:0; margin-right:20px;}
.plan-detail_p p{text-align:left!important;}
.plans_p-sect ul.nav-tabs{margin-top:25px;}
.plans_p-sect .tab-content ul.nav-tabs{padding:0 0 10px;margin-bottom:45px;}
.plans_p-sect{padding-bottom:45px;}
.how-work-p{padding:45px 0 15px 0;}
.checkout-sec .woocommerce-MyAccount-navigation{width:100%;}
.checkout-sec .woocommerce-MyAccount-navigation ul li{float:left; margin-right:15px;}
.checkout-sec .woocommerce-MyAccount-navigation ul{float:left; margin-bottom:30px;}
.checkout-sec .woocommerce-MyAccount-content{width:100%;}
.checkout-sec{padding:45px 0} #mainNav{height:auto;}
#wp-megamenu-mega_menu.mega_menu_continer{right:0; width:auto;top:80px;z-index:1000!important;background:transparent;}
nav .wpmm_mobile_menu_btn{background:#fa9d00!important;}
.header-strip{margin-top:0;height:auto;padding:10px 0;}
.select-language{padding-top:0;}
.navbar-title{padding-top:10px;}
.navbar-title:before{top:10px;}
.header-strip ul li a, .header-strip ul li a:link, .header-strip ul li a:visited{padding-right:10px;}
.header-strip ul li{font-size:12px;}
.header-strip p{padding-top:0;}
.wpmm-mobile-menu a.wpmm_mobile_menu_btn {position: absolute;right:0;bottom:100%;}
.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu{background:#000;padding:0;right:0!important;left:0!important;width:auto!important;}
.package-icon > a, .package-icon > a:link, .package-icon > a:visited{padding-left:10px!important;}
.wpmm-mobile-menu ul.wp-megamenu li > a b{position:absolute;right:15px;float:none!important;}
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:link, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a:visited, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a:link, #wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li > a:visited{padding:10px!important;}
header{position:relative;float:none;}
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:first-of-type,#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li{border:none!important;}
.package-icon > a, .package-icon > a:link, .package-icon > a:visited{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon.png) no-repeat scroll 40% 8px}
.package-icon > a:hover, .package-icon > a:active{background:#FEBA14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon-2.png) no-repeat scroll 40% 8px!important}
nav .form_row_container:nth-of-type(2n){padding-left:0px!important;}
nav .form_row_container{width:100%!important;}
nav .wpcf7-form-control.wpcf7-submit.general_style_input_button.general_style_input_button_yellow {left: 0!important;  margin-left: 0!important; width: 100%!important;}
nav div.wpcf7 .wpcf7-recaptcha iframe{margin:15px 0!important}
nav .form_row_container:nth-of-type(2n+1){padding-right:0!important;}
#wp-megamenu-mega_menu.mega_menu_continer > .wpmm-nav-wrap ul.wp-megamenu > li:last-of-type a b{right:26px;}
#wp-megamenu-mega_menu > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu{left:0!important;width:100%!important;}
#wp-megamenu-mega_menu > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li:last-of-type{border-bottom:0!important;}
nav span.wpmm-selected-icon .fa-angle-right::before {content: "\f107";}
.socia-m-first{padding:45px 0!important;}
.socia-m-first p,.social-m-4 p{margin:5px 0;}
.checkout-sec .woocommerce-form-login{width:100%;margin-left:0!important;position:static;}
.checkout-sec .braintree-accepted-payment-methods {margin-top:5px;}
.order-total>td>tr:nth-of-type(1){display:none;}
.order-total>td>tr:nth-of-type(2){display:none;} .breadcrumb-top4 {margin-bottom: 10px;}
.checkout-sec h2 {font: 20px/25px 'robotobold';}
.checkout-sec h3 {font: 20px/25px 'robotobold';margin-bottom: 5px;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td {padding-top: 15px;padding-bottom: 15px;font: 16px/22px 'robotobold';}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:last-of-type {font: 20px/25px 'robotobold';}
.checkout-sec .woocommerce ul.order_details li{font-size:12px;}
.checkout-sec .woocommerce ul.order_details li strong{font-size:13px}
.buy-now-package-section div.table-responsive{border:0;}
.case-heading {font: 25px/30px 'robotobold';}
.digital-marketing-cnt h3 {font: 25px/30px 'robotobold';margin-bottom:10px;}
.plumbingseo-fifth-section .semi-para p, .plumbingseo-seven-section .semi-para p, .plumbingseo-eight-section .semi-para p {font: 16px/22px 'robotolight';}
.plumbingseo-fifth-section .semi-para p:nth-of-type(2) {font: 14px/22px 'robotolight';}
.plumbingseo-sixth-section .semi-para p:nth-of-type(1) {font: 16px/22px 'robotolight'; margin: 10px 0 0 0;}
.plumbingseo-eight-section .semi-para ul.plumbing-ul li {font: 16px/22px 'robotolight';margin-left: 15px;}
}
@media only screen and (max-width : 601px){
.about-team-cnt ul{text-align:center;}
.about-team-cnt ul li{width:41%;float:none;display:inline-block}
.footer-bottom .row > div{width:100%;}
.footer-bottom ul{float:left;}
.testimonial .carousel-control.left{left:5px;}
.testimonial .carousel-control.right{right:5px;}
.next-sec ul li a span{font:15px/20px 'robotobold';}
.next-sec h5{font:18px/22px 'robotolight';}
.about-digital p{font:15px/22px 'robotoregular'}
.testimonial p{font:15px/23px 'robotolight';}
.about-team h3{font:25px/32px 'robotobold';}
.banner-inner h2{font:35px/45px 'robotobold';}
.banner-inner p{font:18px/25px 'robotolight';}
.digital-marketing-cnt h3{font:25px/32px 'robotobold';}
.digital-marketing-cnt p{font:18px/25px 'robotolight';}
.digital-marketing-cnt p span{font:18px/25px 'robotoregular';}
.case-heading{font:25px/30px 'robotobold';}
.next-sec h4{font:25px/30px 'robotobold';}
.web-manage-service-p1 h2{margin-bottom:15px;}
.web-manage-service-p1 .semi-para a{margin-top:20px;}
.product-category li{padding-right:20px;}
.detail-title h3{font:35px/45px 'robotobold';}
.detail-middle h3.case-heading{margin-bottom:15px;}
.P_text p{font:15px/26px 'robotolight';}
.detail-services{margin:15px 0;}
.detail-services .row > div{padding:10px;}
.list_in_line ul li{font:15px/20px 'robotoregular'}
p.para-text{font:15px/24px 'robotoregular';}
.white-content h3{font:40px/50px 'robotoregular';margin-bottom:10px;}
.banner-inner .search-outer-top > p{font:20px/32px 'robotolight';}
.banner-inner .search-outer-top > h2{font:27px/35px 'robotobold';}
.creative-first-section .digital-marketing-cnt p{margin:10px 0;}
.creative-first-section .semi-para p{margin:0;}
.digital-marketing-cnt h3{margin-bottom:20px;}
.creative-second-section .semi-para p{margin-bottom:20px;}
a.general_style_input_button.mini-set{margin-top:20px;}
a.general_style_input_button.mini-set{width:176px;}
.conversionrate-first-section .semi-para p{font:15px/22px 'robotolight';}
.conversionrate-second-section .semi-para p{font:15px/22px 'robotolight';}
.conversionrate-first-section .digital-marketing-cnt p{margin:15px 0;}
.conversionrate-first-section{padding-bottom:45px;}
.conversionrate-second-section{padding-bottom:45px;}
.local-help-cnt p{font:15px/27px 'robotolight';}
.hosting-package p,.faq-answer p,.faq-sec ul li{font:15px/27px 'robotolight';}
.hosting-package p.site-text span{font:20px/30px 'robotoregular';}
.website-plans p,.web-manegement-banner .emcrce-middle-cnt p{font:15px/24px 'robotolight';}
.web-manegement-cnt p{font:20px/26px 'robotolight';}
.emailmarket-first-section .digital-marketing-cnt p{margin:15px 0;}
.emailmarket-second-section .semi-para p{margin:15px 0 0 0;}
.emailmarket-third-section .semi-para p{font: 18px/21px 'robotolight';margin-bottom:30px;}
.select-language{z-index:100;position:relative;}
.content-first-sect-cc .black_text_font{font: 20px/27px 'robotolight'!important;}
p.site-text{font: 20px/26px 'robotolight';}
.contentmarketingseo-first-section h3{font:25px/32px 'robotobold'!important;}
.smarter-fourth-section .semi-para p{margin: 10px 0;font: 15px/22px 'robotolight';}
.contentmarketingseo-second-section p{font:18px/23px 'robotolight';}
.smarter-third-section .semi-para p{margin:5px 0;font:15px/22px 'robotolight';}
.smarter-fifth-section .semi-para p{margin:0;font:15px/22px 'robotolight';}
.smarter-sixth-section .semi-para p{margin:10px 0 0 0;font:15px/22px 'robotolight';} #wp-megamenu-mega_menu.mega_menu_continer{top:45px}
.select-language{margin-right:10px;}
p.language-d{width:125px;}
.navbar-title-text{display:block;}
.navbar-phone{font-size:11px;}
nav .wpmm_mobile_menu_btn { background: transparent!important; height: 20px; overflow: hidden; width: 20px; padding:0!important;}
nav .wpmm_mobile_menu_btn:hover{background: transparent!important;}
#wp-megamenu-mega_menu.mega_menu_continer{top:15px;}
nav .wpmm_mobile_menu_btn I{font-size:20px!important;}
.header-strip ul li a, .header-strip ul li a:link, .header-strip ul li a:visited,.header-strip ul li:last-of-type{padding:5px;}
.package-icon > a, .package-icon > a:link, .package-icon > a:visited{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon.png) no-repeat scroll 35% 8px}
.package-icon > a:hover, .package-icon > a:active{background:#FEBA14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon-2.png) no-repeat scroll 35% 8px!important;}
.section-body .row > div{width:100%;}
.plans_p-sect ul.nav-tabs li a, .plans_p-sect ul.nav-tabs li a:link, .plans_p-sect ul.nav-tabs li a:visited{font-size:14px;}
.plans_p-sect ul.nav-tabs > li{margin-right:15px;}
.plans_p-tab{padding:15px 0 0;}
.industry-we-work-with-title h2,.industry-we-work-with-title h2 strong{font-size:24px;}
.industry-we-work-with-title{padding:30px 0;}
.package-title h2.case-heading{font:23px/32px "robotobold";}
.site-text p {font: 20px/30px "robotolight";}
.search-eng .semi-para p {margin-top: 10px;}
.simple-seo p{font:16px/24px "robotolight";}
.simple-seo h4{font:18px/24px "robotobold";}
.simple-seo > div{padding:25px 15px 15px }
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font:14px/17px "robotobold"!important;padding:10px 6px!important} .checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td {font: 14px/18px 'robotobold';padding:5px;}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:last-of-type {font: 16px/22px 'robotobold';}
.checkout-sec h2,.checkout-sec h3 {font: 18px/22px 'robotobold';}
.checkout-sec .woocommerce ul.order_details li {border-bottom: 1px dashed #d3ced2;border-right: 0 none;font-size: 14px;margin-bottom: 10px;margin-right: 0;
padding-bottom: 10px;padding-right: 0;width: 100%;}
.buy-now-package-section .table-responsive label {font: 16px/20px 'robotobold';}
.buy-now-package-section .table-responsive .table-buy-now>tbody>tr>td>label {font: 12px/16px 'robotoregular';}
.buy-now-package-section .table-responsive table.table-buy-now > tbody > tr > td > input[type="checkbox"], .buy-now-package-section .table-responsive table.table-buy-now > tbody > tr > td > input[type="radio"] {margin: 0px 10px 0 0;}
}
@media only screen and (max-width : 401px){
.next-sec ul li a span{font:13px/20px 'robotobold';}
.footer-top ul li{width:100%;float:left;margin-left:0;}
.about-team-cnt ul li{width:auto;}
.next-sec p{font:12px/26px 'robotolight';}
.product-category li{width:50%;}
.prod-outer{width:100%;display:inline-block;float:none;}
.list_in_line ul li{width:100%}
a.general_style_input_button.mini-set{width:100%;}
a.general_style_input_button.mini-set:nth-of-type(2){margin-left:0;}
.select-language {margin-right: 0;width: 100%;}
.select-language label, p.language-d, ul.flag-drodown li a, ul.flag-drodown li a:link, ul.flag-drodown li a:visited{font-size:14px;}
.navbar-title{width:100%; margin-bottom:10px;}
.navbar-phone{font-size:20px;}
.header-strip .row > div{width:100%;}
.header-strip ul{width:100%;margin-top:10px;}
.header-strip p{font:14px/23px 'robotoregular';}
#wp-megamenu-mega_menu.mega_menu_continer{top:85px}
.package-icon > a, .package-icon > a:link, .package-icon > a:visited{background:url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon.png) no-repeat scroll 30% 8px;}
.package-icon > a:hover, .package-icon > a:active{background:#FEBA14 url(//www.top4marketing.com.au/wp-content/themes/top4/images/package-icon-2.png) no-repeat scroll 30% 8px!important;}
.industry-we-work-with-title h2,.industry-we-work-with-title h2 strong{font-size:22px;}
.checkout-sec .woocommerce form .form-row-first,.checkout-sec .woocommerce form .form-row-last,.checkout-sec .woocommerce-page form .form-row-first,.checkout-sec .woocommerce-page form .form-row-last{width:100%;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font:12px/17px "robotobold"!important;padding:5px 2px!important}
.tabbing-contain h2{margin:10px 0;} .checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td {font: 12px/16px 'robotobold';}
.checkout-sec .shoppingcart-section .table-buy-now>tbody>tr>td:last-of-type {font: 14px/18px 'robotobold';}
.ui-ux-sixth-section .panel-group .panel-heading h3 {font: 15px/22px 'robotobold';}
}
@font-face {
font-family: 'robotolight';
src: url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-light-webfont.eot);
src: url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-light-webfont.woff2) format('woff2'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-light-webfont.woff) format('woff'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-light-webfont.ttf) format('truetype'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-light-webfont.svg#robotolight) format('svg');
font-weight: normal;  font-style: normal;
}
@font-face {
font-family: 'robotobold';
src: url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-bold-webfont.woff2) format('woff2'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-bold-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotoregular';
src: url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-regular-webfont.eot);
src: url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-regular-webfont.woff2) format('woff2'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-regular-webfont.woff) format('woff'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-regular-webfont.ttf) format('truetype'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-regular-webfont.svg#robotoregular) format('svg');
font-weight: normal;  font-style: normal;
}
@font-face {
font-family: 'robotoblack';
src: url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-black-webfont.eot);
src: url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-black-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-black-webfont.woff2) format('woff2'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-black-webfont.woff) format('woff'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-black-webfont.ttf) format('truetype'),
url(//www.top4marketing.com.au/wp-content/themes/top4/fonts/roboto-black-webfont.svg#robotoblack) format('svg');
font-weight: normal;
font-style: normal;
}