/*
Theme Name: Four Dots
Theme URI: http://www.novicadjukic.com/
Author: the Four Dots
Author URI: https://fourdots.com
Description: The fourdots.com Wordpress theme.
Version: 1.0.1
License: Commercial License
License URI:
Tags: Four Dots
Text Domain: gogulf

This theme, like WordPress, is licensed under the GayWeddings tersm of use.
*/

@import url('assets/css/style.css');
# UX Fixes


/* Custom Styles */

.location-cover-page .form-cover-location
{
    padding: 25px;

    background: rgba(0,0,0,.6);
}

@media screen and (max-width: 780px) {
	.location-cover-page .form-cover-location .form-inline .form-group {
		width: 222px;
	}
}

@media screen and (max-width: 461px) {
	.location-cover-page .form-cover-location .form-inline .form-group {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.location-cover-page .form-cover-location .form-inline .btn {
		width: 100%;
	}
	.location-cover-page .form-cover-location .form-inline .badges {
		text-align: center;
	}
}

.gpbadge {
margin-top: 10px;
}

.dibz-cta
{
    overflow: hidden;
    margin-top: -50px;
    margin-bottom: 45px;
    text-align: center;
}
.dibz-cta img
{
    position: relative;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
    .dibz-cta--second
    {
        margin-top: -35px;
    }
}

h2
{
    font-size: 34px;
}
h3
{
    font-size: 25px;
}
.single-page-content .single-content p img
{
    max-width: 100%;
    height: auto;
}

.home-csslider
{
    position: relative;

    overflow-x: hidden;

    padding: 0 0 100px;

    color: #000;
    background: #f8f8f8;
}
.home-csslider .csslider-part .col-md-6 h3
{
    font-size: 44px;
    line-height: 54px;

    margin: 0;

    color: #000;
}
.home-csslider .csslider-part .bx-wrapper .bx-viewport span,
.home-csslider .csslider-part .bx-wrapper .bx-viewport p
{
    color: #000;
}
.csslider-part
{
    padding-top: 130px;
}
.csslider-part hr
{
    display: none;
}
.csslider-part .csslider-home
{
    padding: 0;
}
.csslider-part .bx-wrapper .bx-viewport
{
    background: transparent;
}
.csslider-part .bx-wrapper .bx-viewport
{
    background: transparent;
}
.csslider-part .bx-wrapper .bx-viewport .col-md-6:first-of-type
{
    padding-top: 15px;
}
.csslider-part .bx-wrapper .bx-viewport .col-md-6
{
    margin-bottom: 0;
}
.csslider-part .bx-wrapper .bx-viewport p
{
    font-family: 'PT Serif',serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;

    text-align: justify;

    color: #332e2f;
}
.csslider-part .bx-wrapper .bx-viewport p:nth-child(1n+2)
{
    font-style: normal;
}
.csslider-part .bx-wrapper .bx-viewport span
{
    font-family: 'PT Serif',serif;font-size: 20px;font-weight: 400;
    font-style: italic;line-height: 24px;display: inline-block;width: 100%;text-align: right;color: #332e2f;
}
.csslider-part .bx-controls-direction
{
    display: none;
}
.csslider-part .bx-pager,
.csslider-part .bx-controls-auto
{
    top: -165px;
    right: 0;

    width: auto;
    padding: 0;
}
.csslider-part .bx-pager .bx-pager-item,
.csslider-part .bx-controls-auto .bx-pager-item
{
    margin: 0 0 0 26px;
}
.csslider-part .col-md-6
{
    margin-bottom: 50px;
}
.csslider-part .col-md-6 img
{
    display: block;
    float: right;

    margin: 0;
}
.cs-title.title-page img {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid black;
    margin: 35px 0 35px;
}
.cs-title.title-page p {
    color: black;
}
.cs-title.title-page h1 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-style: italic;
}
.cs-page
{
    padding-bottom: 90px;
}
.cs-page .cs-post hr
{
    display: inline-block;
    width: 100%;
    margin: 20px 0 38px;
    border-top: 1px solid #ddd;
}
.cs-page .cs-post h2
{
    display: block;

    margin: 0 0 10px;
}
.cs-page .cs-post h2 a
{
    font-size: 30px;
    line-height: 32px;
    display: block;
}
.cs-page .cs-post h2 a:hover,
.cs-page .cs-post h2 a:focus
{
    text-decoration: none;

    color: #332e2f;
}
.cs-page .cs-post p
{
    font-family: 'PT Serif',serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    margin: 5px 0 30px;
    color: #a9a9a9;
}
.cs-page .cs-post a.read-more:hover
{
    color: black;
}

@media screen and (max-width:992px)
{
    .csslider-part .col-md-6
    {
        margin-bottom: 0;
    }
    .csslider-part .bx-pager,
    .csslider-part .bx-controls-auto
    {
        top: -180px;
    }
    .csslider-part .col-md-6 img
    {
        float: none;
        margin: 20px auto 0;
    }
    .home-csslider .bx-wrapper
    {
        margin-top: 100px;
    }
    .home-csslider .bx-pager,
    .home-csslider .bx-controls-auto
    {
        padding-bottom: 30px;
    }
}
@media screen and (max-width:991px)
{
    .cs-page .cs-post hr
    {
        margin: 35px 0 30px;
    }
    .csslider-part .col-md-6 h3
    {
        margin-bottom: 30px;text-align: center;
    }
    .csslider-part .bx-pager,
    .csslider-part .csslider-part .bx-controls-auto
    {
        padding-bottom: 30px;
    }
}
@media screen and (max-width:800px)
{
    .csslider-part
    {
        position: relative;padding-top: 100px;

        text-align: center;
    }
    .csslider-part .container .col-md-6
    {
        max-width: 400px;margin-right: auto;margin-left: auto;
    }
    .csslider-part .col-md-6 h3
    {
        font-size: 40px;
    }
}

@media screen and (max-width:768px)
{
    .home-csslider h3
    {
        font-size: 45px;
    }
}
@media screen and (max-width:600px)
{
    .csslider-part
    {
        padding-top: 90px;
    }
    .csslider-part .col-md-6 .bx-pager,
    .csslider-part .col-md-6 .bx-controls-auto
    {
        width: 100%;
    }
    .csslider-part .col-md-6 .bx-pager .bx-pager-item,
    .csslider-part .col-md-6 .bx-controls-auto .bx-pager-item
    {
        margin: 0 13px;
    }
    .csslider-part .col-md-6 .bx-wrapper .bx-viewport span
    {
        text-align: left;
    }
    .csslider-part .col-md-6 .bx-wrapper .bx-viewport span b
    {
        display: inline-block;

        width: 100%;
    }
}

@media screen and (max-width:690px)
{
    .home-csslider .csslider-part .col-md-6 h3
    {
        padding-top: 0;

        border: none;
    }
}

.slider-home-content > li > img
{
    width: 100%;
}
.post-inline-form {
    background: black;
    padding: 5px 20px 15px;
    text-align: center;
}

.post-inline-form label {
    display: none;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 20px;
    color: #fff;
}

.post-inline-form .form-control {
    width: 100%;
    height: 42px;
    text-align: left;
    border: 2px solid #fff;
}

.post-inline-form div.post-inline-form-button {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle;
}

.post-inline-form h3 {
    margin: 10px;
    color: white !important;
    text-align: center;
}

@media (min-width: 768px) {
    .post-inline-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .post-inline-form label {
        display: inline-block;
    }
    .post-inline-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.home-slider .form-inline
{
    opacity: 1 !important;
    filter: alpha(opacity=1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.single-page-content ul {
margin: 0 20px;
}

.single-page-content li {
margin-left: 40px;
margin-bottom: 20px;
}

.single-page-content ul li {
list-style-type: disc;
}

.single-page-content ul li ul {
margin-top: 10px!important;
}

.single-page-content h4 {
font-size: 20px;
}

.home-struggling h1 {
font-size: 3em;
margin-bottom:50px;
}

@media screen and (max-width: 440px)
.home-slider .form-inline {
	margin: 0!important;
	width: 100%!important;
}

@media screen and (max-width: 440px)
.home-slider .form-inline .form-group {
	width: 100%!important;
}
@media screen and (max-width: 480px)
.home-slider .form-inline .form-group {
	width: 100%!important;
}
@media screen and (max-width: 540px)
.home-slider .form-inline .form-group {
	width: 100%!important;
}
@media screen and (max-width: 600px)
.home-slider .form-inline .form-group {
	width: 100%!important;
}
@media screen and (max-width: 690px)
.home-slider .form-inline .form-group {
	width: 100%!important;
}
@media screen and (max-width: 700px)
.home-slider .form-inline .form-group {
	width: 100%;
}
@media screen and (max-width: 767px)
.home-slider .form-inline .form-group {
	display: inline-block!important;
	width: 100%!important;
}
.single-page-content article .col-xs-7 .avatar.photo
{
	display: block;
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}
.blog-page .single-post-box .avatar.photo
{
	display: block;
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}
.author-page .author-line
{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
.author-page .author-line h2
{
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
}
.author-page .author-line .avatar.photo
{
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
	border-radius: 50%;
}
.blog-page .blog-post ul li:first-child {
    margin-right: 0;
}
.blog-page .blog-post > ul > li:first-child {
    margin-right: 40px;
}
.blog-page .single-post-box {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}
.blog-page .meta-info {
    margin-bottom: 20px;
}
.blog-page .meta-info p {
    font-family: 'PT Serif',serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    color: #ff582a;
}
.blog-page .meta-info span {
    font-family: 'PT Serif',serif;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1em;
    color: #a9a9a9;
}
.blog-page p {
    font-family: 'PT Serif',serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #332e2f;
}
.blog-page h2 {
    font-family: 'LatoLatinWeb';
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 0 25px;
}
.blog-search-bar article {
    margin-bottom: 90px !important;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    border-top: 1px solid #d3d3d3 !important;
}
.blog-page .category-meta {
    margin-bottom: 20px;
    text-align: right;
}
.blog-page .category-meta p {
    font-family: 'PT Serif',serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    color: #332e2f;
}
.blog-page .category-meta span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    color: #332e2f;
}
.blog-page .single-post-box .col-md-12 {
	clear: both;
}
.clear-float
{
	content: ' ';
	clear: both;
}

.single-page-content article h1 {
font-size: 2em!important;
}

.home-slider .analyze-cta-text {
	margin-bottom: 5px;
	color: #fff;
	font-size: 0.85em;
}

@media only screen and (max-width: 1445px) and (min-width: 1395px)  {
	.own-zones-iframe{
	}
}

.job-ad-form {
	width: 390px;
	margin: 0 auto;
	padding: 25px;
	border: 1px solid #efefef;
	box-shadow: 0 -5px 30px #f7f7f7;
}

.job-ad-button {
	width: 110px;
	margin: 0 auto;
	padding-top: 5px;
	border: none;
	border-radius: 5px;
	background: #ff582a;
	display: block;
	color: #fff;
}
.grecaptcha-badge {
	display:none;
}
.saas-text-list li{
margin-bottom: 5px;
text-decoration: underline;
}
.saas-text-list ol {
margin-bottom:10px;
margin-top:10px;
}
.saas-text-list li a:hover {
color: #312A28;
}